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-/"
|
"/-K9W8-/"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"graphing.availability": {
|
|
||||||
"group": "graphing",
|
|
||||||
"section": "availability",
|
|
||||||
"order": 0,
|
|
||||||
"default": [
|
|
||||||
"86400",
|
|
||||||
"604800",
|
|
||||||
"2592000",
|
|
||||||
"31536000"
|
|
||||||
],
|
|
||||||
"type": "array"
|
|
||||||
},
|
|
||||||
"bad_disk_regexp": {
|
"bad_disk_regexp": {
|
||||||
"default": [],
|
"default": [],
|
||||||
"type": "array"
|
"type": "array"
|
||||||
@@ -1270,6 +1258,18 @@
|
|||||||
"order": 2,
|
"order": 2,
|
||||||
"type": "integer"
|
"type": "integer"
|
||||||
},
|
},
|
||||||
|
"graphing.availability": {
|
||||||
|
"group": "poller",
|
||||||
|
"section": "availability",
|
||||||
|
"order": 10,
|
||||||
|
"default": [
|
||||||
|
"86400",
|
||||||
|
"604800",
|
||||||
|
"2592000",
|
||||||
|
"31536000"
|
||||||
|
],
|
||||||
|
"type": "array"
|
||||||
|
},
|
||||||
"dot": {
|
"dot": {
|
||||||
"default": "/usr/bin/dot",
|
"default": "/usr/bin/dot",
|
||||||
"type": "executable"
|
"type": "executable"
|
||||||
|
@@ -50,10 +50,8 @@ return [
|
|||||||
'unix-agent' => 'Unix-Agent Integration',
|
'unix-agent' => 'Unix-Agent Integration',
|
||||||
'smokeping' => 'Smokeping Integration'
|
'smokeping' => 'Smokeping Integration'
|
||||||
],
|
],
|
||||||
'graphing' => [
|
|
||||||
'availability' => 'Device Availability',
|
|
||||||
],
|
|
||||||
'poller' => [
|
'poller' => [
|
||||||
|
'availability' => 'Device Availability',
|
||||||
'distributed' => 'Distributed Poller',
|
'distributed' => 'Distributed Poller',
|
||||||
'graphite' => 'Datastore: Graphite',
|
'graphite' => 'Datastore: Graphite',
|
||||||
'influxdb' => 'Datastore: InfluxDB',
|
'influxdb' => 'Datastore: InfluxDB',
|
||||||
|
Reference in New Issue
Block a user