Home Directory Plugins Databases Oracle check_ASM_disk_groups

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_ASM_disk_groups

Rating
0 votes
Favoured:
0
Current Version
2
Last Release Date
2013-07-28
Compatible With
  • Nagios 2.x
  • Nagios 3.x
  • Nagios 4.x
  • Nagios XI
License
GPL
Hits
36605
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_ASM_disk_groups
Original Plugin “check_ASM_disk_groups” by Victor Ruiz with some improvements.

New version v4. Added possibility to use Warning levels.
Original Plugin “check_ASM_disk_groups” by Victor Ruiz with some improvements.
-Return perfomance data.
-Possibility to connect as “normal” user, without sysdba privileges.
-User, password and user connect mode as parameters.

Usage:
check_ASM_disk_groups.pl --sid --ora_home -–user -–password -–user_mode -–threshold [[--threshold ] … ]

Options:
–-sid: SID name of ASM instance (in tnsnames.ora)
–-ora_home: ORACLE_HOME for SID, to find tnsnames.ora in $ORACLE_HOMEnetworkadmin
–-user: User for connect
–-password: Password for user
–-user_mode: normal: ‘normal user’, sysdba: ‘as sysdba’ (default mode = normal, you can use sysdba oracle user for test). For non sysdba Oracle user (recommended) you need privileges: GRANT CREATE SESSION to YourUser; GRANT SELECT ON v_$asm_diskgroup TO YourUser;
--threshold: GROUP_DISK_NAME=warning,critical - percentages threshold for used space (ranges [0..100]). A single value is interpreted as critical. You can add several disks.

New version v4. Added possibility to use Warning levels.