Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'icinga'

2110946 - dagb: gentoo ebuild icinga nagios-plugins
  1. to avoid the check_ping error `CRITICAL - You need more args!!!', do:
  2.  
  3.  
  4.  
  5. --- nagios-plugins-1.4.15.ebuild.org    2012-02-07 20:31:04.919360103 +0100
  6. +++ nagios-plugins-1.4.15.ebuild        2012-02-07 21:52:38.972631632 +0100
  7. @@ -78,6 +78,7 @@
  8.                 $(use_with ipv6) \
  9.  
2110942 - dagb: gentoo ebuild icinga nagios-plugins
  1. observium nagios-plugins # (21:52) diff -u nagios-plugins-1.4.15.ebuild.org nagios-plugins-1.4.15.ebuild
  2. --- nagios-plugins-1.4.15.ebuild.org    2012-02-07 20:31:04.919360103 +0100
  3. +++ nagios-plugins-1.4.15.ebuild        2012-02-07 21:52:38.972631632 +0100
  4. @@ -78,6 +78,7 @@
  5.                 $(use_with ipv6) \
  6.                 $(use_with ldap) \
  7.                 ${conf} \
  8. +               --with-ping-command="/bin/ping -n -U -w %d -c %d %s" \
  9.  
2110941 - dagb: gentoo ebuild icinga nagios-plugins
  1. observium nagios-plugins # (21:52) diff -u nagios-plugins-1.4.15.ebuild.org nagios-plugins-1.4.15.ebuild
  2. --- nagios-plugins-1.4.15.ebuild.org    2012-02-07 20:31:04.919360103 +0100
  3. +++ nagios-plugins-1.4.15.ebuild        2012-02-07 21:52:38.972631632 +0100
  4. @@ -78,6 +78,7 @@
  5.                 $(use_with ipv6) \
  6.                 $(use_with ldap) \
  7.                 ${conf} \
  8. +               --with-ping-command="/bin/ping -n -U -w %d -c %d %s" \
  9.  
1606656 - check_nbu_pool: bash nagios netbackup plug-in icinga
  1. #!/bin/bash
  2.  
  3. # Based on a script from "Jurry"
  4. # -> http://jurrys.blogspot.com/2008/09/nagios-plug-in-for-netbackup-scartch.html
  5.  
  6. # Changes by Alexander Skwar <alexander@skwar.name>:
  7. # 2009-10-09:
  8. # - Allow the user to specify the name of the pool which is to be checked
  9.  
1606560 - check_nbu_pool: bash nagios netbackup plug-in icinga
  1. #!/bin/bash
  2.  
  3. # Based on a script from "Jurry"
  4. # -> http://jurrys.blogspot.com/2008/09/nagios-plug-in-for-netbackup-scartch.html
  5.  
  6. # Changes by Alexander Skwar <alexander@skwar.name>:
  7. # 2009-10-09:
  8. # - Allow the user to specify the name of the pool which is to be checked
  9.  
1606525 - check_nbu_pool: bash nagios netbackup plug-in icinga
  1. #!/bin/bash
  2.  
  3. WARN_COUNT=$1
  4. CRIT_COUNT=$2
  5.  
  6.  
  7. SCRATCH_TMP=`/usr/openv/volmgr/bin/vmquery -b -pn Scratch_pool | wc -l`
  8. SCRATCH_COUNT=$[$SCRATCH_TMP - 3]
  9.  
worth-right
worth-right
worth-right
worth-right