Skip to content

kshcherban/collectd-freeradius

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 

collectd-freeradius

Collectd python plugin to gather freeradius stats

Enable freeradius stats: http://wiki.freeradius.org/config/Status

Plugin uses subprocess to execute radclient. Timeout is 1 second.

To enable:

sudo cp freeradius.py /usr/lib/collectd/plugins/python

And available configuration options:

<LoadPlugin python>
    Globals true
</LoadPlugin>
<Plugin python>
    ModulePath "/usr/lib/collectd/plugins/python"
    Import "freeradius"
    <Module freeradius>
        Statistics_Type 1
        Host localhost
        Port 18121
        Secret adminsecret
    </Module>
</Plugin>

Screenshot:

About

Collectd plugin to gather freeradius stats

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages