Send metrics from influxdb to narodmon.ru.
python3 -m pip install [--user] -r requirements.txt
TODO (for now see main
function)
Send metrics:
INFLUXDB_HOST=localhost INFLUXDB_PORT=8086 INFLUXDB_USER=root INFLUXDB_PASSWORD=pa$$word \
python3 influxdb2narodmon.py
See configuration info:
python3 influxdb2narodmon.py info
Apache 2