jamesoff.net




1

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’)


One comment on “Planned features”

  1. Posted by Mark (Permalink)

    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.



Add a comment