From 853a4e939c99fb683983d947f4267bf249f7c05e Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Thu, 31 Dec 2009 11:42:14 +0100 Subject: always show 'on $host' in the rrd title 'on $host' doesn't have to be added manually to rrd_title anymore. --- plugin/entropy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin/entropy.php') diff --git a/plugin/entropy.php b/plugin/entropy.php index a4379ab..6ee96aa 100644 --- a/plugin/entropy.php +++ b/plugin/entropy.php @@ -28,7 +28,7 @@ $obj->colors = array( $obj->width = $width; $obj->heigth = $heigth; $obj->seconds = $seconds; -$obj->rrd_title = "Available entropy on $host"; +$obj->rrd_title = 'Available entropy'; $obj->rrd_vertical = 'Bits'; $obj->rrd_format = '%4.0lf'; -- cgit v1.1