Popularity
7.5
Declining
Activity
0.0
Stable
29
3
7
Monthly Downloads: 0
Programming language: Haskell
License: MIT License
Tags:
System
himpy alternatives and similar packages
Based on the "System" category.
Alternatively, view himpy alternatives based on common mentions on social networks and blogs.
-
ghc-hotswap
DISCONTINUED. Example code for how we swap compiled code within a running Haskell process. -
plugins
Dynamic linking and runtime evaluation of Haskell, and C, including dependency chasing and package resolution. -
ascii-progress
A simple Haskell progress bar for the console. Heavily borrows from TJ Holowaychuk's Node.JS project -
language-puppet
A library to work with Puppet manifests, test them and eventually replace everything ruby.
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
Promo
influxdata.com

Do you think we are missing an alternative of himpy or a related project?
Popular Comparisons
README
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"
}
]
}