summaryrefslogtreecommitdiffstats
path: root/unitest-restful.py
diff options
context:
space:
mode:
authorangelopoerio <angelo.poerio@gmail.com>2016-08-19 19:26:23 +0200
committerangelopoerio <angelo.poerio@gmail.com>2016-08-20 16:26:00 +0200
commite7fafdbdeec19b7766869d5cbdf75ca57ff2329f (patch)
tree0973abc0ec4b06543cb7ffe920f295010903450f /unitest-restful.py
parentaa94ccb91a843526e6da2776e4af61f95aa86db6 (diff)
Added irq monitoring plugin
Diffstat (limited to 'unitest-restful.py')
-rwxr-xr-xunitest-restful.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/unitest-restful.py b/unitest-restful.py
index d5627582..ae7bd696 100755
--- a/unitest-restful.py
+++ b/unitest-restful.py
@@ -94,7 +94,7 @@ class TestGlances(unittest.TestCase):
if p in ('uptime', 'now'):
self.assertIsInstance(req.json(), text_type)
elif p in ('fs', 'percpu', 'sensors', 'alert', 'processlist', 'diskio',
- 'hddtemp', 'batpercent', 'network', 'folders', 'amps', 'ports'):
+ 'hddtemp', 'batpercent', 'network', 'folders', 'amps', 'ports', 'irq'):
self.assertIsInstance(req.json(), list)
elif p in ('psutilversion', 'help'):
pass