#! /bin/sh /usr/share/dpatch/dpatch-run
## fix-unparsable_time.dpatch by Hendrik Frenzel <hfrenzel@scunc.net>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Fixes "unparsable time" bug in serviceext icons (s. http://www.nagios-portal.org/wbb/index.php?page=Thread&threadID=10971)

@DPATCH@
diff -urNad nagiosgrapher-1.7.1~/cfg/ngraph.ncfg.in nagiosgrapher-1.7.1/cfg/ngraph.ncfg.in
--- nagiosgrapher-1.7.1~/cfg/ngraph.ncfg.in	2009-02-16 02:07:43.000000000 +0100
+++ nagiosgrapher-1.7.1/cfg/ngraph.ncfg.in	2009-02-16 02:08:11.000000000 +0100
@@ -44,7 +44,7 @@
 
     icon_image_tag          ' dot.png' alt="___ALT___" border="0"></a><A TARGET="_blank" HREF="graphs.cgi?___URL___"><img src="___IMAGESRC___" '
     icon_image_src          @NG_LOGOS@/graph.png
-    icon_image_script       @NG_CGI@/rrd2-system.cgi?___URL___&start=-5400&title=Actual&width=20&height=20&type=AVERAGE&only-graph=true
+    icon_image_script       @NG_CGI@/rrd2-system.cgi?___URL___&start=-5400&end=now&title=Actual&width=20&height=20&type=AVERAGE&only-graph=true
     icon_image_static       false
 
     log_file                @NG_LOGFILE@
