Skip to content

llambiel/collectd-bondstatus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

collectd-bondstatus

This is a python plugin for collecting NIC bond status.

It requires the python plugin in collectd in order to gather data.

The script detects and monitor all bonds. It assumes there's 2 NICs in a given bond.

It checks the number of NICs in the bond as well as the MII status of the bond itself and all NICs.

Requirements

collectd
collectd must have the Python plugin installed. See (http://collectd.org/documentation/manpages/collectd-python.5.shtml)

Example

<LoadPlugin python>
    Globals true
</LoadPlugin>

<Plugin python>
    # bondstatus.py is at /opt/collectd/lib/collectd/python
    ModulePath "/usr/lib64/collectd/"
    Import bondstatus
</Plugin>

Credits

In production use at exoscale and licensed under the MIT License.

About

collectd plugin for collecting linux network bonds status

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages