Getting error " (No output on stdout) stderr: Traceback (most recent call last): "
Please find attachment:
Traceback Error
Re: Traceback Error
What's the output when you run the command from the commandline?
Maybe you could test as user Nagios? (or the user nagios is running at).
Maybe you could test as user Nagios? (or the user nagios is running at).
Rob Hassing


Re: Traceback Error
I have resolved the issue, actually it was happened due to add "-t" switch.
Thanks for your reply
Code: Select all
define command{
command_name check_rbl
command_line $USER1$/check_rbl.py -w 1 -c 1 -h $HOSTADDRESS$ -t 300
}Thanks for your reply
Last edited by tmcdonald on Tue Sep 08, 2015 9:12 am, edited 1 time in total.
Reason: Please use [code][/code] tags around terminal output
Reason: Please use [code][/code] tags around terminal output
Re: Traceback Error
Glad to hear it wasn't anything too horrible. I'm going to mark this one resolved and close it. Let us know if you need anymore assistance!rlinux57 wrote:I have resolved the issue, actually it was happened due to add "-t" switch.
Code: Select all
define command{ command_name check_rbl command_line $USER1$/check_rbl.py -w 1 -c 1 -h $HOSTADDRESS$ -t 300 }
Thanks for your reply
Former Nagios Employee.
me.
me.