konrad checks your URL's in a given interval. If one or more is down you get a message in slack.
Download the konrad.rar and edit
the following mandatory properties inside the application.properties
konrad.webhookurl
your slack webhook URLkonrad.urls[0]
array of your URLs which konrad should check
optional properties
konrad.interval
interval (in milliseconds) in which konrad checks your URLs (default: 300000 (5 minutes))konrad.report-only-when-broken-urls
you only get a report when one or more urls is down (default: true)
You can than start konrad with java -jar konrad-0.5.0.jar
By default, konrad will check your URLs every 5 minutes and will then send you a message if a URL is down. You also will receive a message every midnight to get a feedback that konrad is still running.
To run all tests just hit
gradlew test