Home Directory Plugins Network Protocols SNMP Check AIX Filesystem via SNMP

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 AIX Filesystem via SNMP

Rating
0 votes
Favoured:
0
Current Version
1.0
Last Release Date
2021-09-30
Compatible With
  • Nagios 2.x
  • Nagios 3.x
  • Nagios 4.x
License
GPL
Hits
2897
Files:
FileDescription
check_snmp_storage_aixbash script check_snmp_storage_aix
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!
Check the filesystem aix by name via snmp - bash script
check_snmp_storage_aix version 1.0

This nagios plugins comes with ABSOLUTELY NO WARRANTY.

Usage: ./check_snmp_storage_aix -H 127.0.0.1 -C public -f / -w 80 -c 90
check_snmp_storage_aix -H ADDRESS
check_snmp_storage_aix -C STRING
check_snmp_storage_aix -f STRING
check_snmp_storage_aix -w INTEGER
check_snmp_storage_aix -c INTEGER
check_snmp_storage_aix -l
check_snmp_storage_aix -h
check_snmp_storage_aix -V

Check the filesystem aix by name via snmp

-H ADDRESS
Name or IP address of host (default 127.0.0.1)
-C STRING
Community name for the host SNMP agent (default public)
-f FILESYSTEM NAME
Exact filesystem name (default /)
ALL monitoring all filesystem
-w INTEGER
Warning level of running processes (default: 0)
-c INTEGER
Critical level of running processes (default: 0)
-l
List all filesystem (not monitoring)
-h
Print this help screen
-V
Print version and license information

This plugin uses the 'snmpwalk' command included with the NET-SNMP package.