mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Move Availability Setting to Poller (#12021)
This commit is contained in:
@@ -654,18 +654,6 @@
|
||||
"/-K9W8-/"
|
||||
]
|
||||
},
|
||||
"graphing.availability": {
|
||||
"group": "graphing",
|
||||
"section": "availability",
|
||||
"order": 0,
|
||||
"default": [
|
||||
"86400",
|
||||
"604800",
|
||||
"2592000",
|
||||
"31536000"
|
||||
],
|
||||
"type": "array"
|
||||
},
|
||||
"bad_disk_regexp": {
|
||||
"default": [],
|
||||
"type": "array"
|
||||
@@ -1270,6 +1258,18 @@
|
||||
"order": 2,
|
||||
"type": "integer"
|
||||
},
|
||||
"graphing.availability": {
|
||||
"group": "poller",
|
||||
"section": "availability",
|
||||
"order": 10,
|
||||
"default": [
|
||||
"86400",
|
||||
"604800",
|
||||
"2592000",
|
||||
"31536000"
|
||||
],
|
||||
"type": "array"
|
||||
},
|
||||
"dot": {
|
||||
"default": "/usr/bin/dot",
|
||||
"type": "executable"
|
||||
|
@@ -50,10 +50,8 @@ return [
|
||||
'unix-agent' => 'Unix-Agent Integration',
|
||||
'smokeping' => 'Smokeping Integration'
|
||||
],
|
||||
'graphing' => [
|
||||
'availability' => 'Device Availability',
|
||||
],
|
||||
'poller' => [
|
||||
'availability' => 'Device Availability',
|
||||
'distributed' => 'Distributed Poller',
|
||||
'graphite' => 'Datastore: Graphite',
|
||||
'influxdb' => 'Datastore: InfluxDB',
|
||||
|
Reference in New Issue
Block a user