Module: check_mk
Branch: master
Commit: b595bed59208fdb8d809fc97d3b24d17f0881218
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=b595bed59208fd…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Tue Aug 19 20:03:49 2014 +0200
#1010 chrony: new check for NTP synchronization via chrony on Linux
This check does the same as the existing {ntp.time} check, but is for
cases when {chrony} is being used instead of the {ntpd}. It does not
support measuring jitter, however.
---
.werks/1010 | 12 +++++
ChangeLog | 1 +
agents/check_mk_agent.linux | 7 +++
checkman/chrony | 36 +++++++++++++
checkman/ntp.time | 2 +-
checks/chrony | 96 ++++++++++++++++++++++++++++++++++
checks/ntp | 8 +--
pnp-templates/check_mk-chrony.php | 1 +
pnp-templates/check_mk-ntp.time.php | 12 +++--
web/plugins/perfometer/check_mk.py | 3 +-
web/plugins/wato/check_parameters.py | 10 ++--
11 files changed, 172 insertions(+), 16 deletions(-)
Diff:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commitdiff;h=b595bed592…