Volans has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/316760

Change subject: Icinga: raid_handler - hostname instead of address
......................................................................

Icinga: raid_handler - hostname instead of address

Bug: T142085
Change-Id: I3ca16b50aded9bcdd20a9eddbc7bddc7acde2e77
---
M modules/icinga/templates/event_handlers/raid_handler.cfg.erb
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/60/316760/1

diff --git a/modules/icinga/templates/event_handlers/raid_handler.cfg.erb 
b/modules/icinga/templates/event_handlers/raid_handler.cfg.erb
index a19167b..3beb095 100644
--- a/modules/icinga/templates/event_handlers/raid_handler.cfg.erb
+++ b/modules/icinga/templates/event_handlers/raid_handler.cfg.erb
@@ -1,4 +1,4 @@
 define command{
     command_name    raid_handler
-    command_line    $USER1$/eventhandlers/raid_handler -s $SERVICESTATE$ -t 
$SERVICESTATETYPE$ -a $SERVICEATTEMPT$ -H $HOSTADDRESS$ -r $ARG1$ -D "$ARG2$" 
-c $ARG3$
+    command_line    $USER1$/eventhandlers/raid_handler -s $SERVICESTATE$ -t 
$SERVICESTATETYPE$ -a $SERVICEATTEMPT$ -H $HOSTNAME$ -r $ARG1$ -D "$ARG2$" -c 
$ARG3$
     }

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

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

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

Reply via email to