Skip to content

Commit

Permalink
snmp_profiles: swos: added speed and status
Browse files Browse the repository at this point in the history
  • Loading branch information
FFHener committed Jan 29, 2024
1 parent a2414d8 commit 3ad5bd9
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions group_vars/all/snmp_profiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,10 +194,18 @@ collectd_snmp_profiles:
Scale: 0.1
Values: .1.3.6.1.4.1.14988.1.1.3.11.0

# Notes
# iso.3.6.1.2.1.2.2.1.2.N string Port Label
# iso.3.6.1.2.1.2.2.1.5.N int Port Speed in bit/s
# iso.3.6.1.2.1.2.2.1.8.1 int Port Status 1=up, 2=down
if_speed:
Type: bitrate
TypeInstanceOID: 1.3.6.1.2.1.2.2.1.2
Scale: 1000000
Table: true
Values: 1.3.6.1.2.1.2.2.1.5

if_oper_status:
Type: gauge
TypeInstanceOID: 1.3.6.1.2.1.2.2.1.2
Table: true
Values: .1.3.6.1.2.1.2.2.1.8

edgeswitch:
sys_uptime:
Expand Down

0 comments on commit 3ad5bd9

Please sign in to comment.