Skip to content

Commit

Permalink
snmp-exporter: scrape sysinfo from wlc
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasumi Hanazuki committed Sep 8, 2022
1 parent f1dd400 commit 8a48bd7
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/snmp-exporter-config-generator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN git init && \
WORKDIR /build/generator

RUN make mibs
RUN mv mibs/cisco_v2/* mibs/
RUN make generator
RUN download-mibs

Expand Down
52 changes: 52 additions & 0 deletions tf/k8s-prom/gen/snmp.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions tf/k8s-prom/snmp-exporter.generator.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ local common = {
walk: [
'interfaces',
'ifXTable',
'1.3.6.1.4.1.9.9.618.1.8', // clsSysInfo
'1.3.6.1.4.1.14179.2.1.1.1.38', // bsnDot11EssNumberofMobileStations
'1.3.6.1.4.1.14179.2.2.2.1.2', // bsnAPIfType
'1.3.6.1.4.1.14179.2.2.2.1.3', // bsnAPIfPhyChannelAssignment
Expand Down

0 comments on commit 8a48bd7

Please sign in to comment.