Muehlenhoff has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/330411 )

Change subject: Don't apply NTP Icinga check to standard::ntp::timesyncd
......................................................................

Don't apply NTP Icinga check to standard::ntp::timesyncd

"check_ntp_time" uses the Icinga plugin check_ntp_peer which queries a
full-blown NTP server. Remove it for now, it will be replaced by
a custom check which monitors the output of "timedatectl status".

Change-Id: I1d78fc44087af0d6280f84c13e2f1f163afb97e8
---
M modules/standard/manifests/ntp/timesyncd.pp
1 file changed, 0 insertions(+), 8 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/11/330411/1

diff --git a/modules/standard/manifests/ntp/timesyncd.pp 
b/modules/standard/manifests/ntp/timesyncd.pp
index 9bf4a6b..50b3958 100644
--- a/modules/standard/manifests/ntp/timesyncd.pp
+++ b/modules/standard/manifests/ntp/timesyncd.pp
@@ -32,13 +32,5 @@
         provider => systemd,
         enable   => true,
     }
-
-    monitoring::service { 'ntp':
-        description    => 'NTP',
-        check_command  => 'check_ntp_time!0.5!1',
-        check_interval => 30,
-        retry_interval => 15,
-    }
-
 }
 

-- 
To view, visit https://gerrit.wikimedia.org/r/330411
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1d78fc44087af0d6280f84c13e2f1f163afb97e8
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Muehlenhoff <mmuhlenh...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to