From 96f70b1b9bc9234bb1e4e3f686338f1a6fd92e4a Mon Sep 17 00:00:00 2001 From: Louis Rossouw Date: Sun, 5 Jul 2015 15:24:37 +0200 Subject: [PATCH 1/2] Add ntp service monitoring. --- includes/services/ntp/check.inc | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 includes/services/ntp/check.inc diff --git a/includes/services/ntp/check.inc b/includes/services/ntp/check.inc new file mode 100644 index 000000000..8115e55ad --- /dev/null +++ b/includes/services/ntp/check.inc @@ -0,0 +1,13 @@ + From abe773c1c3b9b8746cbfec8fb312127eea28ebfe Mon Sep 17 00:00:00 2001 From: Louis Rossouw Date: Sun, 5 Jul 2015 15:24:58 +0200 Subject: [PATCH 2/2] Update docs to reflect ntp service being added. --- doc/Extensions/Services.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/Extensions/Services.md b/doc/Extensions/Services.md index ca2e14ed3..ddae31f27 100644 --- a/doc/Extensions/Services.md +++ b/doc/Extensions/Services.md @@ -48,3 +48,4 @@ no graphs will be generated. ** - smtp - pop - simap +- ntp