Random Project

Works Well

Great plugin

If you get the following error:

Insecure dependency in printf while running with -T switch at ./check_ups_alarm.pl line 266.

Edit the script and on Line 1 change
#!/usr/bin/perl -wT

to

#!/usr/bin/perl

Then above

use scrict;

Add the following line

use warnings;
use scrict;

This corrects the error and I can now run all of the checks.

Thanks

Chris