Skip to content

bronhaim/vdsm-collectd-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

VDSM Collectd Plugin

Description

Using collectd-python library [1] we provide a plugin which can be integrated to collectd service

Configuration

To enable plugin modify /etc/collectd.conf to enable python plugin. The following is an example of how you configure collectd.conf to enable the plugin (values can be modified to fit the environment):

LoadPlugin python ModulePath "[path to where you install vdsm_collectd_plugin.py file]" LogTraces true Interactive true Import "vdsm_collectd_plugin" <Module vdsm_collectd_plugin"> host localhost port 54321 instance 'name' verbose True auth None

[1] https://collectd.org/documentation/manpages/collectd-python.5.shtml

Authors

Yaniv Bronhaim ybronhei@redhat.com

About

collectd plugin for collecting vdsm metrics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages