Traceback Error
Posted: Mon Sep 07, 2015 7:53 am
Getting error " (No output on stdout) stderr: Traceback (most recent call last): "
Please find attachment:
Please find attachment:
Support for Nagios products and services
https://support.nagios.com/forum/
Code: Select all
define command{
command_name check_rbl
command_line $USER1$/check_rbl.py -w 1 -c 1 -h $HOSTADDRESS$ -t 300
}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