Skip to content

Commit 812abb9

Browse files
authored
Fix empty table name in synology-disk-station.yaml profile (DataDog#22389)
* Fix empty table name in synology-disk-station.yaml profile * Fix another empty table name
1 parent cfe352c commit 812abb9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

snmp/datadog_checks/snmp/data/default_profiles/synology-disk-station.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ metrics:
194194
tag: synology_service_name
195195
- MIB: SYNOLOGY-STORAGEIO-MIB
196196
table:
197-
name:
197+
name: storageIOTable
198198
OID: 1.3.6.1.4.1.6574.101.1
199199
symbols:
200200
- name: synology.storageIOReads
@@ -218,7 +218,7 @@ metrics:
218218
tag: synology_storage_io_device
219219
- MIB: SYNOLOGY-SPACEIO-MIB
220220
table:
221-
name:
221+
name: spaceIOTable
222222
OID: 1.3.6.1.4.1.6574.102.1
223223
symbols:
224224
- name: synology.spaceIOReads

0 commit comments

Comments
 (0)