Closed
Bug 1153367
Opened 10 years ago
Closed 10 years ago
Verify monitoring for WPEngine blogs
Categories
(Infrastructure & Operations :: MOC: Service Requests, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: achavez, Assigned: achavez)
Details
(Whiteboard: [good first bug])
These sites are down:
blog.getfirebug.com
blog.lizardwrangler.com
blog.mozilla.com
blog.mozilla.org
blog.seamonkey-project.org
blog.seamonkeyproject.org
brendaneich.com
hacks.mozilla.org
quality.mozilla.org
www.brendaneich.com
Assignee | ||
Comment 1•10 years ago
|
||
(In reply to Ashlee Chavez [:Ashlee] {:shlee] from comment #0)
> These sites are down:
>
> blog.getfirebug.com
> blog.lizardwrangler.com
> blog.mozilla.com
> blog.mozilla.org
> blog.seamonkey-project.org
> blog.seamonkeyproject.org
> brendaneich.com
> hacks.mozilla.org
> quality.mozilla.org
> www.brendaneich.com
Verify monitoring, rather.
Updated•10 years ago
|
Assignee: nobody → achavez
Whiteboard: [good first bug]
Assignee | ||
Comment 2•10 years ago
|
||
Hosts are verified and parented under blogmo. Below are the diff's.
[achavez mozilla ]$ svn commit -m "bug 1153367"
Sending hostgroups.pp
Transmitting file data .
Committed revision 106342.
[achavez mozilla ]$ svn diff
Index: hostgroups.pp
===================================================================
--- hostgroups.pp (revision 106288)
+++ hostgroups.pp (working copy)
@@ -2,6 +2,8 @@
$hostgroups = {
'generic' => {
alias => "Standard Servers",
+ 'wpengine-blogs' => {
+ alias => "wpengine blog sites",
},
'bacula-servers' => {
alias => "Bacula Servers",
[achavez hosts ]$ svn diff
Index: scl3.pp
===================================================================
--- scl3.pp (revision 106285)
+++ scl3.pp (working copy)
@@ -7679,8 +7679,65 @@
parents => 'blog.mozilla.org',
hostgroups => [
'https-websites',
+ 'wpengine-blogs',
]
},
+ 'blog.lizardwrangler.com' => {
+ parents => 'blog.mozilla.org',
+ hostgroups => [
+ 'https-websites',
+ 'wpengine-blogs',
+ ]
+ },
+ 'blog.mozilla.com' => {
+ parents => 'blog.mozilla.org',
+ hostgroups => [
+ 'https-websites',
+ 'wpengine-blogs',
+ ]
+ }
+ 'blog.seamonkey-project.org' => {
+ parents => 'blog.mozilla.org',
+ hostgroups => [
+ 'https-websites',
+ 'wpengine-blogs',
+ ]
+ }
+ 'blog.seamonkeyproject.org' => {
+ parents => 'blog.mozilla.org',
+ hostgroups => [
+ 'https-websites',
+ 'wpengine-blogs',
+ ]
+ }
+ 'brendaneich.com' => {
+ parents => 'blog.mozilla.org',
+ hostgroups => [
+ 'https-websites',
+ 'wpengine-blogs',
+ ]
+ }
+ 'hacks.mozilla.org' => {
+ parents => 'blog.mozilla.org',
+ hostgroups => [
+ 'https-websites',
+ 'wpengine-blogs',
+ ]
+ }
+ 'quality.mozilla.org' => {
+ parents => 'blog.mozilla.org',
+ hostgroups => [
+ 'https-websites',
+ 'wpengine-blogs',
+ ]
+ }
+ 'www.brendaneich.com' => {
+ parents => 'blog.mozilla.org',
+ hostgroups => [
+ 'https-websites',
+ 'wpengine-blogs',
+ ]
+ }
'jenkins.mofoprod.net' => {
check_command => 'check_dummy!0',
ping_check_command => 'check_dummy!0',
[achavez hosts ]$
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•