Skip to content

titouanc/lemur-influxdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lemur-influxdb

InfluxDB metric plugin for Lemur.

Installation

pip install -e git+https://github.com/titouanc/lemur-influxdb#egg=lemur-influxdb

Configuration

Add the following to your lemur.conf.py:

# Add to active metric providers
METRIC_PROVIDERS = ['influxdb']

# Set the following variables
INFLUXDB_HOST = "localhost"  # Where's the InfluxDB server
INFLUXDB_PORT = 8086         # On which port is it listening
INFLUXDB_UDP = False         # Whether to use the UDP protocol or http
INFLUXDB_DATABASE = "lemur"  # Name of the database for lemur's metrics

If any of the INFLUX_* variable is not set, it will use default values. The declarations above show the default values.

About

InfluxDB metric plugin for Lemur

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages