Pyoungmeister has submitted this change and it was merged.

Change subject: derp. this obviously needs to be a nrpe check
......................................................................


derp. this obviously needs to be a nrpe check

Change-Id: Icf4c3f7299023dfa9641db94d3b14866a82c0f98
---
M manifests/misc/icinga.pp
1 file changed, 2 insertions(+), 5 deletions(-)

Approvals:
  Pyoungmeister: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/manifests/misc/icinga.pp b/manifests/misc/icinga.pp
index 3605180..4ded1a4 100644
--- a/manifests/misc/icinga.pp
+++ b/manifests/misc/icinga.pp
@@ -660,12 +660,9 @@
     mode => '0755';
   }
 
-  monitor_service { 'check_job_queue':
+  nrpe::monitor_service { 'check_job_queue':
     description => 'check_job_queue',
-    check_command => 'check_job_queue',
-    normal_check_interval => 15,
-    retry_check_interval => 5,
-    critical => false
+    nrpe_command => '/usr/lib/nagios/plugins/check_job_queue',
   }
 }
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Icf4c3f7299023dfa9641db94d3b14866a82c0f98
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Pyoungmeister <p...@wikimedia.org>
Gerrit-Reviewer: Pyoungmeister <p...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to