diff options
| author | Łukasz Kostka | 2014-08-15 00:13:54 +0200 |
|---|---|---|
| committer | Pim van den Berg | 2014-08-25 23:32:22 +0200 |
| commit | 2c5c2a62e10d5aadef9908b03908dffe9c26e2ad (patch) | |
| tree | 78c8e11f470b0f71cc088d151292d72aa62e1f72 /plugin/hddtemp.json | |
| parent | fix rrd_escape() not escaping colons (diff) | |
| download | apt-panopticon_cgp-2c5c2a62e10d5aadef9908b03908dffe9c26e2ad.zip apt-panopticon_cgp-2c5c2a62e10d5aadef9908b03908dffe9c26e2ad.tar.gz apt-panopticon_cgp-2c5c2a62e10d5aadef9908b03908dffe9c26e2ad.tar.bz2 apt-panopticon_cgp-2c5c2a62e10d5aadef9908b03908dffe9c26e2ad.tar.xz | |
move " on <HOSTNAME>" suffix in graph title to JSON
Closes #101
Diffstat (limited to '')
| -rw-r--r-- | plugin/hddtemp.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/hddtemp.json b/plugin/hddtemp.json index 20b8d61..45a2e10 100644 --- a/plugin/hddtemp.json +++ b/plugin/hddtemp.json | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | { | 1 | { |
| 2 | "temperature": { | 2 | "temperature": { |
| 3 | "title": "HDD Temperature", | 3 | "title": "HDD Temperature on {{HOST}}", |
| 4 | "vertical": "°C", | 4 | "vertical": "°C", |
| 5 | "legend_format": "%5.1lf%s" | 5 | "legend_format": "%5.1lf%s" |
| 6 | } | 6 | } |
