Closed
Bug 1300791
Opened 9 years ago
Closed 9 years ago
Please remove from monitoring
Categories
(Infrastructure & Operations :: MOC: Service Requests, task)
Infrastructure & Operations
MOC: Service Requests
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: trecendez, Assigned: daveio)
Details
Please remove the following devices from Nagios monitoring:
endpoint1.java.voip.sfo1.mozilla.com
endpoint1.parkside.voip.sfo1.mozilla.com
Endpoints were decommissioned or moved to a different room.
| Assignee | ||
Comment 1•9 years ago
|
||
These devices will now be removed from Nagios the next time Puppet runs.
SVN diff:
Index: nagios/manifests/hosts/scl3.pp
===================================================================
--- nagios/manifests/hosts/scl3.pp (revision 121440)
+++ nagios/manifests/hosts/scl3.pp (working copy)
@@ -2768,15 +2768,6 @@
'office-sfo1',
]
},
- 'endpoint1.parkside.voip.sfo1.mozilla.com' => {
- parents => 'fw1.ops.sfo1.mozilla.net',
- contact_groups => 'hoth',
- hostgroups => [
- 'vidyo-rooms',
- 'vidyo-rooms-sfo1',
- 'office-sfo1',
- ]
- },
'conserver1.console.sfo1.mozilla.net' => {
normal_check_interval => '1',
@@ -11332,15 +11323,6 @@
'office-sfo1',
]
},
- 'endpoint1.java.voip.sfo1.mozilla.com' => {
- parents => 'fw1.ops.sfo1.mozilla.net',
- contact_groups => 'hoth',
- hostgroups => [
- 'vidyo-rooms',
- 'vidyo-rooms-sfo1',
- 'office-sfo1',
- ]
- },
'endpoint1.latte.voip.sfo1.mozilla.com' => {
parents => 'fw1.ops.sfo1.mozilla.net',
contact_groups => 'hoth',
Index: nagios4/manifests/prod/hosts/scl3.pp
===================================================================
--- nagios4/manifests/prod/hosts/scl3.pp (revision 121440)
+++ nagios4/manifests/prod/hosts/scl3.pp (working copy)
@@ -2779,15 +2779,6 @@
'office-sfo1',
]
},
- 'endpoint1.parkside.voip.sfo1.mozilla.com' => {
- parents => 'fw1.ops.sfo1.mozilla.net',
- contact_groups => 'hoth',
- hostgroups => [
- 'vidyo-rooms',
- 'vidyo-rooms-sfo1',
- 'office-sfo1',
- ]
- },
'conserver1.console.sfo1.mozilla.net' => {
normal_check_interval => '1',
@@ -11275,15 +11266,6 @@
'office-sfo1',
]
},
- 'endpoint1.java.voip.sfo1.mozilla.com' => {
- parents => 'fw1.ops.sfo1.mozilla.net',
- contact_groups => 'hoth',
- hostgroups => [
- 'vidyo-rooms',
- 'vidyo-rooms-sfo1',
- 'office-sfo1',
- ]
- },
'endpoint1.latte.voip.sfo1.mozilla.com' => {
parents => 'fw1.ops.sfo1.mozilla.net',
contact_groups => 'hoth',
Assignee: nobody → dwilliams
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•