Added link to smokeping interface + smokeping options to global settings (#11610)

Co-authored-by: Daniel Baeza <d.baeza@tvt-datos.es>
This commit is contained in:
TheGreatDoc
2020-05-20 15:25:27 +02:00
committed by GitHub
parent 4b141a068a
commit 370c7f5662
4 changed files with 54 additions and 8 deletions

View File

@@ -4996,6 +4996,34 @@
"xirrus_disable_stations": {
"default": false,
"type": "boolean"
},
"smokeping_integration": {
"default": false,
"group": "external",
"section": "smokeping",
"order": 0,
"type": "boolean"
},
"smokeping_dir": {
"default": "/var/lib/smokeping/rrd",
"group": "external",
"section": "smokeping",
"order": 1,
"type": "text"
},
"smokeping_pings": {
"default": 5,
"group": "external",
"section": "smokeping",
"order": 2,
"type": "integer",
"units": "pings"
},
"smokeping_url": {
"group": "external",
"section": "smokeping",
"order": 3,
"type": "text"
}
}
}