advertising
related pastes to tag 'nagios'
- 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]
- 1577793 - /opt/local/nagios-3.2.0/method/n: solaris smf nagios solaris10 init-script
-
- #! /bin/sh
- #
- # chkconfig: 345 99 01
- # description: Nagios network monitor
- #
- # File : nagios
- #
- # Author : Jorge Sanchez Aymar (jsanchez@lanchile.cl)
- 1577792 - /opt/local/nagios-3.2.0/method/n: solaris smf nagios solaris10 init-script
-
- #!/bin/sh
- #
- # chkconfig: 345 99 01
- # description: Nagios network monitor
- #
- # File : nagios
- #
- # Author : Jorge Sanchez Aymar (jsanchez@lanchile.cl)