Search found 3 matches

by csesso
Sat Jul 23, 2011 7:11 am
Forum: Open Source Nagios Projects
Topic: Nagios 3.2.3
Replies: 4
Views: 3436

Re: Nagios 3.2.3

Just to be clear, put in your username and string in place of the $ARG1$ variables, for instance: /opt/nagios/libexec/check_snmp_mem.pl -H 192.168.5.3 -C public -2 -w 40 -c 50 Yes, It's work. commands.cfg define command{ command_name check_snmp_mem_v1 command_line /opt/nagios/libexec/check_snmp_mem...
by csesso
Fri Jul 22, 2011 2:06 pm
Forum: Open Source Nagios Projects
Topic: Nagios 3.2.3
Replies: 4
Views: 3436

Re: Nagios 3.2.3

Try plugging in the full path to your plugin in the Command.cfg: # 'check_snmp_mem' command definition TEST SNMP DCORE define command{ command_name check_snmp_mem_v1 command_line /full/path/to/check_snmp_mem.pl $USER1$/check_snmp_mem.pl -H $HOSTADDRESS$ -C $USER7$ -I -w $ARG2$ -c $ARG3$ $ARG4$ } Gi...
by csesso
Fri Jul 22, 2011 1:27 pm
Forum: Open Source Nagios Projects
Topic: Nagios 3.2.3
Replies: 4
Views: 3436

Nagios 3.2.3

Hi All: My name is Cesar, I live in Argentina and don’t understand English, so I need your help with a problem with my nagios server. I have a problem with a script written in Perl. If I run the script from the console with the command: ./check_snmp_mem.pl –H IP –C public –I –w 80% -c 90% The script...