Cleaned up the code from plugin_utils

This commit is contained in:
MatteoBiscosi 2022-02-11 11:55:34 +01:00
parent f1e8091928
commit 57a85de50e
105 changed files with 620 additions and 918 deletions

View file

@ -15,13 +15,13 @@ local webhook = {
-- TODO: configure severity (Errors, Errors and Warnings, All)
},
endpoint_template = {
plugin_key = "webhook",
script_key = "webhook",
template_name = "webhook_endpoint.template"
},
recipient_params = {
},
recipient_template = {
plugin_key = "webhook",
script_key = "webhook",
template_name = "webhook_recipient.template"
},
}