Closed
Bug 820539
Opened 13 years ago
Closed 13 years ago
add nagios monitor for new game_on
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Infrastructure & Operations Graveyard
WebOps: Other
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: cturra, Assigned: cturra)
References
Details
setup https check in nagios for gameon.mozilla.org
| Assignee | ||
Comment 1•13 years ago
|
||
https-websites check added for gameon.
% svn diff
Index: nagios/manifests/hosts/phx1.pp
===================================================================
--- nagios/manifests/hosts/phx1.pp (revision 54237)
+++ nagios/manifests/hosts/phx1.pp (working copy)
@@ -3172,6 +3172,12 @@
"https-websites",
]
},
+ "gameon.mozilla.org" => {
+ hostgroups => [
+ "https-websites",
+ "generic-cluster-websites",
+ ]
+ },
"getfirebug.com" => {
hostgroups => [
"https-websites",
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Updated•7 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•