Search found 2 matches
- Thu Feb 14, 2013 3:09 pm
- Forum: Open Source Nagios Projects
- Topic: check_command failing
- Replies: 3
- Views: 1647
Re: check_command failing
Turns out I was missing this in commands.cfg # 'check_http' command definition define command{ command_name check_http command_line $USER1$/check_http -H $HOSTADDRESS$ -w $ARG1$ -c $ARG2$ -u $ARG3$ -p $ARG4$ } I added this and it can now properly parse check_command parameters
- Thu Feb 14, 2013 2:24 pm
- Forum: Open Source Nagios Projects
- Topic: check_command failing
- Replies: 3
- Views: 1647
check_command failing
Hi all I have this weird problem: Nagios server: stageutil03 NRPE: testapp01 On nagios server end: in /usr/local/nagios/etc/objects/_applayer.cfg define service{ use generic-service host_name testapp01 service_description App_site_8080 check_command check_http!2!4!/!8080 notifications_enabled 1 } ch...