Closed
Bug 881722
Opened 12 years ago
Closed 12 years ago
Change params for backup4.db.scl3.mozilla.com backup table checksum check
Categories
(mozilla.org Graveyard :: Server Operations, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: scabral, Unassigned)
Details
Currently the MySQL Backups Table Checksum nagios check is called like this:
/usr/bin/perl /usr/lib64/nagios/plugins/custom/check_mysql_backup_table_checksums.pl --ignore-
db mysql,performance_schema,information_schema --interval 24
I have added an --exclude-hosts parameter, and I would like to exclude l10n on backup4.db.scl3.mozilla.com, so the check should be called like this:
/usr/bin/perl /usr/lib64/nagios/plugins/custom/check_mysql_backup_table_checksums.pl --ignore-
db mysql,performance_schema,information_schema --interval 24 --exclude-hosts l10n
Thanx!
Comment 1•12 years ago
|
||
Should this be specific to backup4 or can it be done across the mysql-backups hostgroup (preferable, simpler):
backup1.db.corp.phx1.mozilla.com
backup1.db.phx1.mozilla.com
backup2.db.phx1.mozilla.com
backup3.db.phx1.mozilla.com
backup3.db.scl3.mozilla.com
backup4.db.scl3.mozilla.com
backup5.db.scl3.mozilla.com
| Reporter | ||
Comment 2•12 years ago
|
||
You can do it across all dbs, since only backup4 backs up the l10n interface anyway. :D
Comment 3•12 years ago
|
||
Thanks! Completed in r68486.
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
•