NRPE aix/hp-ux execution


 
Thread Tools Search this Thread
Special Forums UNIX and Linux Applications NRPE aix/hp-ux execution
# 1  
Old 02-22-2012
NRPE aix/hp-ux execution

Hi I navigated to this forum thanks to this thread:

/hp-ux/140594-couldnt-start-nrpe-services-unknown-service.html

I don't know why is closed without a solution.

Whatever...

Code:
Feb 22 17:00:43 localhost daemon:err|error inetd[3408006]: nrpe/tcp: unknown service

Means, you need to add something like this:

Code:
nrpe            5666/tcp

on /etc/services
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Cannot open shared object: when starting nrpe

Got this error when starting nrpe Starting nagios-nrpe: nagios-nrpe/usr/sbin/nrpe: error while loading shared libraries: libssl.so.0.9.8: Pls advise ---------- Post updated at 04:05 PM ---------- Previous update was at 04:05 PM ---------- os is Debian lenny ---------- Post updated... (1 Reply)
Discussion started by: lhareigh890
1 Replies

2. Solaris

NRPE Compiling problem with OpenSSL 1.0

I am trying to compile nrpe 2.12 against openssl 1.0 on Solaris 10 however I am getting core dumps for some reason. Anyone know a way to fix this? Here is the output of make: bash-3.00# make all cd ./src/; make ; cd .. gcc -g -fPIC -Wall -O2 -I/usr/local/ssl/include... (0 Replies)
Discussion started by: _JPL_
0 Replies

3. Shell Programming and Scripting

Execution difference in perl scripts for windows / AIX

Hi, I have perl script abc.pl which runs perfectly fine on windows ( execution from cmd). Now i tried to execute the same perl module on the AIX server after defining the captureoutput.pm and other relevant changes. But its behaving very weirdly as a portion of the URL which is formed by... (3 Replies)
Discussion started by: slayer0611
3 Replies

4. UNIX and Linux Applications

NRPE check_disk error [nagios,solaris]

Good morning folks, I'm having a problem with check_disk with mounted 3TB volumes. It appears that the value being returned by stavfs is too large to be processed by the check_disk plugin. Does anyone know of an updated check_disk plugin? Solaris 10: # /usr/local/nagios/libexec/check_disk -w... (0 Replies)
Discussion started by: avronius
0 Replies

5. Infrastructure Monitoring

configure nrpe and nagios error

   (1)check the service of nrpe   # libexec/check_nrpe -H 59.26.240.63   NRPE v2.8.1    (2)check the resource of nrpe's host   # libexec/check_nrpe -H 59.26.240.63 -c check_df   DISK OK - free space: / 8241 MB (77% inode=98%); /var 5239 MB (95% inode=99%); /usr 11971 MB (86%... (0 Replies)
Discussion started by: zhengsenlin
0 Replies

6. UNIX for Dummies Questions & Answers

Problems with nrpe

I've installed nagios in my local monitoring machine. I follow the nrpe user guide to install nrpe into the remote host and also the local machine. I install nrpe with ssl support in the remote host, but am returned with the error : when I run the check_nrpe command from the console. ... (0 Replies)
Discussion started by: anaigini45
0 Replies

7. AIX

NRPE on AIX 5.3

I have NRPE running on AIX 5.3. Right now I have it running as a stand alone daemon, but I want to configure it to be controlled by inetd. I add the service to the /etc/services file and /etc/inetd.conf, but it will now show up in the list of subservers that I can start in smit. I know I must be... (1 Reply)
Discussion started by: acascianelli
1 Replies

8. Infrastructure Monitoring

Nagios - NRPE configuration error

HI guyz, I have a nagios 3.0.6 server which is running on fedora 5. I had already added some windows clients and monitoring it. Now i want to add a unix client. Steps done till now : - 1.nagios-plugins-1.4.13 was installed and configured. 2.unzipped and untarred the NRPE 2.8 3.I gave a... (0 Replies)
Discussion started by: Renjesh
0 Replies

9. Solaris

NRPE message in /var/adm/messages

Hi Guru's On one of our servers we have every few seconds following error: Apr 28 10:15:27 svr10010 nrpe: connect from reno.customs.govt.nz Apr 28 10:15:29 svr10010 nrpe: connect from reno.customs.govt.nz Here are the details from this box: SunOS svr10010 5.10 Generic_125100-10 sun4v... (3 Replies)
Discussion started by: gnom
3 Replies

10. Solaris

Nagios NRPE plugin won't install

Hi have a Solaris 9 box and I'm trying to install Nagios on it. I've installed the GCC compiler as well as OpenSSL and OpenSSH. When I run the # ./configure for the nrpe plugin it executes without any obvious errors. However, when I run the # make install afterwards if fails with the... (0 Replies)
Discussion started by: soliberus
0 Replies
Login or Register to Ask a Question
CHECK_MULTI(8)						  System Administration Utilities					    CHECK_MULTI(8)

NAME
check_multi - nagios plugin to combine multiple service checks in one run DESCRIPTION
Usage: check_multi -f <config file> [-n name] [-t timeout] [-T TIMEOUT] [-r level] [-l libexec_path] [-s option=value] check_multi [-h | --help] [-hh extended help] [-hhh complete help] check_multi [-v | --verbose] check_multi [-V | --version] [ more infos on http://my-plugin.de/check_multi ] Common options: -f, --filename config file which contains commands to be executed multiple files can be specified serially if filename is a directory, all '.cmd' files will be taken (file format follows nrpe style: command[tag]=plugin command line) -n, --name multi plugin name (shown in output), default: -r, --report <level> specify level of details in output (level is binary coded, just sum up all options) default:13 see more details with extended help option -hh -s, --set <option>=<value> <KEY>=<VALUE> - set multi variable $<KEY>$ to <VALUE> see more details with complete help option -hhh -t, --timeout timeout for one command, default:11 -T, --TIMEOUT TIMEOUT for all commands, default:60 -l, --libexec path to plugins, default:/usr/lib/nagios/plugins -h, --help print detailed help screen (extended help with -hh, complete help with -hhh) -v, --verbose prints debug output (multiple -v extend debug level) -V, --version print version information Extended command line - command file options also available on command line: -x, --execute "command [ tag ] = check_xyz" -i, --instant "tag" -y, --inventory -w, --warning <expression> -c, --critical <expression> -u, --unknown <expression> -o, --ok <expression> check_multi 0.26-1 November 2011 CHECK_MULTI(8)