Planned features
A list of what I’m planning on adding or would like to add:
- load monitor
alert batching
this will allow alerters to send all the alert information from one round of polling in a single message - so you get a single email or text saying, “the following monitors just went down:
- “
alert periods(Done in 1.2)so that i can avoid being SMSed while i’m asleep. possibly we should generate an alert for still failed monitors as soon as the alert period starts (so that i get a message just as i’m getting up that says ‘monitor X has been broken since 4am’)
Mar
2008
19:30
Python has a nice quick way for getting the loadavg. Simply os.getloadavg(), returns (float, float, float) representing the 1, 5 and 15 minutes. Sweet script.