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

Change subject: elasticsearch - icinga check has special characters that need 
escaping
......................................................................

elasticsearch - icinga check has special characters that need escaping

Change-Id: I4bfbc8b6cc7b336efabcc6d228e7f797d6293d3c
---
M modules/nagios_common/files/checkcommands.cfg
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/29/349229/1

diff --git a/modules/nagios_common/files/checkcommands.cfg 
b/modules/nagios_common/files/checkcommands.cfg
index fca3c15..13713a9 100644
--- a/modules/nagios_common/files/checkcommands.cfg
+++ b/modules/nagios_common/files/checkcommands.cfg
@@ -479,7 +479,7 @@
 
 define command {
     command_name    check_elasticsearch_shards_threshold
-    command_line    $USER1$/check_elasticsearch.py --ignore-status --url 
http://$HOSTADDRESS$:9200 --shards-inactive $ARG1$
+    command_line    $USER1$/check_elasticsearch.py --ignore-status --url 
http://$HOSTADDRESS$:9200 --shards-inactive ""$ARG1$"
 }
 
 # Analytics Cluster Checks

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4bfbc8b6cc7b336efabcc6d228e7f797d6293d3c
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Gehel <[email protected]>

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

Reply via email to