added server ID to ombi Fixes #43
This commit is contained in:
parent
93069832ff
commit
6c534c63b6
1 changed files with 2 additions and 1 deletions
|
@ -39,7 +39,8 @@ class OmbiAPI(object):
|
|||
{
|
||||
"measurement": "Ombi",
|
||||
"tags": {
|
||||
"type": "Request_Total"
|
||||
"type": "Request_Total",
|
||||
"server": self.server.id
|
||||
},
|
||||
"time": self.now,
|
||||
"fields": {
|
||||
|
|
Loading…
Reference in a new issue