Search found 7 matches
- Wed Mar 02, 2011 6:04 am
- Forum: Open Source Nagios Projects
- Topic: Issue with command definition
- Replies: 11
- Views: 4710
Re: Issue with command definition
Hi Just tried with the ' to put the name with spaces.. seems to work as I have a new error, but it proves now htat the line is "took" nagios is running, when I check in the service in Web Gui I have " (Return code of 127 is out of bounds - plugin may be missing) " I will investig...
- Tue Mar 01, 2011 11:55 am
- Forum: Open Source Nagios Projects
- Topic: Issue with command definition
- Replies: 11
- Views: 4710
Re: Issue with command definition
here is the export of all the cfg files loaded in the direcotry services -- ############################################################################### # # Service configuration file # # Created by: Nagios QL Version 3.0.4 # Date: 2011-02-21 12:06:05 # Version: Nagios 3.x config file # # --- DO ...
- Tue Mar 01, 2011 6:36 am
- Forum: Open Source Nagios Projects
- Topic: Issue with command definition
- Replies: 11
- Views: 4710
- Sun Feb 27, 2011 3:11 pm
- Forum: Open Source Nagios Projects
- Topic: Issue with command definition
- Replies: 11
- Views: 4710
Re: Issue with command definition
Sure ! :D here it is define command { command_name check_snmp command_line $USER1$/check_snmp -H $HOSTADDRESS$ $ARG1$ } define command { command_name check_snmpv1 command_line $USER1$/check_snmp -C public -H $HOSTADDRESS$ -o $ARG1$ -w $ARG2$ -c $ARG3$ -l $ARG 5$ -u $ARG4$ } check_snmp is found and a...
- Fri Feb 25, 2011 8:16 am
- Forum: Open Source Nagios Projects
- Topic: Issue with command definition
- Replies: 11
- Views: 4710
Re: Issue with command definition
up ? anyone has an idea???
- Thu Feb 24, 2011 12:07 pm
- Forum: Open Source Nagios Projects
- Topic: Issue with command definition
- Replies: 11
- Views: 4710
Re: Issue with command definition
yes, look at the last line
it says "Processing object config file '/usr/local/etc/nagios/objects/commands.cfg'..."
this is why I don't understand ...
it says "Processing object config file '/usr/local/etc/nagios/objects/commands.cfg'..."
this is why I don't understand ...
- Thu Feb 24, 2011 10:40 am
- Forum: Open Source Nagios Projects
- Topic: Issue with command definition
- Replies: 11
- Views: 4710
Issue with command definition
Hello I'm a new user of nagios, I already managed to create multiple devices , services..etc... Now I have an error that I don't understand i have create a new command define command { command_name check_snmpv1 command_line $USER1$/check_snmp -C public -H $HOSTADDRESS$ -o $ARG1$ -w $ARG2$ -c $ARG3$ ...