Search found 16 matches

by djjosephk
Tue Sep 29, 2015 10:07 am
Forum: Nagios XI
Topic: HP-UX 11.31 NRPE comile issue- SSL
Replies: 7
Views: 2259

Re: HP-UX 11.31 NRPE comile issue- SSL

We are installed and running checks as of now. I had some issues building the plugins and I will share for completeness. I had some issues with the version of m4 I was running but after I got that sorted I kept getting the below error when attempting the make. ld: Unsatisfied symbol "strcasestr...
by djjosephk
Mon Sep 28, 2015 10:18 am
Forum: Nagios XI
Topic: HP-UX 11.31 NRPE comile issue- SSL
Replies: 7
Views: 2259

Re: HP-UX 11.31 NRPE comile issue- SSL

I did and ultimately got it to work but I had to hack the nrpe.c file and define rfc931_timeout variable because libwrap is broken on HP-UX 11.31. I used this as reference https://cyruspy.wordpress.com/2010/05/11/compiling-nrpe-in-hpux-11-31-2/ I also got word from HP that .sl is the PARISC nomencla...
by djjosephk
Thu Sep 24, 2015 10:31 am
Forum: Nagios XI
Topic: HP-UX 11.31 NRPE comile issue- SSL
Replies: 7
Views: 2259

Re: HP-UX 11.31 NRPE compile issue- SSL

Frankly, this is the first and only HP-UX system I've ever had to deal with.
by djjosephk
Wed Sep 23, 2015 9:50 am
Forum: Nagios XI
Topic: HP-UX 11.31 NRPE comile issue- SSL
Replies: 7
Views: 2259

HP-UX 11.31 NRPE comile issue- SSL

I'm attempting to compile NRPE for an HP ia64 box and am some issues. I've downloaded a zip from the below address and have uncompressed it. https://github.com/NagiosEnterprises/nrpe I've executed ./configure --with-ssl=/usr/bin/openssl --with-ssl-lib=/opt/openssl/lib/hpux64 --enable-command-args an...
by djjosephk
Mon Aug 31, 2015 9:04 am
Forum: Nagios XI
Topic: AIX monitoring documentation.
Replies: 22
Views: 3595

Re: AIX monitoring documentation.

This issue is resolved. The last issue I had was that those checks were not defined in the nrpe.cfg. After I did that it came up immediately and I've spent the last few days porting tsmmonitor over to our environment.

Thank you for your assistance.
by djjosephk
Wed Aug 26, 2015 1:30 pm
Forum: Nagios XI
Topic: AIX monitoring documentation.
Replies: 22
Views: 3595

Re: AIX monitoring documentation.

nagios ss2.jpeg This is a screen shot from the Nagios XI web console. I also want to reiterate that this is when I start up the nrpe daemon with only the -d option. # /usr/local/nagios/bin/nrpe -c /usr/local/nagios/etc/nrpe.cfg -d If I try to use the -d and -s option it errors out and will not run....
by djjosephk
Wed Aug 26, 2015 10:39 am
Forum: Nagios XI
Topic: AIX monitoring documentation.
Replies: 22
Views: 3595

Re: AIX monitoring documentation.

I've been able to get it up with just the -d option and now I get.

Code: Select all

NRPE: Unable to read output
by djjosephk
Wed Aug 26, 2015 10:20 am
Forum: Nagios XI
Topic: AIX monitoring documentation.
Replies: 22
Views: 3595

Re: AIX monitoring documentation.

Even if it list it as and option it doesn't seem to like it.

Code: Select all

# /usr/local/nagios/bin/nrpe -c /usr/local/nagios/etc/nrpe.cfg  -d -s
/usr/local/nagios/bin/nrpe: illegal option -- s
by djjosephk
Wed Aug 26, 2015 9:54 am
Forum: Nagios XI
Topic: AIX monitoring documentation.
Replies: 22
Views: 3595

Re: AIX monitoring documentation.

As suggested I started from scratch. I grabbed a new zip file from the Github https://github.com/NagiosEnterprises/nrpe and unpacked it. Ran a compile ./configure --with-ssl=/usr/bin/openssl --with-ssl-lib=/usr/lib *snip* config.status: creating src/Makefile config.status: creating package/solaris/M...
by djjosephk
Mon Aug 24, 2015 1:05 pm
Forum: Nagios XI
Topic: AIX monitoring documentation.
Replies: 22
Views: 3595

Re: AIX monitoring documentation.

I'm assuming this is NRPE. I just grabbed a zip file from the github link you sent earlier. I've unzipped it, ran ./tools/setup, /configure --prefix=/usr/local/nagios --with-cgiurl=/nagios/cgi-bin and make. https://github.com/NagiosEnterprises/nrpe I'm looking at the Makefile but there doesn't seem ...