From f205e6f5c1dc27adfab929622d8af701f16735c4 Mon Sep 17 00:00:00 2001 From: Jokob-sk Date: Sun, 26 Feb 2023 12:53:04 +1100 Subject: [PATCH] Plugins 0.3 - Readme 0.1 --- front/plugins/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/front/plugins/README.md b/front/plugins/README.md index 28e7cbf1..ef7b4b9f 100755 --- a/front/plugins/README.md +++ b/front/plugins/README.md @@ -268,6 +268,7 @@ Example: } ``` -## Full Example +## Full Examples -Check the [website_monitor WEBMON) config.json](https://github.com/jokob-sk/Pi.Alert/blob/main/front/plugins/website_monitor/config.json) file for details. +- Script based plugin: Check the [website_monitor WEBMON) config.json](https://github.com/jokob-sk/Pi.Alert/blob/main/front/plugins/website_monitor/config.json) file for details. +- SQL query nased plugin: Check the [nmap_services NMAPSERV) config.json](https://github.com/jokob-sk/Pi.Alert/blob/main/front/plugins/nmap_services/config.json) file for details.