Plugins 0.1 - Surfaced setings

This commit is contained in:
Jokob-sk
2023-02-05 16:35:25 +11:00
parent da9ca8a1f4
commit 5ed142a6b8
2 changed files with 75 additions and 12 deletions

View File

@@ -26,6 +26,19 @@
}
},
"settings":[
{
"type": "ENABLE",
"default_value":"False",
"options": [],
"name" : {
"en_us" : "Enable plugin"
},
"description":
{
"en_us" : "Enable a regular scan of your services. You need to enable this setting for anything to be executed regarding this plugin."
}
},
{
"type": "RUN",
"default_value":"none",
@@ -79,7 +92,7 @@
},
{
"type": "TIMEOUT",
"type": "RUN_TIMEOUT",
"default_value":5,
"options": [],
"name" : {