Search found 21 matches

by noodle48
Thu Aug 09, 2012 6:52 am
Forum: Open Source Nagios Projects
Topic: NRPE Error
Replies: 6
Views: 1649

Re: NRPE Error

This option still didn't help my problem. Any other ideas?
by noodle48
Thu Aug 09, 2012 6:41 am
Forum: Open Source Nagios Projects
Topic: Nagios Nrpe issues
Replies: 1
Views: 892

Nagios Nrpe issues

Okay, I have both AIX and Linux (Nagios) server able to run check_nrpe -H IP and both return same version. On Nagios server I can issue the check_nrpe -H AIX IP -c check_command and I receive the correct output. But when I place the check in my services.cfg to monitor in the Nagios app I get a Error...
by noodle48
Mon Aug 06, 2012 12:32 pm
Forum: Open Source Nagios Projects
Topic: NRPE Error
Replies: 6
Views: 1649

Re: NRPE Error

Okay....

define command{
command_name check_nrpe
command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -c $ARG1$
}

Current config, do I need to add > /dev/null or is there a certain syntax I need to follow?
by noodle48
Mon Aug 06, 2012 9:31 am
Forum: Open Source Nagios Projects
Topic: NRPE Error
Replies: 6
Views: 1649

Re: NRPE Error

And where to I define this command? Under the check_nrpe file or under xientd.d/nrpe ?
by noodle48
Mon Aug 06, 2012 8:12 am
Forum: Open Source Nagios Projects
Topic: NRPE Error
Replies: 6
Views: 1649

NRPE Error

I have an AIX client using NRPE daemon and a Nagios server on Redhat 6.3. I install the nrpe daemon on AIX server and I issue the check_nrpe -H nagios server and get the version info back but when I issue the same check_npre -H AIX host I get this error: CHECK_NRPE: Response packet had invalid CRC32...
by noodle48
Wed Aug 01, 2012 9:55 am
Forum: Open Source Nagios Projects
Topic: Nrpe issues
Replies: 1
Views: 663

Nrpe issues

I forgot to post how I fixed my issue: On both AIX and Nagios Servers (AIX 5.3 and RHEL 6.3) reinstalled the nrpe-2.13 agent and to make sure to use --enable-command-args --disable-ssl Add the vlan in /etc/hosts.allow with nrpe:IP Address - Nagios server AIX server add Nagios server for allowe_host ...
by noodle48
Wed Aug 01, 2012 8:38 am
Forum: Open Source Nagios Projects
Topic: Nrpe issues
Replies: 9
Views: 4816

Re: Nrpe issues

I got it solved, thanks for the help!
by noodle48
Wed Aug 01, 2012 8:28 am
Forum: Open Source Nagios Projects
Topic: Nrpe issues
Replies: 9
Views: 4816

Re: Nrpe issues

More information: I issued the check_nrpe scripted from my Nagios server with the default nrpe script (standard on install) check_procs. and it returned correctly. When I issue the check_nrpe on a custom command I placed in I get the error: Warning Process Count must be an integer! Below is my comma...
by noodle48
Tue Jul 31, 2012 11:57 am
Forum: Open Source Nagios Projects
Topic: Nrpe issues
Replies: 9
Views: 4816

Re: Nrpe issues

Yes, as my last post states the command I want the AIX server to run. But again I issue the command from Nagios server I get Waring Process Count must be an integer! but on AIX I get the correct output.
by noodle48
Mon Jul 30, 2012 3:04 pm
Forum: Open Source Nagios Projects
Topic: Nrpe issues
Replies: 9
Views: 4816

Re: Nrpe issues

I'm guessing your wanting on the AIX server:

command[check_command]=/usr/local/nagios/libexec/check_procs -w 2 -c 2 -a 'process running'