Closed
Bug 1264620
Opened 9 years ago
Closed 9 years ago
monitor hgweb11-14
Categories
(Developer Services :: Mercurial: hg.mozilla.org, defect)
Developer Services
Mercurial: hg.mozilla.org
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: fubar, Unassigned)
References
Details
add new hgweb nodes to nagios
| Reporter | ||
Comment 1•9 years ago
|
||
added standard monitoring for blades, hgweb nodes. :gps, which of these will eventually be running kafka/zookeeper?
Flags: needinfo?(gps)
Comment 2•9 years ago
|
||
They will all eventually be running kafka/zookeeper. I plan to light those up once these hosts are in service for real - possibly later today. I suppose you could enable the checks but ack them for the time being.
The plan is to have kafka/zookeeper running on hgweb[11-14] and the master server (currently hgssh3). So we'll drop kafka/zookeeper on hgssh2 and hgweb1, 9, and 10 once hgweb[11-14] are online.
Flags: needinfo?(gps)
| Reporter | ||
Comment 3•9 years ago
|
||
ok. if this happens while I'm out, someone just needs to add the hg-kafka and hg-zookeeper hostgroups to hgweb11-14 in /puppet/trunk/modules/nagios/manifests/hosts/scl3.pp, and remove from the others...
Comment 4•9 years ago
|
||
[ludo@Oulanl hosts]$ svn diff
Index: scl3.pp
===================================================================
--- scl3.pp (revision 117025)
+++ scl3.pp (working copy)
@@ -7887,6 +7887,8 @@
'hp-servers',
'generic',
'zeus-scl3-http',
+ 'hg-kafka',
+ 'hg-zookeeper',
'hg-web',
]
},
[ludo@Oulanl hosts]$ svn commit -m "https://bugzilla.mozilla.org/show_bug.cgi?id=1264620#c3"
Sending scl3.pp
Transmitting file data .done
Committing transaction...
Committed revision 117026.
[ludo@Oulanl hosts]$
Comment 5•9 years ago
|
||
To be explicit, the nagios actions we want to change are:
* Add hg-kafka and hg-zookeeper to hgweb11-14
* Remove hg-kafka and hg-zookeeper from hgweb{1,9,10} and hgssh2
Comment 6•9 years ago
|
||
[ludo@Oulanl hosts]$ svn diff
Index: scl3.pp
===================================================================
--- scl3.pp (revision 117026)
+++ scl3.pp (working copy)
@@ -7752,8 +7752,6 @@
'generic',
'zeus-scl3-http',
'hg-web',
- 'hg-kafka',
- 'hg-zookeeper',
]
},
'hgweb2.dmz.scl3.mozilla.com' => {
@@ -7834,8 +7832,6 @@
'generic',
'zeus-scl3-http',
'hg-web',
- 'hg-kafka',
- 'hg-zookeeper',
]
},
'hgweb10.dmz.scl3.mozilla.com' => {
@@ -7846,8 +7842,6 @@
'generic',
'zeus-scl3-http',
'hg-web',
- 'hg-kafka',
- 'hg-zookeeper',
]
},
'hgweb11.dmz.scl3.mozilla.com' => {
@@ -7857,6 +7851,8 @@
'hp-servers',
'generic',
'zeus-scl3-http',
+ 'hg-kafka',
+ 'hg-zookeeper',
'hg-web',
]
},
@@ -7867,6 +7863,8 @@
'hp-servers',
'generic',
'zeus-scl3-http',
+ 'hg-kafka',
+ 'hg-zookeeper',
'hg-web',
]
},
@@ -7877,6 +7875,8 @@
'hp-servers',
'generic',
'zeus-scl3-http',
+ 'hg-kafka',
+ 'hg-zookeeper',
'hg-web',
]
},
@@ -7910,8 +7910,6 @@
'hp-servers',
'generic',
'hg-ssh',
- 'hg-kafka',
- 'hg-zookeeper',
]
},
'pvtbuilds2.dmz.scl3.mozilla.com' => {
[ludo@Oulanl hosts]$ svn commit -m" helping out fubar/gps on bug 1264620"
Sending scl3.pp
Transmitting file data .done
Committing transaction...
Committed revision 117027.
Comment 7•9 years ago
|
||
I /think/ these hosts are fully monitored in nagios now.
fubar: please confirm and close out the bug.
Flags: needinfo?(klibby)
| Reporter | ||
Comment 8•9 years ago
|
||
all good
Status: NEW → RESOLVED
Closed: 9 years ago
Flags: needinfo?(klibby)
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•