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
36247
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
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.