mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
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:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user