diff options
Diffstat (limited to 'plugin/load.php')
| -rw-r--r-- | plugin/load.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/load.php b/plugin/load.php index 83fcf19..523f14c 100644 --- a/plugin/load.php +++ b/plugin/load.php | |||
| @@ -32,7 +32,7 @@ $obj->colors = array( | |||
| 32 | $obj->width = $width; | 32 | $obj->width = $width; |
| 33 | $obj->heigth = $heigth; | 33 | $obj->heigth = $heigth; |
| 34 | $obj->seconds = $seconds; | 34 | $obj->seconds = $seconds; |
| 35 | $obj->rrd_title = "System load on $host"; | 35 | $obj->rrd_title = 'System load'; |
| 36 | $obj->rrd_vertical = 'System load'; | 36 | $obj->rrd_vertical = 'System load'; |
| 37 | $obj->rrd_format = '%.2lf'; | 37 | $obj->rrd_format = '%.2lf'; |
| 38 | 38 | ||
