$OpenBSD: patch-share_pnp_templates_dist_check_ping_tick_php,v 1.1 2016/05/17 07:13:42 kirby Exp $

Fix compatibility with rrdtool-1.6.x
Upstream commit 0a539e1c7ab03ec015c27e4ad0fe16343a98c269

--- share/pnp/templates.dist/check_ping_tick.php.orig	Mon May 16 16:40:54 2016
+++ share/pnp/templates.dist/check_ping_tick.php	Mon May 16 16:41:12 2016
@@ -6,7 +6,7 @@
 # RTA
 #
 $ds_name[1] = "Round Trip Times";
-$opt[1]  = "--lower=0 --vertical-label \"RTA\" --title \"Ping times\" ";
+$opt[1]  = "--lower-limit=0 --vertical-label \"RTA\" --title \"Ping times\" ";
 $opt[1] .=  rrd::darkteint();
 $def[1]  =  rrd::def("var1", $RRDFILE[1], $DS[1], "AVERAGE") ;
 $def[1] .=  rrd::ticker("var1", $WARN[1], $CRIT[1]) ;
