Faidon has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/61154


Change subject: Ceph: add meaningful frontend/backend nagios checks
......................................................................

Ceph: add meaningful frontend/backend nagios checks

Change-Id: I7475c25501c2bdfcdb00d6388a974eee7c939cc3
---
M manifests/role/ceph.pp
1 file changed, 7 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/54/61154/1

diff --git a/manifests/role/ceph.pp b/manifests/role/ceph.pp
index ac69751..a46d597 100644
--- a/manifests/role/ceph.pp
+++ b/manifests/role/ceph.pp
@@ -89,11 +89,14 @@
             serveradmin => '[email protected]',
         }
 
-        monitor_service { 'http':
-            description   => 'HTTP',
-            check_command => 'check_http',
+        monitor_service { 'http-apache':
+            description   => 'HTTP Apache',
+            check_command => 
'check_http_url!ms-fe.eqiad.wmnet!/monitoring/frontend',
         }
-        # FIXME: more high-level Swift/S3 check, actual file check
+        monitor_service { 'http-radosgw':
+            description   => 'HTTP radosgw',
+            check_command => 
'check_http_url!ms-fe.eqiad.wmnet!/monitoring/backend',
+        }
 
         file { '/usr/lib/ganglia/python_modules/apache_status.py':
             source => 'puppet:///files/ganglia/plugins/apache_status.py',

-- 
To view, visit https://gerrit.wikimedia.org/r/61154
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7475c25501c2bdfcdb00d6388a974eee7c939cc3
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Faidon <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to