Skip to content

pyr/himpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

himpy: multithreaded snmp poller for riemann

himpy polls common SNMP mibs (bundled in recipes), applies local thresholds and forwards results to riemann

Available MIB Recipes

  • network
  • storage
  • load
  • windows services

Configuration

{ "logfile": "/tmp/himpy.log", "host": "127.0.0.1", "port": "5555", "hosts": [ { "host": "127.0.0.1", "community": "public", "recipes": { "network": [], "storage": [], "load": [], "winservices": ["logstash"] } } ], "thresholds": [ { "host": "(.*)", "service": "^/ percent", "warning": "30.00", "critical": "50.00" }, { "host": "(.*)", "service": "load-all", "warning": "30.00", "critical": "50.00" } ] }

About

snmp polling for riemann

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •