diff --git a/README.md b/README.md index 5b9093e..8ef1bbe 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,17 @@ An HTTP checker for updog. +## Config + +```json +{ + "logging": "HttpChecker", + "logging-args": { + "url": "https://url.to.be.checked.net" + } +} +``` + ## Arguments Arguments marked with * are required. @@ -22,7 +33,7 @@ Default: None, this is a required value. Text to be appended after the status message for each status code. -TODO: Add ranges and lists for these - will not be stored like that, just processed into a normal dict like this. +TODO: Add ranges and lists for these - will not be stored like that, just processed into their currently format. Default: None