I want to have Monit check a web application's health, running a cheap/trivial check frequently and an expensive/nontrivial check less frequently (e.g. 1/5 minutes). How can I tell it to check a given host less frequently than every monitoring interval?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
I was looking at the Monit documentation and stumbled across this:
So you could specify any number of check cycles between checks for your expensive check. Configure Monit to have the check interval you desire. |
|||
|
|
|
Two options:
|
|||
|
|