Skip to content

aleasoluciones/http2snmp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

http2snmp

License

Scalable snmp querier with a http interface. It enable to send snmp (get, getnext, walk) queries to devices using http.

See gosnmpquerier for more information about the scalability properties and other details.

Usage of http2snmp:
  -address string
    	listen address (default "0.0.0.0")
  -contention int
    	max concurrent queries per destination (default 4)
  -maxerrors int
    	consecutive errors to mark destination as faulty (default 4)
  -port string
    	listen port (default "8080")
  -resettime int
    	time reset faulty state for a destination (seconds) (default 30)

Example

curl http://localhost:8080/?cmd=get&destination=127.0.0.1&community=public&oid=1.3.6.1.2.1.1.1.0

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •