Add Collectd as a Monitor Type 57/37357/6
authorUmar Farooq <umar.farooq@neclab.eu>
Thu, 13 Jul 2017 10:20:56 +0000 (12:20 +0200)
committerRyota Mibu <r-mibu@cq.jp.nec.com>
Wed, 9 Aug 2017 04:39:54 +0000 (04:39 +0000)
commit282369b6fd58a78e6a7c91f21b331363d4ed0fb3
tree3dc95a2c16ca948627df6fb93629a3652e620211
parentdb6d9cdcb37fee810fdf59e4d96b9a5139b5c8b7
Add Collectd as a Monitor Type

A plugin for collectd is added to use collectd on compute as a
monitor type. Monitor files are updated accordingly.
The inspector now listens on all interfaces instead of only
localhost to enable it to communicate with compute node.

JIRA: DOCTOR-86
JIRA: DOCTOR-101

Change-Id: Idc834d428152e4687020eff7d8db36a652b1bf86
Signed-off-by: Umar Farooq <umar.farooq@neclab.eu>
12 files changed:
docs/development/manuals/monitors.rst [new file with mode: 0644]
etc/doctor.sample.conf
tests/inspector.py
tests/lib/monitor [new file with mode: 0644]
tests/lib/monitors/collectd/collectd [new file with mode: 0644]
tests/lib/monitors/collectd/collectd_plugin.py [new file with mode: 0644]
tests/lib/monitors/sample/monitor.py [moved from tests/monitor.py with 100% similarity]
tests/lib/monitors/sample/sample [new file with mode: 0644]
tests/main.py
tests/monitor/__init__.py
tests/monitor/collectd.py [new file with mode: 0644]
tests/run.sh