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 Native Checks

Rating
0 votes
Favoured:
0
Hits
93751
Files:
FileDescription
check_disk_ioDisk IO Binary
check_disk_io.cDisk IO Source
check_network_ioNetwork IO Binary
check_network_io.cNetwork IO Source
check_lpar_cpuLPAR Binary
check_lpar_cpu.cppLPAR Source
Nagios CSP

Meet The New Nagios Core Services Platform

Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.

Monitoring Made Magically Better

  • Nagios Core on Overdrive
  • Powerful Monitoring Dashboards
  • Time-Saving Configuration Wizards
  • Open Source Powered Monitoring On Steroids
  • And So Much More!
Unfortunaly there are not that much check plugins for AIX. Further almost all of them use other programs to access performance data. Therefore I was inspired by Perfstat API Programming from IBM to change those issues.
Please visit also this link to get more information:

http://publib.boulder.ibm.com/infocenter/pseries/v5r3/index.jsp?topic=/com.ibm.aix.prftools/doc/prftools/prftools07.htm

Please feel free to send me an email to nagios.info@suedleasing.de if you have any questions.

The Checks

I have implemented three checks:

check_lpar_cpu

check_disk_io

check_network_io

They are compiled as follow:

xlC -lperfstat -o check_lpar_cpu check_lpar_cpu.cpp

xlc -lperfstat -o check_network_io check_network_io.c

xlc -lperfstat -o check_disk_io check_disk_io.c

Settings

To use check_lpar_cpu properly, you have to enable one feature over HMC. This is shown in picture hmc_lpar_setting.png

HINT

If you compile the plugins on AIX Version 6100-06-04-1112 they will not work on AIX with lower versions.