[Pkg-nagios-changes] [pkg-nagios] r1240 - nagiosgrapher/trunk/debian

Hendrik Frenzel hfrenzel-guest at alioth.debian.org
Thu Oct 18 10:22:42 UTC 2007


tags 442042 pending
thanks

Author: hfrenzel-guest
Date: 2007-10-18 10:22:42 +0000 (Thu, 18 Oct 2007)
New Revision: 1240

Modified:
   nagiosgrapher/trunk/debian/README.Debian
   nagiosgrapher/trunk/debian/changelog
   nagiosgrapher/trunk/debian/control
Log:
fixed example in README.Debian


Modified: nagiosgrapher/trunk/debian/README.Debian
===================================================================
--- nagiosgrapher/trunk/debian/README.Debian	2007-10-09 22:15:22 UTC (rev 1239)
+++ nagiosgrapher/trunk/debian/README.Debian	2007-10-18 10:22:42 UTC (rev 1240)
@@ -34,7 +34,7 @@
 
  define command{
 	command_name process-service-perfdata
-	command_line /usr/lib/nagiosgrapher/fifo_write  '$HOSTNAME$\t$SERVICEDESC$\t$SERVICEOUTPUT$\t$SERVICEPERFDATA$\n' 3
+	command_line /usr/lib/nagiosgrapher/fifo_write /var/lib/nagiosgrapher/ngraph.pipe '$HOSTNAME$\t$SERVICEDESC$\t$SERVICEOUTPUT$\t$SERVICEPERFDATA$\n' 3
  }
 
  Note if you are using other tools like netcat or printf to passthrough this string:

Modified: nagiosgrapher/trunk/debian/changelog
===================================================================
--- nagiosgrapher/trunk/debian/changelog	2007-10-09 22:15:22 UTC (rev 1239)
+++ nagiosgrapher/trunk/debian/changelog	2007-10-18 10:22:42 UTC (rev 1240)
@@ -1,3 +1,10 @@
+nagiosgrapher (1.6.1rc5-3) UNRELEASED; urgency=low
+
+  * NOT RELEASED YET
+  * Fixed example process-service-perfdata fifo_write command in README.Debian
+
+ -- Hendrik Frenzel <hfrenzel at scunc.net>  Thu, 18 Oct 2007 12:18:30 +0200
+
 nagiosgrapher (1.6.1rc5-2) unstable; urgency=low
 
   * Fixed typo in logrotate script (Closes: #440149)
@@ -6,7 +13,7 @@
 
 nagiosgrapher (1.6.1rc5-1) unstable; urgency=low
 
-  * New upstream release (Closes: #437124, #439777)
+  * New upstream release (Closes: #437124, #439777, #442042)
 
  -- Hendrik Frenzel <hfrenzel at scunc.net>  Sat, 18 Aug 2007 00:31:55 +0200
 

Modified: nagiosgrapher/trunk/debian/control
===================================================================
--- nagiosgrapher/trunk/debian/control	2007-10-09 22:15:22 UTC (rev 1239)
+++ nagiosgrapher/trunk/debian/control	2007-10-18 10:22:42 UTC (rev 1240)
@@ -5,6 +5,8 @@
 Uploaders: Debian Nagios Maintainer Group <pkg-nagios-devel at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 5), dpatch, cdbs, autoconf
 Standards-Version: 3.7.2
+XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-nagios/nagiosgrapher/trunk/
+XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-nagios/nagiosgrapher/trunk/
 
 Package: nagiosgrapher
 Architecture: any




More information about the Pkg-nagios-changes mailing list