Difference between revisions of "Plugin:olsrd"
From collectd Wiki
m (Added DEFAULTSORT magic word.) |
(Relicensed to MIT license.) |
||
Line 5: | Line 5: | ||
| Status={{supported}} | | Status={{supported}} | ||
| FirstVersion={{Version|4.8}} | | FirstVersion={{Version|4.8}} | ||
− | | Copyright=''2009'' Florian Forster | + | | Copyright=''2009'' [[User:Octo|Florian Forster]] |
− | | License={{ | + | | License={{MIT License}} |
| Manpage={{Manpage|collectd.conf|5|plugin_olsrd}} | | Manpage={{Manpage|collectd.conf|5|plugin_olsrd}} | ||
}} | }} |
Latest revision as of 10:41, 21 May 2015
olsrd plugin | |
---|---|
Type: | read |
Callbacks: | config, read, shutdown |
Status: | supported |
First version: | 4.8 |
Copyright: | 2009 Florian Forster |
License: | MIT license |
Manpage: | collectd.conf(5) |
List of Plugins |
The olsrd plugin reads information about meshed networks from the txtinfo plugin of the Optimized Link State Routing daemon (olsrd).
Synopsis
<Plugin olsrd> Host "127.0.0.1" Port "2006" CollectLinks "Detail" CollectRoutes "Summary" CollectTopology "Summary" </Plugin>
Example graph
Signal quality of a wireless network link between two mesh network routers.
Dependencies
- none