Closed
Bug 831473
Opened 12 years ago
Closed 12 years ago
Point Socorro's nagios alerts to new hbaseClient.py location
Categories
(mozilla.org Graveyard :: Server Operations, task)
mozilla.org Graveyard
Server Operations
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: lonnen, Assigned: bburton)
References
Details
Socorro v34, anticipated to ship tomorrow 01-17-2012, will replace .../socorro/storage/hbaseClient with .../socorro/external/hbase/hbase_client.py and some of our nagios alerts will need to be updated accordingly.
Reporter | ||
Updated•12 years ago
|
Assignee: server-ops-webops → server-ops
Component: Server Operations: Web Operations → Server Operations
QA Contact: nmaul → shyam
Assignee | ||
Comment 1•12 years ago
|
||
The check is run via NRPE on sp-admin01, the path in puppet svn is modules/socorro/files/prod/nagios/plugins/check_thrift_connection.sh
Assignee | ||
Comment 2•12 years ago
|
||
bburton@voltaire [02:44:33] [~/code/mozilla/sysadmins/puppet/trunk/modules/socorro/files/prod]
-> % svn diff
Index: nagios/plugins/check_thrift_connection.sh
===================================================================
--- nagios/plugins/check_thrift_connection.sh (revision 56478)
+++ nagios/plugins/check_thrift_connection.sh (working copy)
@@ -2,7 +2,7 @@
. /etc/socorro/socorrorc
-hbaseClient="$APPDIR/socorro/storage/hbaseClient.py"
+hbaseClient="$APPDIR/socorro/external/hbase/hbase_client.py"
if [ -f $hbaseClient ]
then
Assignee | ||
Comment 3•12 years ago
|
||
bburton@voltaire [02:44:34] [~/code/mozilla/sysadmins/puppet/trunk/modules/socorro/files/prod]
-> % svn ci -m "changing hbase client location after v34 push, bug 831473"
Sending prod/nagios/plugins/check_thrift_connection.sh
Transmitting file data .
Assignee | ||
Comment 4•12 years ago
|
||
Waiting on nagios to run with the new script
Assignee: server-ops → bburton
Reporter | ||
Comment 5•12 years ago
|
||
Is there anything else to do for this?
Assignee | ||
Comment 6•12 years ago
|
||
No further work is required, confirmed Green on https://nagios.mozilla.org/phx1/cgi-bin/extinfo.cgi?type=2&host=sp-admin01.phx1.mozilla.com&service=Socorro+-+Thrift+connection
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•