hachyderm.io is one of the many independent Mastodon servers you can use to participate in the fediverse.
Hachyderm is a safe space, LGBTQIA+ and BLM, primarily comprised of tech industry professionals world wide. Note that many non-user account types have restrictions - please see our About page.

Administered by:

Server stats:

8.9K
active users

Benjamin

Hello fellow engineers !
If you use Mikrotik devices in your network, as well as Prometheus to monitor them (or you would like to), you might be interested in what we just open-sourced at @enix :

github.com/enix/routeros-rest-

It's an exporter for routerOS that queries its REST API. Yes, another one, but the gotcha is that you can easily add new metrics without touching the code.
I'm here if you have questions !

GitHubGitHub - enix/routeros-rest-exporter: A Prometheus exporter for Mikrotik's RouterOS that uses the recent REST API and can be easily extended to support more metrics.A Prometheus exporter for Mikrotik's RouterOS that uses the recent REST API and can be easily extended to support more metrics. - GitHub - enix/routeros-rest-exporter: A Prometheus exporter for...

@enix @networkguy check it out if you use Mikrotik

@networkguy @enix I've also worked with my own REST API exporter.

One thing I noticed is that one should first query the CPU utilization and after that do the other query. E.g. my trusty old Mikrotik CPU loads were quite high after doing interface query skewing the results.

@oherrala @enix That's a very good point. I did that, although not on purpose, I have to admit... It's just the first metric I tried when creating the exporter. 😛