Page 1 of 1

temperature snmp to prtg

Posted: Wed Mar 07, 2018 11:23 am
by erfanurmia
hi everyone
i have 4 mikrotik device such as 3 ccr1036 and 1 crs 125 in network structure
i wanna monitor the tamperature of mikrotiks on prtg
my question is , does mikrotik device get temperature information to prtg ??
and if it get to prtg , how it work?
thank you all

Re: temperature snmp to prtg

Posted: Wed Mar 07, 2018 12:02 pm
by jarda
If device has a thermal sensor, it provides the value over SNMP.

Re: temperature snmp to prtg  [SOLVED]

Posted: Wed Mar 07, 2018 5:21 pm
by BigTrumpet
my question is , does mikrotik device get temperature information to prtg ??
and if it get to prtg , how it work?
Yes, you can get temperature, voltage, and so on via SNMP.
Just obtain the correct OID with:
[admin@xxxxxx Router] > /system health pr oid
             active-fan: .1.3.6.1.4.1.14988.1.1.3.9.0
                voltage: .1.3.6.1.4.1.14988.1.1.3.8.0
            temperature: .1.3.6.1.4.1.14988.1.1.3.10.0
  processor-temperature: .1.3.6.1.4.1.14988.1.1.3.11.0
                current: .1.3.6.1.4.1.14988.1.1.3.13.0
              fan-speed: .1.3.6.1.4.1.14988.1.1.3.17.0
             fan-speed2: .1.3.6.1.4.1.14988.1.1.3.18.0
      power-consumption: .1.3.6.1.4.1.14988.1.1.3.12.0
             psu1-state: .1.3.6.1.4.1.14988.1.1.3.15.0
             psu2-state: .1.3.6.1.4.1.14988.1.1.3.16.0
and put into PRTG custom SNMP sensor.

Re: temperature snmp to prtg

Posted: Wed Mar 07, 2018 5:35 pm
by erfanurmia
my question is , does mikrotik device get temperature information to prtg ??
and if it get to prtg , how it work?
Yes, you can get temperature, voltage, and so on via SNMP.
Just obtain the correct OID with:
[admin@xxxxxx Router] > /system health pr oid
             active-fan: .1.3.6.1.4.1.14988.1.1.3.9.0
                voltage: .1.3.6.1.4.1.14988.1.1.3.8.0
            temperature: .1.3.6.1.4.1.14988.1.1.3.10.0
  processor-temperature: .1.3.6.1.4.1.14988.1.1.3.11.0
                current: .1.3.6.1.4.1.14988.1.1.3.13.0
              fan-speed: .1.3.6.1.4.1.14988.1.1.3.17.0
             fan-speed2: .1.3.6.1.4.1.14988.1.1.3.18.0
      power-consumption: .1.3.6.1.4.1.14988.1.1.3.12.0
             psu1-state: .1.3.6.1.4.1.14988.1.1.3.15.0
             psu2-state: .1.3.6.1.4.1.14988.1.1.3.16.0
and put into PRTG custom SNMP sensor.
does it work in v3 snmp ??
i done your way i saw the graf in prtg but information of temperature was empty

Re: temperature snmp to prtg

Posted: Thu Mar 08, 2018 1:45 pm
by BigTrumpet
does it work in v3 snmp ??
i done your way i saw the graf in prtg but information of temperature was empty
I use SNMP v1 and it works, you have to divide the result by 10 to obtain °C celsius.

Re: temperature snmp to prtg

Posted: Fri Mar 09, 2018 2:35 am
by erfanurmia
does it work in v3 snmp ??
i done your way i saw the graf in prtg but information of temperature was empty
I use SNMP v1 and it works, you have to divide the result by 10 to obtain °C celsius.
thank you so much
i tested that in v3 and worked
as you say i divided the results by 10 to obtain `c