diff options
author | Pim van den Berg | 2009-12-31 11:42:14 +0100 |
---|---|---|
committer | Pim van den Berg | 2009-12-31 12:39:43 +0100 |
commit | 853a4e939c99fb683983d947f4267bf249f7c05e (patch) | |
tree | cfffabaa43f218fbc29c2b00cc7ceb36168a8b90 /plugin/processes.php | |
parent | replace duplicate code by function rrd_options (diff) | |
download | apt-panopticon_cgp-853a4e939c99fb683983d947f4267bf249f7c05e.zip apt-panopticon_cgp-853a4e939c99fb683983d947f4267bf249f7c05e.tar.gz apt-panopticon_cgp-853a4e939c99fb683983d947f4267bf249f7c05e.tar.bz2 apt-panopticon_cgp-853a4e939c99fb683983d947f4267bf249f7c05e.tar.xz |
always show 'on $host' in the rrd title
'on $host' doesn't have to be added manually to rrd_title anymore.
Diffstat (limited to 'plugin/processes.php')
-rw-r--r-- | plugin/processes.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/processes.php b/plugin/processes.php index 5fc0463..65e1ddd 100644 --- a/plugin/processes.php +++ b/plugin/processes.php | |||
@@ -48,7 +48,7 @@ $obj->width = $width; | |||
48 | $obj->heigth = $heigth; | 48 | $obj->heigth = $heigth; |
49 | $obj->seconds = $seconds; | 49 | $obj->seconds = $seconds; |
50 | 50 | ||
51 | $obj->rrd_title = "Processes on $host"; | 51 | $obj->rrd_title = 'Processes'; |
52 | $obj->rrd_vertical = 'Processes'; | 52 | $obj->rrd_vertical = 'Processes'; |
53 | $obj->rrd_format = '%5.1lf%s'; | 53 | $obj->rrd_format = '%5.1lf%s'; |
54 | 54 | ||