collectd-network-bandwidth-usage
collectd-network-bandwidth-usage copied to clipboard
Collectd exec plugin for monitoring the network bandwitdh usage
collectd-network-bandwidth-usage
Collectd exec plugin for monitoring the network bandwitdh usage.
Installation
Uncomment exec plugin in your collectd.conf:
LoadPlugin exec
Configure plugin:
<Plugin exec>
Exec username "/path/to/exec-network-bandwidth-usage.sh" "your-network-interface-name"
</Plugin>
Restart collectd:
service collectd restart