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?
|
feedback
|
|
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. | |||
|
feedback
|
|
Two options:
| |||
|
feedback
|