%doc>
Devices in 'SNMP_Down' state
%doc>
<%attr>
title => 'Devices in SNMP Down State'
section => 'Reports'
%attr>
<%args>
%args>
<%init>
my $DEBUG = 0;
if ( $DEBUG ){
print '%ARGS is
', Dumper(%ARGS), '
';
}
my @devices = Device->search(snmp_down=>1);
%init>