diff options
Diffstat (limited to 'plugin/nut.json')
| -rw-r--r-- | plugin/nut.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/plugin/nut.json b/plugin/nut.json index c5bcbca..accbeca 100644 --- a/plugin/nut.json +++ b/plugin/nut.json | |||
| @@ -1,31 +1,31 @@ | |||
| 1 | { | 1 | { |
| 2 | "frequency": { | 2 | "frequency": { |
| 3 | "title": "Frequency ({{PI}})", | 3 | "title": "Frequency ({{PI}}) on {{HOST}}", |
| 4 | "vertical": "Hz", | 4 | "vertical": "Hz", |
| 5 | "legend_format": "%5.1lf%s" | 5 | "legend_format": "%5.1lf%s" |
| 6 | }, | 6 | }, |
| 7 | "percent": { | 7 | "percent": { |
| 8 | "title": "Charge & load ({{PI}})", | 8 | "title": "Charge & load ({{PI}}) on {{HOST}}", |
| 9 | "vertical": "Percent", | 9 | "vertical": "Percent", |
| 10 | "legend_format": "%5.1lf" | 10 | "legend_format": "%5.1lf" |
| 11 | }, | 11 | }, |
| 12 | "power": { | 12 | "power": { |
| 13 | "title": "Power ({{PI}})", | 13 | "title": "Power ({{PI}}) on {{HOST}}", |
| 14 | "vertical": "VA", | 14 | "vertical": "VA", |
| 15 | "legend_format": "%5.1lf%s" | 15 | "legend_format": "%5.1lf%s" |
| 16 | }, | 16 | }, |
| 17 | "temperature": { | 17 | "temperature": { |
| 18 | "title": "Temperature ({{PI}})", | 18 | "title": "Temperature ({{PI}}) on {{HOST}}", |
| 19 | "vertical": "°C", | 19 | "vertical": "°C", |
| 20 | "legend_format": "%5.1lf%s" | 20 | "legend_format": "%5.1lf%s" |
| 21 | }, | 21 | }, |
| 22 | "timeleft": { | 22 | "timeleft": { |
| 23 | "title": "Time Left ({{PI}})", | 23 | "title": "Time Left ({{PI}}) on {{HOST}}", |
| 24 | "vertical": "Seconds", | 24 | "vertical": "Seconds", |
| 25 | "legend_format": "%5.1lf" | 25 | "legend_format": "%5.1lf" |
| 26 | }, | 26 | }, |
| 27 | "voltage": { | 27 | "voltage": { |
| 28 | "title": "Voltage {{PI}}", | 28 | "title": "Voltage {{PI}} on {{HOST}}", |
| 29 | "vertical": "Voltage", | 29 | "vertical": "Voltage", |
| 30 | "legend_format": "%5.1lf" | 30 | "legend_format": "%5.1lf" |
| 31 | } | 31 | } |
