Volans has submitted this change and it was merged.

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(-)

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



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: merged
Gerrit-Change-Id: I8b88e34b97e6161482150c3ba685ed75df9e44c6
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Volans <[email protected]>
Gerrit-Reviewer: Alexandros Kosiaris <[email protected]>
Gerrit-Reviewer: ArielGlenn <[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