Difference between revisions of "Plugin:RouterOS"

From collectd Wiki
Jump to: navigation, search
(+Generic Plugin.)
m
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
{{Infobox Plugin
 
{{Infobox Plugin
   | Name=OneWire
+
   | Name=RouterOS
 
   | Type=read
 
   | Type=read
 
   | Callbacks={{Callback|config}}, {{Callback|read}}
 
   | Callbacks={{Callback|config}}, {{Callback|read}}
   | Status={{in development}}
+
   | Status={{supported}}
 
   | FirstVersion={{Version|4.9}}
 
   | FirstVersion={{Version|4.9}}
   | Copyright=''2009'' Florian octo Forster
+
   | Copyright=''2009–2010'' [[User:Octo|Florian Forster]]
   | License={{GPLv2}}
+
   | License={{MIT License}}
 
   | Manpage={{Manpage|collectd.conf|5|plugin_routeros}}
 
   | Manpage={{Manpage|collectd.conf|5|plugin_routeros}}
 
}}
 
}}
Line 46: Line 46:
  
 
[[Category:Plugins]]
 
[[Category:Plugins]]
 +
{{DEFAULTSORT:Routeros}}

Latest revision as of 19:54, 21 September 2021

RouterOS plugin
Type: read
Callbacks: config, read
Status: supported
First version: 4.9
Copyright: 2009–2010 Florian Forster
License: MIT license
Manpage: collectd.conf(5)
List of Plugins

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>

Example graph

Plugin-routeros-bitrate.png Plugin-routeros-signal quality.png Plugin-routeros-snr.png

Dependencies

See also