Skip to content

Commit

Permalink
added server ID to ombi Fixes #43
Browse files Browse the repository at this point in the history
  • Loading branch information
dirtycajunrice committed Dec 10, 2018
1 parent 9ab7b46 commit fdf8a95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion varken/ombi.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ def get_total_requests(self):
{
"measurement": "Ombi",
"tags": {
"type": "Request_Total"
"type": "Request_Total",
"server": self.server.id
},
"time": self.now,
"fields": {
Expand Down

0 comments on commit fdf8a95

Please sign in to comment.