RB2011 Health parameters

Anybody knows how to get health parameters from a RB2011?
I know that some boards don’t have sensors (voltage, temp.) and in that cases health parameters appears in zero values, but in the RB2011… I don’t even got that menu inside System.

What is the full exact model number?

You can read them on console:

:put [/system health get < parameter > ]

ex:
:put [/system health get voltage  ]

The exactly model of the router is RB2011iL - RM (RM of rack mounting feature)…
Those commands

[me@t2011] > system health get
Returns value of given item’s property.

– Name of the value you want to get


[me@2011] >> system health get voltage
[me@2011] >>

Returns nothing…
I start to belive that the RB2011 don’t have any sensors at all.

There are more 2011 versions. Check the differences…
https://mikrotik.com/product/RB2011iL-RM
https://mikrotik.com/product/RB2011UiAS-RM

You have just the lighter version without the monitoring. If you need it, you had to choose other model.

Hi vargdaff

Why don’t you try the command exactly as it has been given to you?
If you wonder why..

[admin@firewall] > system health get voltage 
[admin@firewall] > :put [system health get voltage ]
246

“system health get voltage” will not print the value, it needs something else to do that → :put

Let us know, how it went

sebastia

thanks a lot, but how jarda says… I’m having the lightest version of RB2011 routers
Command, even woth :put header, still having no output

[me@2011] > :put [system health get voltage ]

[me@2011] >

So I think I’m gonna get something else to read voltage and temp

Okido