Community discussions

MikroTik App
 
erfanurmia
newbie
Topic Author
Posts: 31
Joined: Wed Mar 07, 2018 11:14 am
Contact:

temperature snmp to prtg

Wed Mar 07, 2018 11:23 am

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
 
jarda
Forum Guru
Forum Guru
Posts: 7756
Joined: Mon Oct 22, 2012 4:46 pm

Re: temperature snmp to prtg

Wed Mar 07, 2018 12:02 pm

If device has a thermal sensor, it provides the value over SNMP.
 
BigTrumpet
Frequent Visitor
Frequent Visitor
Posts: 53
Joined: Thu Feb 07, 2008 7:46 pm

Re: temperature snmp to prtg  [SOLVED]

Wed Mar 07, 2018 5:21 pm

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.
 
erfanurmia
newbie
Topic Author
Posts: 31
Joined: Wed Mar 07, 2018 11:14 am
Contact:

Re: temperature snmp to prtg

Wed Mar 07, 2018 5:35 pm

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
 
BigTrumpet
Frequent Visitor
Frequent Visitor
Posts: 53
Joined: Thu Feb 07, 2008 7:46 pm

Re: temperature snmp to prtg

Thu Mar 08, 2018 1:45 pm

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.
 
erfanurmia
newbie
Topic Author
Posts: 31
Joined: Wed Mar 07, 2018 11:14 am
Contact:

Re: temperature snmp to prtg

Fri Mar 09, 2018 2:35 am

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