Search found 1 match

by steven_schwartz
Wed Dec 18, 2013 7:01 pm
Forum: Open Source Nagios Projects
Topic: Stumped with a plugin problem
Replies: 1
Views: 874

Stumped with a plugin problem

I have a python plugin, basic code below. I run it fine from the command line as nagios, and from cron as nagios. But when I try and let nagios run it, it gives me the dread warning:(null). Please note that I've commented out the test here: It should be doing nothing but returning OK: #!/usr/bin/pyt...