Skip to content

jskarpe/collectd-iscdhcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

collectd-iscdhcp

collectd-iscdhcp is a collectd-python plugin for pushing statistics from the dhcpd-pools utility to collectd.

Installation

Requires collectd-python package. On Ubuntu 16.04,

$ apt-get install collectd-python
$ pip install collectd-iscdhcp

The configuration file (10-iscdhcp.conf) should be either placed in a path that is included within collectd.conf, for e.g. if it there is a line in collectd.conf such as - Include "/etc/collectd/conf.d/*.conf" then 10-iscdhcp.conf should be placed in the managed_config folder.

Example configuration file

# 10-iscdhcp.conf
LoadPlugin python				
<Plugin python>		
    ModulePath "/usr/local/lib/python2.7/dist-packages"
    Interactive False		
    Import "collectd_iscdhcp.collectd_plugin"		
</Plugin>

About

CollectD plugin for ISC DHCP server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages