Closed
Bug 366674
Opened 19 years ago
Closed 19 years ago
Improvements to nagios tinderbox watching script
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: nthomas, Assigned: nthomas)
References
()
Details
Attachments
(2 files)
|
1.92 KB,
patch
|
Details | Diff | Splinter Review | |
|
3.17 KB,
patch
|
rhelmer
:
review+
|
Details | Diff | Splinter Review |
This bug is to document improvements to the check_tinderbox_status script.
We already landed this patch to prevent the old state being overwritten when the quickparse.txt file can't be retrieved. So means that there isn't a mail saying all the machines have fallen off, then another adding them all again when quickparse can be pulled. r=rhelmer on the changes.
| Assignee | ||
Comment 1•19 years ago
|
||
This patch:
* adds a time out variable, so that if quickparse.txt is slow to dl then curl can end before Nagios gives up. This prevents mails about "CHECK_NRPE: Socket timeout after 10 seconds.", instead exiting with status 0 (so no message) and a useful string. Chose 7 seconds for timeout (arbitrarily)
* If there are no changes, return some output so that the pages like the URL don't say "CHECK_NRPE: No output returned from daemon"
* update the Revision # & blame
* simplify the if block for added builds
* make the new if blocks in rev 1.3 use the same style as the existing file
Attachment #251175 -
Flags: review?(rhelmer)
Comment 2•19 years ago
|
||
Comment on attachment 251175 [details] [diff] [review]
More improvments
I like the timeout idea, nice cleanup on those "if" statements.
Attachment #251175 -
Flags: review?(rhelmer) → review+
| Assignee | ||
Updated•19 years ago
|
Status: NEW → RESOLVED
Closed: 19 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
•