WaterByWind / grafana-dashboards

Grafana Dashboards
MIT License
292 stars 54 forks source link

Math is wrong I think on system uptime for UAP Dashboard #18

Closed japurillo closed 4 years ago

japurillo commented 5 years ago

snmp.UAP.sysUptime returns seconds. It is divided by math / 100 on the dashboard.

WaterByWind commented 4 years ago

Actually the value returned is hundredths of a second, which is why there is a divisor in the graph to obtain seconds.

From the SNMPv2-MIB:

sysUpTime OBJECT-TYPE
    SYNTAX      TimeTicks
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
            "The time (in hundredths of a second) since the
            network management portion of the system was last
            re-initialized."
    ::= { system 3 }