SOURCES: munin-plugins-muninexchange-other.patch - nagiosstatus works now

baggins baggins at pld-linux.org
Sun Nov 30 01:17:42 CET 2008


Author: baggins                      Date: Sun Nov 30 00:17:41 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- nagiosstatus works now

---- Files affected:
SOURCES:
   munin-plugins-muninexchange-other.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/munin-plugins-muninexchange-other.patch
diff -u SOURCES/munin-plugins-muninexchange-other.patch:1.1 SOURCES/munin-plugins-muninexchange-other.patch:1.2
--- SOURCES/munin-plugins-muninexchange-other.patch:1.1	Sat Nov 29 21:05:46 2008
+++ SOURCES/munin-plugins-muninexchange-other.patch	Sun Nov 30 01:17:36 2008
@@ -31,3 +31,18 @@
  trap "rm -f ${PIVOT} ${TEMP}" INT EXIT
  
  test -n "$TEMP" -a -w "$TEMP" || exit 1
+--- munin-plugins-muninexchange-20081128/other/nagiosstatus~	2008-11-29 13:19:37.000000000 +0100
++++ munin-plugins-muninexchange-20081128/other/nagiosstatus	2008-11-30 01:16:55.000000000 +0100
+@@ -113,10 +113,10 @@
+     if($type) {
+ 	push(@{$values{$type}}, $_);
+     }
+-    if(/^host \{/) {
++    if(/^hoststatus \{/) {
+ 	$type = "host";
+     }
+-    if(/^service \{/) {
++    if(/^servicestatus \{/) {
+ 	$type = "service";
+     }
+ }
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/munin-plugins-muninexchange-other.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list