mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix smokeping config definition (#11651)
* Fix config definition for smokeping * Fix config definition for smokeping * Updated mix-manifest
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
"/js/manifest.js": "/js/manifest.js?id=3c768977c2574a34506e",
|
||||
"/js/vendor.js": "/js/vendor.js?id=29212a758157c575d7f8",
|
||||
"/js/lang/de.js": "/js/lang/de.js?id=d095b82e431906ea9b0d",
|
||||
"/js/lang/en.js": "/js/lang/en.js?id=e72fe805687ceeb1a4b2",
|
||||
"/js/lang/en.js": "/js/lang/en.js?id=de1f054e216295f509a3",
|
||||
"/js/lang/fr.js": "/js/lang/fr.js?id=8e94b3986dc6fce2f3e5",
|
||||
"/js/lang/ru.js": "/js/lang/ru.js?id=dc6cb9314c4903b00501",
|
||||
"/js/lang/uk.js": "/js/lang/uk.js?id=669c4652f87dfd31ce7a",
|
||||
"/js/lang/zh-TW.js": "/js/lang/zh-TW.js?id=82383ffa183494fa4a14"
|
||||
}
|
||||
}
|
@@ -4997,21 +4997,21 @@
|
||||
"default": false,
|
||||
"type": "boolean"
|
||||
},
|
||||
"smokeping_integration": {
|
||||
"smokeping.integration": {
|
||||
"default": false,
|
||||
"group": "external",
|
||||
"section": "smokeping",
|
||||
"order": 0,
|
||||
"type": "boolean"
|
||||
},
|
||||
"smokeping_dir": {
|
||||
"smokeping.dir": {
|
||||
"default": "/var/lib/smokeping/rrd",
|
||||
"group": "external",
|
||||
"section": "smokeping",
|
||||
"order": 1,
|
||||
"type": "text"
|
||||
},
|
||||
"smokeping_pings": {
|
||||
"smokeping.pings": {
|
||||
"default": 5,
|
||||
"group": "external",
|
||||
"section": "smokeping",
|
||||
@@ -5019,7 +5019,7 @@
|
||||
"type": "integer",
|
||||
"units": "pings"
|
||||
},
|
||||
"smokeping_url": {
|
||||
"smokeping.url": {
|
||||
"group": "external",
|
||||
"section": "smokeping",
|
||||
"order": 3,
|
||||
|
@@ -1273,19 +1273,19 @@ return [
|
||||
'whois' => [
|
||||
'description' => 'Path to whois'
|
||||
],
|
||||
'smokeping_integration' => [
|
||||
'smokeping.integration' => [
|
||||
'description' => 'Enable',
|
||||
'help' => 'Enable smokeping integration'
|
||||
],
|
||||
'smokeping_dir' => [
|
||||
'smokeping.dir' => [
|
||||
'description' => 'Path to rrds',
|
||||
'help' => 'Full path to Smokeping RRDs'
|
||||
],
|
||||
'smokeping_pings' => [
|
||||
'smokeping.pings' => [
|
||||
'description' => 'Pings',
|
||||
'help' => 'Number of pings configured in Smokeping'
|
||||
],
|
||||
'smokeping_url' => [
|
||||
'smokeping.url' => [
|
||||
'description' => 'URL to smokeping',
|
||||
'help' => 'Full URL to the smokeping gui'
|
||||
]
|
||||
|
Reference in New Issue
Block a user