aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/memory.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/memory.php')
-rw-r--r--plugin/memory.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/memory.php b/plugin/memory.php
index 7b0e47b..b0f6b73 100644
--- a/plugin/memory.php
+++ b/plugin/memory.php
@@ -43,7 +43,7 @@ $obj->width = $width;
43$obj->heigth = $heigth; 43$obj->heigth = $heigth;
44$obj->seconds = $seconds; 44$obj->seconds = $seconds;
45 45
46$obj->rrd_title = "Physical memory utilization on $host"; 46$obj->rrd_title = 'Physical memory utilization';
47$obj->rrd_vertical = 'Bytes'; 47$obj->rrd_vertical = 'Bytes';
48$obj->rrd_format = '%5.1lf%s'; 48$obj->rrd_format = '%5.1lf%s';
49 49