aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin
diff options
context:
space:
mode:
authorNicolas Iooss2014-05-21 22:10:53 +0200
committerNicolas Iooss2014-05-21 22:10:53 +0200
commitc6f4c76089a463049bcefc579d4a8bc3635f151e (patch)
tree01b34593920979d0b7bbaa9994587377d0e98be2 /plugin
parentdetail.php: fix canvas graphs (diff)
downloadapt-panopticon_cgp-c6f4c76089a463049bcefc579d4a8bc3635f151e.zip
apt-panopticon_cgp-c6f4c76089a463049bcefc579d4a8bc3635f151e.tar.gz
apt-panopticon_cgp-c6f4c76089a463049bcefc579d4a8bc3635f151e.tar.bz2
apt-panopticon_cgp-c6f4c76089a463049bcefc579d4a8bc3635f151e.tar.xz
plugin: fix typo in temperature type
Diffstat (limited to 'plugin')
-rw-r--r--plugin/ipmi.json2
-rw-r--r--plugin/sensors.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugin/ipmi.json b/plugin/ipmi.json
index bd860dd..07caf96 100644
--- a/plugin/ipmi.json
+++ b/plugin/ipmi.json
@@ -4,7 +4,7 @@
4 "vertical": "RPM", 4 "vertical": "RPM",
5 "legend_format": "%5.1lf" 5 "legend_format": "%5.1lf"
6 }, 6 },
7 "temerature": { 7 "temperature": {
8 "title": "Temperature ({{PI}})", 8 "title": "Temperature ({{PI}})",
9 "vertical": "Celsius", 9 "vertical": "Celsius",
10 "legend_format": "%5.1lf%s" 10 "legend_format": "%5.1lf%s"
diff --git a/plugin/sensors.json b/plugin/sensors.json
index bd860dd..07caf96 100644
--- a/plugin/sensors.json
+++ b/plugin/sensors.json
@@ -4,7 +4,7 @@
4 "vertical": "RPM", 4 "vertical": "RPM",
5 "legend_format": "%5.1lf" 5 "legend_format": "%5.1lf"
6 }, 6 },
7 "temerature": { 7 "temperature": {
8 "title": "Temperature ({{PI}})", 8 "title": "Temperature ({{PI}})",
9 "vertical": "Celsius", 9 "vertical": "Celsius",
10 "legend_format": "%5.1lf%s" 10 "legend_format": "%5.1lf%s"