Skip to content

Commit

Permalink
snmp_profiles: fixed wrong scale for uptime conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
FFHener committed Jan 28, 2024
1 parent 1df8686 commit 2b7da5d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions group_vars/all/snmp_profiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ collectd_snmp_profiles:
Type: uptime
TypeInstance: days
Table: false
Scale: 1.15740740741e-07
Scale: 1.15740740741e-05
Values: .1.3.6.1.2.1.1.3.0
rf_freq:
Type: frequency
Expand Down Expand Up @@ -49,7 +49,7 @@ collectd_snmp_profiles:
Type: uptime
TypeInstance: days
Table: false
Scale: 1.15740740741e-07
Scale: 1.15740740741e-05
Values: .1.3.6.1.2.1.1.3.0
rf_freq:
Type: frequency
Expand Down Expand Up @@ -97,7 +97,7 @@ collectd_snmp_profiles:
Type: uptime
TypeInstance: days
Table: false
Scale: 1.15740740741e-07
Scale: 1.15740740741e-05
Values: .1.3.6.1.2.1.1.3.0
rf_freq:
Type: frequency
Expand Down Expand Up @@ -147,7 +147,7 @@ collectd_snmp_profiles:
Type: uptime
TypeInstance: days
Table: false
Scale: 1.15740740741e-07
Scale: 1.15740740741e-05
Values: .1.3.6.1.2.1.1.3.0
rf_freq:
Type: frequency
Expand Down Expand Up @@ -185,7 +185,7 @@ collectd_snmp_profiles:
Type: uptime
TypeInstance: days
Table: false
Scale: 1.15740740741e-07
Scale: 1.15740740741e-05
Values: .1.3.6.1.2.1.1.3.0
temp:
Type: temperature
Expand Down

0 comments on commit 2b7da5d

Please sign in to comment.