aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/cpu.php
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--plugin/cpu.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/cpu.php b/plugin/cpu.php
index 5f688f4..4cc74f6 100644
--- a/plugin/cpu.php
+++ b/plugin/cpu.php
@@ -55,7 +55,7 @@ $obj->width = $width;
55$obj->heigth = $heigth; 55$obj->heigth = $heigth;
56$obj->seconds = $seconds; 56$obj->seconds = $seconds;
57 57
58$obj->rrd_title = "CPU-$pinstance usage on $host"; 58$obj->rrd_title = sprintf('CPU-%s usage', $pinstance);
59$obj->rrd_vertical = 'Jiffies'; 59$obj->rrd_vertical = 'Jiffies';
60$obj->rrd_format = '%5.2lf'; 60$obj->rrd_format = '%5.2lf';
61 61