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

check_hpux_disk.sh

Current Version
1.1
Last Release Date
2015-04-05
Compatible With
  • Nagios 3.x
  • Nagios 4.x
License
GPL
Hits
8963
Files:
FileDescription
check_hpux_disk.shV1.2
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!
I was looking for plugins that could be run via check_by_ssh or nrpe. Specifically for older HP-UX. Most of the ones I found needed SNMP or did not work. So I modified an existing script to check and report on Disk Usage.

This is written in KSH and designed to run on the hp-ux box.

The old script was not very professional giving tongue in cheek responses. It also had the critical and warning settings hard coded. I have modified this one to take critical and warning settings on the command line, removed the unprofessional responses, and cleaned up the code.

V1.2 Found a bug with the way it was reading the filesystem. Corrected it so it should work on all instances now.