Skip to content

Commit

Permalink
Migrate remaining host walks to separate modules.
Browse files Browse the repository at this point in the history
Signed-off-by: SuperQ <[email protected]>
  • Loading branch information
SuperQ committed Oct 18, 2023
1 parent df6d66c commit fd9fed0
Show file tree
Hide file tree
Showing 2 changed files with 159 additions and 170 deletions.
20 changes: 12 additions & 8 deletions generator/generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ modules:
#
arista_sw:
walk:
- 1.3.6.1.2.1.25.3.3.1.2 # hrProcessorLoad
- 1.3.6.1.4.1.30065.3.1.1 # aristaSwFwdIp

# Synology
Expand Down Expand Up @@ -406,7 +405,6 @@ modules:
# https://www.iana.org/assignments/ianaprinter-mib/ianaprinter-mib.xhtml
printer_mib:
walk:
- hrPrinterStatus
- prtGeneralReset
- prtConsoleDisable
- prtGeneralPrinterName
Expand All @@ -422,8 +420,6 @@ modules:
- source_indexes: [hrDeviceIndex, prtMarkerSuppliesIndex]
lookup: prtMarkerSuppliesType
overrides:
hrPrinterStatus:
type: EnumAsStateSet
prtGeneralReset:
type: EnumAsStateSet
prtConsoleDisable:
Expand Down Expand Up @@ -547,10 +543,6 @@ modules:
walk:
- laIndex
- sysDescr
- hrSWRun
- hrSWRunPerf
- hrSWInstalled
- hrMIBAdminInfo
- mikrotik
lookups:
- source_indexes: [ifIndex]
Expand Down Expand Up @@ -614,3 +606,15 @@ modules:
hrDevice:
walk:
- hrDevice
overrides:
hrPrinterStatus:
type: EnumAsStateSet
hrSWRun:
walk:
- hrSWRun
hrSWRunPerf:
walk:
- hrSWRunPerf
hrSWInstalled:
walk:
- hrSWInstalled
Loading

0 comments on commit fd9fed0

Please sign in to comment.