Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
AIX Native Checks
93751
File | Description |
---|---|
check_disk_io | Disk IO Binary |
check_disk_io.c | Disk IO Source |
check_network_io | Network IO Binary |
check_network_io.c | Network IO Source |
check_lpar_cpu | LPAR Binary |
check_lpar_cpu.cpp | LPAR Source |
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!
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.
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.
Reviews (0)
Be the first to review this listing!