Skip to content

A collectd plugin for gathering input statistics from Tvheadend

License

Notifications You must be signed in to change notification settings

christianglodt/collectd-tvheadend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Collectd plugin for Tvheadend

collectd-tvheadend is a simple Python3-based collectd plugin for gathering statistics from Tvheadend.

It gathers input-related statistics as documented here.

Installation

Clone this repository into a suitable directory.

Create the configuration file /etc/collectd/collectd.conf.d/tvheadend.conf as follows and adapt it to your specific situation:

LoadPlugin python
<Plugin python>
    ModulePath "/path/to/collectd-tvheadend"
    LogTraces true
    Interactive false
    Import "collectd_tvheadend"
    <Module collectd_tvheadend>
        # Base url of Tvheadend:
        BaseURL "http://localhost:9981"
        # Add an HTTP header to the request (eg. for authentication):
        # Header "Cookie" "foo=bar"
    </Module>
</Plugin>

About

A collectd plugin for gathering input statistics from Tvheadend

Resources

License

Stars

Watchers

Forks

Languages