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