Skip to content

Commit

Permalink
Per BrightcoveOS#263, document alternative, faster interface collector
Browse files Browse the repository at this point in the history
  • Loading branch information
kormoc committed Jul 23, 2014
1 parent f38e915 commit dffa677
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/collectors/snmpinterface/snmpinterface.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@
* pysmnp
#### Notes
This implimentation is well suited for collecting a small number of metrics
locally. If you want to collect a large number of remote metrics, consider
https://github.com/GreggBzz/snmp-interface-poll as an alternative collector
"""

import os
Expand Down

0 comments on commit dffa677

Please sign in to comment.