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)

task
Not set
normal

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.
Assignee: server-ops-webops → server-ops
Component: Server Operations: Web Operations → Server Operations
QA Contact: nmaul → shyam
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
Blocks: 831869
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
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 .
Waiting on nagios to run with the new script
Assignee: server-ops → bburton
Is there anything else to do for this?
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Product: mozilla.org → mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.