Skip to content

Commit

Permalink
Add Mikrotik indexes (#915)
Browse files Browse the repository at this point in the history
Signed-off-by: Will Glynn <will@willglynn.com>
  • Loading branch information
willglynn authored Aug 9, 2023
1 parent 982a1b3 commit d4f9da1
Show file tree
Hide file tree
Showing 2 changed files with 240 additions and 0 deletions.
12 changes: 12 additions & 0 deletions generator/generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,18 @@ modules:
- source_indexes: [laIndex]
lookup: laNames
drop_source_indexes: true
- source_indexes: [mtxrGaugeIndex]
lookup: mtxrGaugeName
drop_source_indexes: true
- source_indexes: [mtxrNeighborIndex]
lookup: mtxrNeighborIpAddress
drop_source_indexes: true
- source_indexes: [mtxrOpticalIndex]
lookup: mtxrOpticalName
- source_indexes: [mtxrPOEInterfaceIndex]
lookup: mtxrPOEName
- source_indexes: [mtxrPartitionIndex]
lookup: mtxrPartitionName
overrides:
ifName:
ignore: true # Lookup metric
Expand Down
Loading

0 comments on commit d4f9da1

Please # to comment.