Opened 15 years ago
Closed 15 years ago
#114 closed bug (fixed)
syn3 monitoring: generate alerts or caution when a service-state hasnt been updated for a while
Reported by: | Edwin Eefting | Owned by: | rick |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Syn-3 package | Keywords: | |
Cc: |
Description
This way we can detected 'outdated' states that are being cause by die-ing cronjobs or mailfunctioning scripts.
Change History (3)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Owner: | set to rick |
---|---|
Status: | new → assigned |
comment:3 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
implement like this:
syn3-state --alert-timeout=48 --caution-time=24 backup OK "backup succesfull"
If the state isnt updated for 24 hours it becomes something like: CAUTION - "Last status update was more then 24 ago."
If the state isnt updated for 48 hours it becomes something like: ALERT - "Last status update was more then 48 ago."
Both parameters are optional offcourse.