Move Availability Setting to Poller (#12021)

This commit is contained in:
SourceDoctor
2020-08-19 22:03:37 +02:00
committed by GitHub
parent d6002866ce
commit 663ca6e9d1
2 changed files with 13 additions and 15 deletions

View File

@@ -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"

View File

@@ -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',