From 0857ad819364ae3377bf250537e0d8e7cd5af7aa Mon Sep 17 00:00:00 2001 From: askiiart Date: Tue, 6 Feb 2024 12:42:01 -0600 Subject: [PATCH] Update README --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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