Home Directory Distributions Pre-Compiled Binaries AIX AIX 5.3 Binaries - NRPE, NSCA, Nagios Plugins

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

AIX 5.3 Binaries - NRPE, NSCA, Nagios Plugins

Rating
0 votes
Favoured:
0
Last Release Date
2009-03-03
Hits
108395
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
AIX 5.3 binaries for: nrpe 2.12, nsca 2.7.2, nagios-plugins 1.4.11, check_logfiles 2.3.2.1, and check_procs

Compiled binaries for AIX 5.3

NRPE 2.12

./configure --prefix=/opt/nagios --enable-command-args --without-ssl

NSCA 2.7.2

./configure --prefix=/opt/nagios --without-mcrypt

Nagios-Plugins-1.4.11

./configure --prefix=/opt/nagios --enable-perl-modules

Check_Logfiles:

./configure --prefix=/opt/nagios --with-seekfiles-dir=/var/tmp --with-protocols-dir=/var/tmp

*ADDED check_procs_aix53 *

check_procs as it is compiled does not support rss and etime ps options. I have recompiled check_procs from 1.4.13 with the following options. I will be uploading a fully recompiled set of plugins in the next few weeks

--with-ps-command=/usr/sysv/bin/ps -eo 's uid pid ppid vsz rss pcpu etime comm args' --with-ps-format=%s %d %d %d %d %d %f %s %s %n
--with-ps-cols=10
--with-ps-varlist=procstat,&procuid,&procpid,&procppid,&procvsz,&procrss,&procpcpu,procetime,procprog,&pos