Volans has uploaded a new change for review.

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

Change subject: Icinga: fix raid_handler ACK persistence
......................................................................

Icinga: fix raid_handler ACK persistence

Bug: T149229
Change-Id: I8b88e34b97e6161482150c3ba685ed75df9e44c6
---
M modules/icinga/files/raid_handler.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/69/318269/1

diff --git a/modules/icinga/files/raid_handler.py 
b/modules/icinga/files/raid_handler.py
index 9c5a03d..a7536bd 100644
--- a/modules/icinga/files/raid_handler.py
+++ b/modules/icinga/files/raid_handler.py
@@ -186,7 +186,7 @@
     """
 
     message = (
-        '[{time}] ACKNOWLEDGE_SVC_PROBLEM;{host};{service};2;1;1;'
+        '[{time}] ACKNOWLEDGE_SVC_PROBLEM;{host};{service};2;1;0;'
         'nagiosadmin;{message}\n'
     ).format(time=int(time.time()), host=host, service=service_description,
              message=ACK_MESSAGE.format(task_uri))

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8b88e34b97e6161482150c3ba685ed75df9e44c6
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