Page 1 of 1

RB2011 Health parameters

Posted: Mon Jan 15, 2018 9:54 pm
by vargdaff
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.

Re: RB2011 Health parameters

Posted: Tue Jan 16, 2018 5:32 pm
by jarda
What is the full exact model number?

Re: RB2011 Health parameters

Posted: Tue Jan 16, 2018 6:11 pm
by sebastia
You can read them on console:
:put [/system health get < parameter > ]

ex:
:put [/system health get voltage  ]

Re: RB2011 Health parameters

Posted: Wed Jan 17, 2018 10:46 pm
by vargdaff
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.

<value-name> -- 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.

Re: RB2011 Health parameters

Posted: Thu Jan 18, 2018 1:11 pm
by jarda
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.

Re: RB2011 Health parameters

Posted: Thu Jan 18, 2018 4:06 pm
by sebastia
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

Re: RB2011 Health parameters

Posted: Thu Jan 18, 2018 7:40 pm
by vargdaff
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

Re: RB2011 Health parameters

Posted: Thu Jan 18, 2018 7:56 pm
by sebastia
Okido