diff --git a/config.json b/config.json new file mode 100644 index 0000000..b3af77c --- /dev/null +++ b/config.json @@ -0,0 +1,21 @@ +{ + "service": { + "url": "https://ntfy.example.com", + "username": "", + "password": "", + "auth_token": "", + "topic": "VED_Notify_MakeThisRandomOrComplexWithoutAuthentication" + }, + "monitors": [ + { + "parameter": "CS", + "warning": 0, + "error": 0 + }, + { + "parameter": "V", + "warning": 11.5, + "error": 10.5 + } + ] +} \ No newline at end of file