Closed
Bug 1283868
Opened 9 years ago
Closed 9 years ago
LON2 - Devices need to be monitored by Nagios
Categories
(Infrastructure & Operations :: MOC: Service Requests, task)
Infrastructure & Operations
MOC: Service Requests
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1283063
People
(Reporter: trecendez, Assigned: Usul)
Details
Please add the following devices to Nagios for monitoring:
endpoint1.apples.av.lon2.mozilla.com
endpoint1.bees.av.lon2.mozilla.com
endpoint1.supersonic.av.lon2.mozilla.com
endpoint1.tealeaf.av.lon2.mozilla.com
The devices are Vidyo Endpoints
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → ludovic
Assignee | ||
Comment 1•9 years ago
|
||
ludo@Oulanl nagios]$ svn diff
Index: manifests/hosts/scl3.pp
===================================================================
--- manifests/hosts/scl3.pp (revision 119610)
+++ manifests/hosts/scl3.pp (working copy)
@@ -4439,6 +4439,38 @@
]
},
+ 'endpoint1.apples.av.lon2.mozilla.com' => {
+ #parents => 'fw1.ops.lon2.mozilla.net',
+ contact_groups => 'hoth',
+ hostgroups => [
+ 'vidyo-rooms-lon2',
+ 'office-lon2',
+ ]
+ },
+ 'endpoint1.fawlty.av.lon2.mozilla.com' => {
+ #parents => 'fw1.ops.lon2.mozilla.net',
+ contact_groups => 'hoth',
+ hostgroups => [
+ 'vidyo-rooms-lon2',
+ 'office-lon2',
+ ]
+ },
+ 'endpoint1.fawlty.av.lon2.mozilla.com' => {
+ #parents => 'fw1.ops.lon2.mozilla.net',
+ contact_groups => 'hoth',
+ hostgroups => [
+ 'vidyo-rooms-lon2',
+ 'office-lon2',
+ ]
+ },
+ 'endpoint1.fawlty.av.lon2.mozilla.com' => {
+ #parents => 'fw1.ops.lon2.mozilla.net',
+ contact_groups => 'hoth',
+ hostgroups => [
+ 'vidyo-rooms-lon2',
+ 'office-lon2',
+ ]
+ },
###########################################################
### TOR1 ##################################################
###########################################################
Index: manifests/mozilla/hostgroups.pp
===================================================================
--- manifests/mozilla/hostgroups.pp (revision 119610)
+++ manifests/mozilla/hostgroups.pp (working copy)
@@ -78,8 +78,8 @@
'vidyo-rooms-tpe1' => {
alias => "TPE1 Vidyo Conf Rooms",
},
- 'vidyo-rooms-lon1' => {
- alias => "LON1 Vidyo Conf Rooms",
+ 'vidyo-rooms-lon2 => {
+ alias => "LON2 Vidyo Conf Rooms",
},
'vidyo-rooms-par1' => {
alias => "PAR1 Vidyo Conf Rooms",
Index: manifests/mozilla/services.pp
===================================================================
--- manifests/mozilla/services.pp (revision 119610)
+++ manifests/mozilla/services.pp (working copy)
@@ -4086,7 +4086,7 @@
/^nagios(1|2).private.scl3.mozilla.com$/ => [
'vidyo-rooms-mtv2',
'vidyo-rooms-yvr1',
- 'vidyo-rooms-lon1',
+ 'vidyo-rooms-lon2,
'vidyo-rooms-par1',
'vidyo-rooms-tor1',
'vidyo-rooms-sfo1',
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•