You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The RouterOS plugin connects to a device running RouterOS, the Linux-based operating system for routers by MikroTik. The plugin uses librouteros to connect and reads information about the interfaces and wireless connections of the device. The configuration supports querying multiple routers.
This plugin is a generic plugin, i.e. it cannot work without configuration, because there is no reasonable default behavior. Please read the Plugin routeros section of the collectd.conf(5) manual page for an in-depth description of the plugin's configuration.
Synopsis
<Plugin "routeros">
<Router>
Host "router0.example.com"
User "collectd"
Password "secr3t"
</Router>
<Router>
Host "router1.example.com"
User "collectd"
Password "5ecret"
</Router>
</Plugin>