On Thu, Oct 24, 2013 at 12:16 PM, Shawn Fertch <sfertch at gmail.com> wrote: > In about an hour, you can have a very basic implementation of Nagios up and > running for what you want. The caveat there is that it's a bit awkward to monitor things more frequently than once per minute in Nagios, since it uses a minute as its base unit for a bunch of stuff. You can do it, either by having your plugin ping for a minute on each run or being okay with converting all of your time periods to fractions of a minute, but just be aware it's weird. - Tony