Difference between revisions of "Plugin:RouterOS"
From collectd Wiki
(→Example graph: Added example graphs.) |
(→See also: +Announcement in the MikroTik forum) |
||
Line 41: | Line 41: | ||
* [http://wiki.mikrotik.com/wiki/MikroTik_RouterOS Page “MikroTik RouterOS”] in MikroTik's wiki | * [http://wiki.mikrotik.com/wiki/MikroTik_RouterOS Page “MikroTik RouterOS”] in MikroTik's wiki | ||
* [http://wiki.mikrotik.com/wiki/Librouteros Page “librouteros”] in MikroTik's wiki | * [http://wiki.mikrotik.com/wiki/Librouteros Page “librouteros”] in MikroTik's wiki | ||
+ | * [http://forum.mikrotik.com/viewtopic.php?f=2&t=37120 Announcement in the MikroTik forum] | ||
[[Category:Plugins]] | [[Category:Plugins]] |
Revision as of 18:05, 30 November 2009
OneWire plugin | |
---|---|
Type: | read |
Callbacks: | config, read |
Status: | in development |
First version: | 4.9 |
Copyright: | 2009 Florian octo Forster |
License: | GPLv2 |
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.
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
Dependencies
See also
- MikroTik's homepage
- Page “MikroTik RouterOS” in MikroTik's wiki
- Page “librouteros” in MikroTik's wiki
- Announcement in the MikroTik forum