Graph total active users in a hotspot with Dude and Cacti

Hello,

I want to make a graph with the number of active users in my hotspot. In the graph With Dude or Cacti. I need to put the total users connected to the radios (number of registration lines).

I can get this with
/ip hotspot active print count-only

and
/interface wireless registration print count-only


How can I see this 2 things in a graph with The Dude? :’ ( we are getting crazy, I think it’s easy, but.. I don’t know why we are not able to get it working. We are trying with a Dude in a RB450G installed in the same network of the hotspot and with a Dude installed in our office, connected there as an agent…


We made a function as ros_command(/ip hotspot active print count-only) and made a graph, but we are not able to do with the dude connected as Agent. It’s possible? If not, why not?

Thanks,

hi,

If you create a function..

max(
oid(“1.3.6.1.4.1.9.9.150.1.1.1.0”)
)

Then a probe to use the fuction.. You can graph the device.

Ohh man, I think it works : D! You make me happy today!

It’s possible to sum all the actived users in a network?

I have 3 hotspots in a network and I can monitor the active users on each hotspot with 3 different lines in the same graph. I want to make only a line with the hotspot1+hotspot2+hotspot3 users.

How can I do this?

Thanks,

Can you explain please?
Thanks!

Hi …

Today I did this:

using the regular Dude “create data source”, choosing the authenticated clients at each AP (4 of them) but removing the initial algebric operation before each oid.

The total data source was simply oid1+oid2+oid3 etc …

Regards;

I need this, but using cacti.

Hmm … I misunderstood.

Thought the idea was in both tools. I does not use cacti.

On Dude the Total Clients data source code is (private IPs of each AP):

(oid_raw("1.3.6.1.4.1.14988.1.1.1.3.1.6.8", 5, 5, "192.168.10.225", "v1-public"))+(oid_raw("1.3.6.1.4.1.14988.1.1.1.3.1.6.10", 5, 5, "192.168.10.252", "v1-public"))+(oid_raw("1.3.6.1.4.1.14988.1.1.1.3.1.6.8", 5, 5, "192.168.100.130", "v1-public"))+(oid_raw("1.3.6.1.4.1.14988.1.1.1.3.1.6.9", 5, 5, "192.168.100.193", "v1-public"))+(oid_raw("1.3.6.1.4.1.14988.1.1.1.3.1.6.9", 5, 5, "192.168.10.253", "v1-public"))

Regards

hi, where do you find out this oid?
as it work but just query where it’s located.

thanks.

Hello guys.

I am new with the DUDE thing. Could you please guide me step by step on how can we get a graph for the active hotspot users for a Mikrotik device connected with CHR dude?

Dear mramos,

Can you explain me how to custom axis chart labels?