Mikrotik temperature template

This is a Cacti template for measuring Mikrotik RouterBoards temperature

Graph template:
Mikrotik - temperature (system temperature, cpu temperature, fan activity)

OID used:
sys_temp .1.3.6.1.4.1.14988.1.1.3.10.0
cpu_temp .1.3.6.1.4.1.14988.1.1.3.11.0
fan .1.3.6.1.4.1.14988.1.1.3.9.0

Installation:

  1. copy mikrotik_temperature.php to <path_cacti>/scripts/ (mostly /var/www/cacti/scripts/)
  2. import cacti template cacti_graph_template_mikrotik_-_temperature.xml from Console=>Import Templates
  3. add graph for your device (Console=>Devices=>Create Graphs for this Host - Mikrotik temperature)


    Attention!!
    Low-cost RouterBoards has no fan nor temperature sensor. For more information check product specification or your hardware (system/health menu). Some examples:
    RB411AH n/a
    RB433AH n/a
    RB711-5Hn n/a
    RB800 cpu, fan
    RB912UAG-5HPnD sys
    OmniTIK UPA-5HnD sys
    RB1000 fan
    CCR1009-8G-1S cpu, sys, fan
    CCR1036-12G-4S cpu, sys, fan
    RB1100AHx2 cpu, sys, fan
    RB2011iL n/a

Excellent… Works Flawlessly. Thanks a Lot.

Just to add some more …

CFG files for Linux MRTG …

### MIKROTIK CPU load ###
Target[10.0.0.1_cpu]: 1.3.6.1.2.1.25.3.3.1.2.1&1.3.6.1.2.1.25.3.3.1.2.1:public@10.0.0.1
AbsMax[10.0.0.1_cpu]: 100
MaxBytes[10.0.0.1_cpu]: 100
Title[10.0.0.1_cpu]: MIKROTIK CPU load
PageTop[10.0.0.1_cpu]: <H1>MIKROTIK CPU load</H1>
Options[10.0.0.1_cpu]: gauge,growright,nopercent, noo
YLegend[10.0.0.1_cpu]: CPU load
ShortLegend[10.0.0.1_cpu]: %
LegendI[10.0.0.1_cpu]: CPU load (percentage)

# Mikrotik PPP ACTIVE Users
Target[mtpppusers]: 1.3.6.1.4.1.9.9.150.1.1.1.0&1.3.6.1.4.1.9.9.150.1.1.1.0:public@10.0.0.1
Title[mtpppusers]: Active PPP Users on MT
PageTop[mtpppusers]: <H1>Active PPP Users on MT</H1>
MaxBytes[mtpppusers]: 300
Colours[mtpppusers]: B#8888ff,B#8888ff,B#5398ff,B#5398ff
Options[mtpppusers]: gauge,nopercent,noo,integer,growright
LegendI[mtpppusers]: Active PPP Users on MT
LegendO[mtpppusers]:
YLegend[mtpppusers]: Active PPP Users on MT
Legend1[mtpppusers]: Active PPP Users on MT
Legend2[mtpppusers]:

### MONITORING Mikrotik CPU TEMP ###
Target[mt.cpu.temp]: 1.3.6.1.4.1.14988.1.1.3.11.0&.1.3.6.1.4.1.14988.1.1.3.11.0:public@10.0.0.1
Options[mt.cpu.temp]: gauge, growright, nopercent, noinfo
MaxBytes[mt.cpu.temp]: 100
Colours[mt.cpu.temp]: RED#ff4f27,Y#fffb15,RED#ff4f27,RED#fffb15
#Unscaled[mt.cpu.temp]: dwmy
YLegend[mt.cpu.temp]: CPU Temprature
Title[mt.cpu.temp]: Mikrotik RB  CPU Temprature
PageTop[mt.cpu.temp]: <H1>Mikrotik RB  CPU Temprature</H1>
ShortLegend[mt.cpu.temp]: c
LegendI[mt.cpu.temp]:
LegendO[mt.cpu.temp]: CPU Temp
Legend1[mt.cpu.temp]: CPU Temprature
Legend2[mt.cpu.temp]: CPU Temprature



### MONITORING Mikrotik RB TEMP ###
Target[mt.rb.temp]: 1.3.6.1.4.1.14988.1.1.3.10.0&.1.3.6.1.4.1.14988.1.1.3.10.0:public@10.0.0.1
Options[mt.rb.temp]: gauge, growright, nopercent, noinfo
MaxBytes[mt.rb.temp]: 100
Colours[mt.rb.temp]: RED#ff4f27,Y#fffb15,RED#ff4f27,RED#fffb15
#Unscaled[mt.rb.temp]: dwmy
YLegend[mt.rb.temp]: RBTemprature
Title[mt.rb.temp]: Mikrotik Router Board Temprature
PageTop[mt.rb.temp]: <H1>Mikrotik Router Board Temprature</H1>
ShortLegend[mt.rb.temp]: c
LegendI[mt.rb.temp]:
LegendO[mt.rb.temp]: RB Temp
Legend1[mt.rb.temp]: RB Temprature
Legend2[mt.rb.temp]: RB Temprature

### MONITORING Mikrotik VOLTAGE Monitor ###
Target[mt-voltage]: .1.3.6.1.4.1.14988.1.1.3.8.0&.1.3.6.1.4.1.14988.1.1.3.8.0:public@10.0.0.1 / 10
Options[mt-voltage]: gauge, growright, nopercent, noinfo
MaxBytes[mt-voltage]: 1000
Colours[mt-voltage]: RED#ff4f27,Y#fffb15,RED#ff4f27,RED#fffb15
#Unscaled[mt-voltage]: dwmy
YLegend[mt-voltage]: Voltaeg Monitor
Title[mt-voltage]: Mikrotik Cloudcore RB VOLTAGE Monitor
PageTop[mt-voltage]: <H1>Mikrotik Cloudcore RB VOLTAGE Monitor</H1>
ShortLegend[mt-voltage]: c
LegendI[mt-voltage]:
LegendO[mt-voltage]: Voltage
Legend1[mt-voltage]: Voltage
Legend2[mt-voltage]: Voltage

Results:

Does anybody have template for temperature, voltage, consumption for rb1100ahx2?

are you looking for cacti or mrtg? __

Looking for cacti, but could try mrtg, what soft you are using for mrtg?

MRTG is the core of almost every graphing application.
you can install it on windows or Preferably Linux (if you want to unleash this beast true powers)

I dunt have rb1100 version , but for CCR following is working.

try with this
https://aacable.wordpress.com/2013/10/31/monitoring-mikrotik-with-linux-base-mrtg/