Skip to content

Commit

Permalink
Repo cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
descilla committed Mar 19, 2017
1 parent 399747a commit 9e55483
Show file tree
Hide file tree
Showing 7 changed files with 69 additions and 491 deletions.
2 changes: 1 addition & 1 deletion DataHandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def __operateNode__(self, nodeID, nodeData):
nnameid = nname.replace(':', '')
if nnameid == nodeGateway:
if 'tq' in nvalue:
siteDict['averages']['gateway_tq'].append(nvalue['tq'])
siteDict['averages']['gateway_uplink_tq'].append(nvalue['tq'])
elif nnameid == nodeGatewayNexthop:
if 'tq' in nvalue:
siteDict['averages']['gateway_nexthop_tq'].append(nvalue['tq'])
Expand Down
65 changes: 0 additions & 65 deletions GraphiteManager.py

This file was deleted.

316 changes: 0 additions & 316 deletions JsonManager.py

This file was deleted.

Loading

0 comments on commit 9e55483

Please sign in to comment.