added server ID to ombi Fixes #43

This commit is contained in:
Nicholas St. Germain 2018-12-09 18:00:39 -06:00
parent 93069832ff
commit 6c534c63b6

View file

@ -39,7 +39,8 @@ class OmbiAPI(object):
{ {
"measurement": "Ombi", "measurement": "Ombi",
"tags": { "tags": {
"type": "Request_Total" "type": "Request_Total",
"server": self.server.id
}, },
"time": self.now, "time": self.now,
"fields": { "fields": {