[Pkg-nagios-changes] [pkg-icinga2] 01/01: Fixing threshold for snmp-load check command

Jan Wagner waja at moszumanska.debian.org
Thu Sep 18 11:56:04 UTC 2014


This is an automated email from the git hooks/post-receive script.

waja pushed a commit to branch master
in repository pkg-icinga2.

commit cc6aad503349149baf53b0c2c7b3763950317cd2
Author: Jan Wagner <waja at cyconet.org>
Date:   Thu Sep 18 09:59:03 2014 +0200

    Fixing threshold for snmp-load check command
---
 debian/patches/30_snmp-load_threshold_fix | 29 +++++++++++++++++++++++++++++
 debian/patches/series                     |  1 +
 2 files changed, 30 insertions(+)

diff --git a/debian/patches/30_snmp-load_threshold_fix b/debian/patches/30_snmp-load_threshold_fix
new file mode 100644
index 0000000..435c7d6
--- /dev/null
+++ b/debian/patches/30_snmp-load_threshold_fix
@@ -0,0 +1,29 @@
+Description: Fixing the threshold syntax for snmp-load check command
+Forwarded: https://dev.icinga.org/issues/7275
+Author: Jan Wagner <waja at cyconet.org>
+Last-Update: 2014-09-18
+
+From cd7248a74b66b32d0c239feca8efb61d679072e9 Mon Sep 17 00:00:00 2001
+From: Jan Wagner <waja at cyconet.org>
+Date: Thu, 18 Sep 2014 01:12:58 +0200
+Subject: [PATCH] Fix '3 warnings and critical ' error
+
+---
+ itl/command-plugins-manubulon.conf | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/itl/command-plugins-manubulon.conf b/itl/command-plugins-manubulon.conf
+index 910bf61..62a848a 100644
+--- a/itl/command-plugins-manubulon.conf
++++ b/itl/command-plugins-manubulon.conf
+@@ -85,8 +85,8 @@ object CheckCommand "snmp-load" {
+ 	}
+ 
+ 	vars.snmp_load_type = "stand"
+-	vars.snmp_warn = 85
+-	vars.snmp_crit = 95
++	vars.snmp_warn = "4,3,3"
++	vars.snmp_crit = "8,5,5"
+ 	vars.snmp_perf = true
+ }
+ 
diff --git a/debian/patches/series b/debian/patches/series
index e1c16fd..998a459 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 21_config_changes
+30_snmp-load_threshold_fix

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-icinga2.git



More information about the Pkg-nagios-changes mailing list