Skip to content

Commit

Permalink
Merge pull request #19 from becitsthere/master
Browse files Browse the repository at this point in the history
Update network violation name
  • Loading branch information
becitsthere authored Apr 16, 2020
2 parents acc357e + 1ad6de5 commit 2f4da77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nv_exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ def collect(self):
for c in json.loads(response.text)['violations']:
vtimelist.append(c['reported_timestamp'])
vcnamelist.append(c['client_name'])
vnamelist.append("")
vnamelist.append("Network Violation")
vsnamelist.append(c['server_name'])
vidlist.append(c['client_id'] + c['server_id'])
for x in range(0, min(5, len(vidlist))):
Expand Down

0 comments on commit 2f4da77

Please sign in to comment.