forked from aergus/collectd-batman-adv
-
Notifications
You must be signed in to change notification settings - Fork 0
freifunk-ffm/collectd-batman-adv
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
a batman-adv plugin for collectd # Installation `make install` should work. collectd is assumed to be installed with prefix /usr, but you can set the `COLLECTD_PREFIX` environment variable to change that. # Configuration You should add `LoadPlugin batman_adv` to your collectd configuration file and the following three lines to your types.db: ``` origt_hop value:GAUGE:0:1 origt_quality value:ABSOLUTE:0:255 origt_seen value:GAUGE:0:U ``` It is currently expected that `batctl o` can be run by collectd.
About
a batman-adv plugin for collectd
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C 72.1%
- Shell 18.3%
- Makefile 9.6%