Plugins move back

This commit is contained in:
Jokob-sk
2023-07-22 11:06:01 +10:00
parent 0446f6302e
commit 6e8bb4c2ea
38 changed files with 1183 additions and 545 deletions

View File

@@ -0,0 +1,11 @@
## Overview
This plugin shows all Services discovered by regular NMAP scans. It's also a sample plugin showcasing how to use a SQL Query to show existing data from the PiAlert database.
### Usage
- The sql query from the `NMAPSRV_CMD` setting is used to create source data for this plugin. Column order and values need to adhere to the ones specified in the [documentation](https://github.com/jokob-sk/Pi.Alert/tree/main/pialert/plugins).
### Notes
- N/A