Closed
Bug 364652
Opened 18 years ago
Closed 18 years ago
filter out tree name from check_tinderbox_status nagios script
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rhelmer, Unassigned)
Details
Attachments
(1 file)
1.14 KB,
patch
|
nthomas
:
review+
|
Details | Diff | Splinter Review |
On my laptop, this script filters out the "State" row from quickparse correctly with:
grep -v '^State'
Judging from Nagios reports, this is not working in production. Not sure if we should just try a different regexp to filter, or debug further.
I am inclined to try a different regexp for now, patch coming up.
Reporter | ||
Comment 1•18 years ago
|
||
Attachment #249393 -
Flags: review?
Reporter | ||
Updated•18 years ago
|
Attachment #249393 -
Flags: review? → review?(nrthomas)
Comment 2•18 years ago
|
||
Comment on attachment 249393 [details] [diff] [review]
try filtering out 'State|' instead of '^State'
Worth a try
Attachment #249393 -
Flags: review?(nrthomas) → review+
Reporter | ||
Comment 3•18 years ago
|
||
Landed:
Checking in check_tinderbox_status;
/cvsroot/mozilla/tools/tinderbox-configs/monitoring/check_tinderbox_status,v <-- check_tinderbox_status
new revision: 1.2; previous revision: 1.1
done
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•