Bug #2145
daemontools.rb status function does not catch downed services
| Status: | Closed | Start: | 04/08/2009 | |
|---|---|---|---|---|
| Priority: | Low | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | service | |||
| Target version: | 0.25.0 | |||
| Affected version: | 0.24.7 | Branch: | ||
| Keywords: | daemontools provider service | |||
| Votes: | 0 |
Description
/\bup\b/
will match
/service/minimon: down 1 seconds, normally up
The actual “up” output is
/service/minimon: up (pid 31934) 3 seconds
Slightly better expression:
/:(\s+)up (/
Associated revisions
History
Updated by Bryan Allen over 1 year ago
Fix: http://github.com/bda/puppet/commit/a68b4ff28ad7773a2b04b79135b85874dda44ddd
Updated by Luke Kanies over 1 year ago
- Status changed from Unreviewed to Accepted
Can you email your code to the -dev list for review?
Updated by Bryan Allen over 1 year ago
Sent.
Updated by James Turnbull over 1 year ago
- Status changed from Accepted to Closed
- Target version set to 0.25.0
Pushed in commit:“f1f0a57e4cafc5a9a4378f367022f7cc591033d7” in branch master.