separated influxdb measurements

This commit is contained in:
Nicholas St. Germain 2018-02-10 01:46:58 -06:00
parent 861cd1b676
commit c0e8f998a7
5 changed files with 25 additions and 43 deletions

View file

@ -25,9 +25,8 @@ for show in tv_shows.keys():
for show, id in missing:
influx_payload.append(
{
"measurement": "Plex",
"measurement": "Sonarr",
"tags": {
"server": "Sonarr",
"type": "Missing",
"sonarrId": id
},