Ottomata has submitted this change and it was merged.
Change subject: Escaping '!' negation in varnishkafka drerr icinga threshold
......................................................................
Escaping '!' negation in varnishkafka drerr icinga threshold
Change-Id: I2e9624fd9f6c3f83be653ca79565acb15205c186
---
M manifests/role/cache.pp
1 file changed, 2 insertions(+), 2 deletions(-)
Approvals:
Ottomata: Verified; Looks good to me, approved
diff --git a/manifests/role/cache.pp b/manifests/role/cache.pp
index 826558b..63834f2 100644
--- a/manifests/role/cache.pp
+++ b/manifests/role/cache.pp
@@ -451,8 +451,8 @@
description => 'Varnishkafka Delivery Errors',
metric => 'kafka.varnishkafka.kafka_drerr.per_second',
# alert if this is anything other than 0.0
- warning => '!0.0:0.0',
- critical => '!0.0:0.0',
+ warning => '\!0.0:0.0',
+ critical => '\!0.0:0.0',
require => Class['::varnishkafka::monitoring'],
}
}
--
To view, visit https://gerrit.wikimedia.org/r/107910
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I2e9624fd9f6c3f83be653ca79565acb15205c186
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ottomata <[email protected]>
Gerrit-Reviewer: Ottomata <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits