Feature request: support cron definitions for host/port checks

Issue #752 closed
Michael Hadorn created an issue

It would be great, if it is possible to add a cron definition for host / port checks. Similar to the service check definition.

Something similar to:

check host [host] with address [fqdn]
  if failed ping then alert
  if failed port 80 protocol http request "/index.php" then alert
    every "* 8-18 * * 1-5"

Respectively: maybe its possible to add a cron definition for every check type. :/

Comments (4)

  1. Michael Hadorn reporter

    Sorry. I assumed, that it's only possible to set a cron for service-checks; not for any checks. Now I see, that I can setup two checks: one for ping (all the times) and one for the port 80 (every " 8-18 * 1-5").

  2. Log in to comment