Skip to content

freifunk-ffm/collectd-batman-adv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

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

No packages published

Languages

  • C 72.1%
  • Shell 18.3%
  • Makefile 9.6%