Module: check_mk
Branch: master
Commit: 924044df3ebf6b73aa6266467e1e84effe5e7ec4
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=924044df3ebf6b…
Author: Simon Betz <si(a)mathias-kettner.de>
Date: Fri Jun 24 13:04:25 2016 +0200
3683 infoblox_dhcp_stats, infoblox_dns_stats, infoblox_grid_status,
infoblox_node_services, infoblox_replication_status, infoblox_services, infoblox_temp: new
checks for Infoblox devices which monitor DHCP and DNS statistics, grid and replication
status, services and node services and temperature of the system or CPUs
---
.werks/3683 | 9 ++
ChangeLog | 1 +
checkman/infoblox_dhcp_stats | 14 +++
checkman/infoblox_dns_stats | 14 +++
checkman/infoblox_grid_status | 16 ++++
checkman/infoblox_node_services | 18 ++++
checkman/infoblox_replication_status | 16 ++++
checkman/infoblox_services | 18 ++++
checkman/infoblox_temp | 22 +++++
checks/infoblox.include | 163 ++++++++++++++++++++++++++++++++++
checks/infoblox_dhcp_stats | 73 +++++++++++++++
checks/infoblox_dns_stats | 56 ++++++++++++
checks/infoblox_grid_status | 57 ++++++++++++
checks/infoblox_node_services | 63 +++++++++++++
checks/infoblox_replication_status | 76 ++++++++++++++++
checks/infoblox_services | 66 ++++++++++++++
checks/infoblox_temp | 114 ++++++++++++++++++++++++
web/plugins/metrics/check_mk.py | 116 ++++++++++++++++++++++++
18 files changed, 912 insertions(+)
Diff:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commitdiff;h=924044df3e…