Gehel has submitted this change and it was merged. ( 
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(-)

Approvals:
  jenkins-bot: Verified
  Gehel: Looks good to me, approved
  Volans: Looks good to me, but someone else must approve



diff --git a/modules/nagios_common/files/checkcommands.cfg 
b/modules/nagios_common/files/checkcommands.cfg
index fca3c15..dc31cda 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: merged
Gerrit-Change-Id: I4bfbc8b6cc7b336efabcc6d228e7f797d6293d3c
Gerrit-PatchSet: 3
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Gehel <[email protected]>
Gerrit-Reviewer: Gehel <[email protected]>
Gerrit-Reviewer: Volans <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to