Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_hpux_cpu.pl
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!
Get CPU % use From HP-UX, this script read this command "/usr/bin/vmstat 1 4"
Script encargado de tomando el resultado de un comando en el servidor HPUX
Se toma como base el script del siguiente url para ajustarlo a la plataforma hpux:
http://exchange.nagios.org/directory/Plugins/Operating-Systems/AIX/AIX-check-cpu-usage/details
Integracion con nrpe, en el archivo nrpe.cfg, incluir la linea:
command[check_hpux_cpu]=/opt/nrpe/libexec/check_hpux_cpu.pl -w 80 -c 90
Ejemplo de uso desde el servidor por consola:
./check_hpux_cpu.pl -w -c
Ejemplo: /opt/nrpe/libexec/check_hpux_cpu.pl -w 80 -c 90
OK - CPU usage at 9% | 'CPU Load'=9%;80;90;0;100
Script encargado de tomando el resultado de un comando en el servidor HPUX
Se toma como base el script del siguiente url para ajustarlo a la plataforma hpux:
http://exchange.nagios.org/directory/Plugins/Operating-Systems/AIX/AIX-check-cpu-usage/details
Integracion con nrpe, en el archivo nrpe.cfg, incluir la linea:
command[check_hpux_cpu]=/opt/nrpe/libexec/check_hpux_cpu.pl -w 80 -c 90
Ejemplo de uso desde el servidor por consola:
./check_hpux_cpu.pl -w
Ejemplo: /opt/nrpe/libexec/check_hpux_cpu.pl -w 80 -c 90
OK - CPU usage at 9% | 'CPU Load'=9%;80;90;0;100
Reviews (0)
Be the first to review this listing!