Boerderij / Varken

Standalone application to aggregate data from the Plex ecosystem into InfluxDB using Grafana as a frontend
MIT License
1.14k stars 132 forks source link

Database Withou any scripts #29

Closed CAVACO-PT closed 5 years ago

CAVACO-PT commented 5 years ago

Hello @DirtyCajunRice , thanks for you work with this

im having a problem , wondering if you can help ... the influx db is empty , and nothing in coming from the scripts .... i have other docker containers that are working fine with influx db , incluing a docker for plex stats ... i have created a new DB called plex , and have re done all like you explain in the configuration . but still nothing in the Db, can u please see if im doing anyhting wrong , the logs only have this :

image

my config is this :

########################### INFLUXDB CONFIG ########################### influxdb_url = 192.168.1.20 influxdb_port = 8086 influxdb_username = influxdb_password =

############################ SONARR CONFIG ############################ sonarr_server_list = [ ('https://sonarr1.domain.tld', 'xxxxxxxxxxxxxxx', '1'), ('https://sonarr2.domain.tld', 'xxxxxxxxxxxxxxx', '2'),

('https://sonarr3.domain.tld', 'xxxxxxxxxxxxxxx', '3')

]

sonarr_influxdb_db_name = 'plex'

############################ RADARR CONFIG ############################ radarr_server_list = [ ('https://radarr1.domain.tld', 'xxxxxxxxxxxxxxx', '1'), ('https://radarr2.domain.tld', 'xxxxxxxxxxxxxxx', '2'),

('https://radarr3.domain.tld', 'xxxxxxxxxxxxxxx', '3')

]

radarr_influxdb_db_name = 'plex'

############################ OMBI CONFIG ############################## ombi_url = 'https://ombi.domain.tld' ombi_api_key = 'xxxxxxxxxxxxxxx' ombi_influxdb_db_name = 'plex'

########################## TAUTULLI CONFIG ############################ tautulli_url = http://192.168.1.20:8181 tautulli_api_key = xxxxxxxxxxxxxx tautulli_failback_ip = 192.168.1.20 tautulli_influxdb_db_name = plex tautulli_verify_ssl = False

samwiseg0 commented 5 years ago

Run the scripts manually from the command line and verify there are no errors. I would suggest you run one at a time and validate there is data being populated in the DB.

You must have something misconfigured.

Verify that your influx IP is is correct.

CAVACO-PT commented 5 years ago

@samwiseg00 thanks for the help , i think have run the script right ... here is the error

image

CAVACO-PT commented 5 years ago

Dont have any script configured yet .. .want to get this going fist ....

CAVACO-PT commented 5 years ago

it gives an error in the script in the first lines

image

samwiseg0 commented 5 years ago

You need to run the script with python3 tautulli.py

You need to set the proper config in configuration.py

CAVACO-PT commented 5 years ago

image

samwiseg0 commented 5 years ago

You removed the quotes. Please refer to the example and only replace what is inside the quotes

Do not make changes to the script themselves. Only configuration.py

CAVACO-PT commented 5 years ago

@samwiseg00 thank you so much .. .really tought the '' where to remove ... its working know ... sorry for all the trouble . and thanks for the help again

samwiseg0 commented 5 years ago

No problem