Faidon Liambotis has submitted this change and it was merged.

Change subject: search: disable the lucene_search icinga check
......................................................................


search: disable the lucene_search icinga check

No idea what it does but it has been CRITICAL for 158d, so clearly it's
not _that_ CRITICAL. Stop if from spamming us, especially since it's
unlikely anyway will care anytime soon about it.

Change-Id: I8008c459a925ae070365a37ed04d5ca217de96b5
---
M manifests/search.pp
1 file changed, 11 insertions(+), 2 deletions(-)

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



diff --git a/manifests/search.pp b/manifests/search.pp
index ea445be..84a84c6 100644
--- a/manifests/search.pp
+++ b/manifests/search.pp
@@ -125,9 +125,18 @@
                }
 
                if $lucene::server::indexer == false {
-                       monitor_service { "lucene": description => "Lucene", 
check_command => "check_lucene", retries => 6 }
+                       monitor_service { 'lucene':
+                               description   => 'Lucene',
+                               check_command => 'check_lucene',
+                               retries => 6
+                       }
 
-                       monitor_service { 'lucene_search': description => 
'search indices - check lucene status page', check_command => 
"check_lucene_frontend" }
+                       # CRITICAL for months (oldest 158d old); clearly not a 
serious issue
+                       # --faidon, 2013-11-18
+                       # monitor_service { 'lucene_search':
+                       #       description   => 'search indices - check lucene 
status page',
+                       #       check_command => 'check_lucene_frontend'
+                       # }
                }
        }
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I8008c459a925ae070365a37ed04d5ca217de96b5
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Faidon Liambotis <[email protected]>
Gerrit-Reviewer: Faidon Liambotis <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to