Closed
Bug 1139073
Opened 11 years ago
Closed 11 years ago
Please remove paging for Critical and Major bugs in all Webops queues
Categories
(Infrastructure & Operations :: MOC: Service Requests, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: fox2mike, Assigned: Usul)
Details
Attachments
(1 file)
|
696 bytes,
patch
|
ashish
:
review-
|
Details | Diff | Splinter Review |
Hello MOC,
Webops doesn't need to know about major and critical bugs on IRC, so please remove paging for webops bugs in the critical and major categories. Blockers should continue to page.
Thanks!
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → ludovic
| Assignee | ||
Comment 1•11 years ago
|
||
I'm not sure it's the best way to achieve fox2mike's request , but I'm sure it will. Ashish can I get your blessing on that ?
Attachment #8574271 -
Flags: review?(ashish)
Comment 2•11 years ago
|
||
Comment on attachment 8574271 [details] [diff] [review]
bug_1139073.patch
Change arguments in modules/nrpe/templates/nrpe.d/bug_queues.cfg.erb instead
Attachment #8574271 -
Flags: review?(ashish) → review-
| Assignee | ||
Comment 3•11 years ago
|
||
[ludo@Oulanl nrpe.d]$ svn diff
Index: bug_queues.cfg.erb
===================================================================
--- bug_queues.cfg.erb (revision 101499)
+++ bug_queues.cfg.erb (working copy)
@@ -9,4 +9,4 @@
command[check_releng_loaner_bugs]=sudo /data/bugzilla/www/bugzilla.mozilla.org/contrib/nagios_blocker_checker.pl --product 'Release Engineering' --component 'Loan Requests' --severity any --any_warn 24 --any_alarm 24
command[check_serverops_bugs]=sudo /data/bugzilla/www/bugzilla.mozilla.org/contrib/nagios_blocker_checker.pl server-ops@mozilla-org.bugs
command[check_telecom_bugs]=sudo /data/bugzilla/www/bugzilla.mozilla.org/contrib/nagios_blocker_checker.pl telecom@infra.bugs
-command[check_webops_bugs]=sudo /data/bugzilla/www/bugzilla.mozilla.org/contrib/nagios_blocker_checker.pl server-ops-webops@mozilla-org.bugs
+command[check_webops_bugs]=sudo /data/bugzilla/www/bugzilla.mozilla.org/contrib/nagios_blocker_checker.pl --assignee server-ops-webops@mozilla-org.bugs --severity blocker
[ludo@Oulanl nrpe.d]$ svn commit -m "only blockers for webops see 1139073"
Sending bug_queues.cfg.erb
Transmitting file data .
Committed revision 101894.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•