Faidon Liambotis has submitted this change and it was merged. Change subject: ocg: bump alert thresholds ......................................................................
ocg: bump alert thresholds The current ones are too low considering regular usage. They currently seem to vary between ~600k and ~720k, so set the warning threshold to 800k and critical to 1.5 million. Bug: T76115 Change-Id: I5c23cbaffa88e02ca2641fff17cb32cfd80e7575 --- M hieradata/common/ocg/nagios.yaml 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: Faidon Liambotis: Verified; Looks good to me, approved diff --git a/hieradata/common/ocg/nagios.yaml b/hieradata/common/ocg/nagios.yaml index a390f8e..92e3286 100644 --- a/hieradata/common/ocg/nagios.yaml +++ b/hieradata/common/ocg/nagios.yaml @@ -1,4 +1,4 @@ -wjs: 400000 -cjs: 800000 +wjs: 800000 +cjs: 1500000 wrj: 500 crj: 3000 -- To view, visit https://gerrit.wikimedia.org/r/183610 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I5c23cbaffa88e02ca2641fff17cb32cfd80e7575 Gerrit-PatchSet: 2 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Faidon Liambotis <[email protected]> Gerrit-Reviewer: Faidon Liambotis <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
