Module: check_mk
Branch: master
Commit: 730b7fafce5ac046c5f9c99ad649185b1589e913
URL: http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=730b7fafce5ac0…
Author: Tom Baerwinkel <tb(a)mathias-kettner.de>
Date: Fri Oct 20 10:33:44 2017 +0200
5352 agent_hivemanager_ng/hivemanager_ng_devices: new special agent and check
Add the special agent agent_hivemanager_ng and the corresponding check
hivemanager_ng_devices. Together they can be used to monitor devices
in the Aerohive HiveManager NG cloud.
Setup of the special agent is possible via the WATO rule "Aerohive
HiveManager NG". For each device one check is created. The devices
can be configured via the WATO rule "HiveManager NG Devices".
Change-Id: If0b36911284dbdd97053df9a6da4c579779a07b9
---
.werks/5352 | 16 +++++
agents/special/agent_hivemanager_ng | 111 ++++++++++++++++++++++++++++++++
checkman/hivemanager_ng_devices | 17 +++++
checks/agent_hivemanager_ng | 41 ++++++++++++
checks/hivemanager_ng_devices | 105 ++++++++++++++++++++++++++++++
web/htdocs/valuespec.py | 2 +-
web/plugins/wato/check_parameters.py | 23 +++++++
web/plugins/wato/datasource_programs.py | 50 ++++++++++++++
8 files changed, 364 insertions(+), 1 deletion(-)
Diff: http://git.mathias-kettner.de/git/?p=check_mk.git;a=commitdiff;h=730b7fafce…