separated influxdb measurements
This commit is contained in:
parent
861cd1b676
commit
c0e8f998a7
5 changed files with 25 additions and 43 deletions
|
@ -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
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue