diff options
Diffstat (limited to 'plugin/entropy.php')
-rw-r--r-- | plugin/entropy.php | 2 |
1 files changed, 1 insertions, 1 deletions
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( | |||
28 | $obj->width = $width; | 28 | $obj->width = $width; |
29 | $obj->heigth = $heigth; | 29 | $obj->heigth = $heigth; |
30 | $obj->seconds = $seconds; | 30 | $obj->seconds = $seconds; |
31 | $obj->rrd_title = "Available entropy on $host"; | 31 | $obj->rrd_title = 'Available entropy'; |
32 | $obj->rrd_vertical = 'Bits'; | 32 | $obj->rrd_vertical = 'Bits'; |
33 | $obj->rrd_format = '%4.0lf'; | 33 | $obj->rrd_format = '%4.0lf'; |
34 | 34 | ||