I am new to mikrotik, got me an RB1100AHX2 and a few RB2011 routers. I would like to know if its possible to have a script or other way to monitor the temperatur of the RB1100AHX2.
I can see the values under system>health but would like to have and option to get an e-mail when the temperature gets above a threshold.
Someone knows how-to do this ?
Declare a variable with the temparature in it.
If the variable is higher then what you want → Tool email with variable of the current temp.
first do system health print, it wil give you a name for the temp. Then you can declare it.
local temp [/system health get temperature]
Now you can use it in an if statement.
Now try a bit further and learn. If you get stucked, post it and then we tell you a bit more.