Advertising
advertising
related pastes to tag 'icinga'
- 2110946 - dagb: gentoo ebuild icinga nagios-plugins
-
- to avoid the check_ping error `CRITICAL - You need more args!!!', do:
- --- nagios-plugins-1.4.15.ebuild.org 2012-02-07 20:31:04.919360103 +0100
- +++ nagios-plugins-1.4.15.ebuild 2012-02-07 21:52:38.972631632 +0100
- @@ -78,6 +78,7 @@
- $(use_with ipv6) \
- 2110942 - dagb: gentoo ebuild icinga nagios-plugins
-
- observium nagios-plugins # (21:52) diff -u nagios-plugins-1.4.15.ebuild.org nagios-plugins-1.4.15.ebuild
- --- nagios-plugins-1.4.15.ebuild.org 2012-02-07 20:31:04.919360103 +0100
- +++ nagios-plugins-1.4.15.ebuild 2012-02-07 21:52:38.972631632 +0100
- @@ -78,6 +78,7 @@
- $(use_with ipv6) \
- $(use_with ldap) \
- ${conf} \
- + --with-ping-command="/bin/ping -n -U -w %d -c %d %s" \
- 2110941 - dagb: gentoo ebuild icinga nagios-plugins
-
- observium nagios-plugins # (21:52) diff -u nagios-plugins-1.4.15.ebuild.org nagios-plugins-1.4.15.ebuild
- --- nagios-plugins-1.4.15.ebuild.org 2012-02-07 20:31:04.919360103 +0100
- +++ nagios-plugins-1.4.15.ebuild 2012-02-07 21:52:38.972631632 +0100
- @@ -78,6 +78,7 @@
- $(use_with ipv6) \
- $(use_with ldap) \
- ${conf} \
- + --with-ping-command="/bin/ping -n -U -w %d -c %d %s" \
- 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]