Advertising
advertising
related pastes to tag 'plug-in'
- 1606656 - check_nbu_pool: bash nagios netbackup plug-in icinga
-
- #!/bin/bash
- # Based on a script from "Jurry"
- # -> http://jurrys.blogspot.com/2008/09/nagios-plug-in-for-netbackup-scartch.html
- # Changes by Alexander Skwar <alexander@skwar.name>:
- # 2009-10-09:
- # - Allow the user to specify the name of the pool which is to be checked
- 1606560 - check_nbu_pool: bash nagios netbackup plug-in icinga
-
- #!/bin/bash
- # Based on a script from "Jurry"
- # -> http://jurrys.blogspot.com/2008/09/nagios-plug-in-for-netbackup-scartch.html
- # Changes by Alexander Skwar <alexander@skwar.name>:
- # 2009-10-09:
- # - Allow the user to specify the name of the pool which is to be checked
- 1606525 - check_nbu_pool: bash nagios netbackup plug-in icinga
-
- #!/bin/bash
- WARN_COUNT=$1
- CRIT_COUNT=$2
- SCRATCH_TMP=`/usr/openv/volmgr/bin/vmquery -b -pn Scratch_pool | wc -l`
- SCRATCH_COUNT=$[$SCRATCH_TMP - 3]