Popularity
7.6
Stable
Activity
0.0
Stable
29
4
7
Monthly Downloads: 1
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.
-
optparse-generic
Auto-generate a command-line parser for your datatype -
hapistrano
Deploy tool for Haskell applications, like Capistrano for Rails -
ghc-hotswap
Example code for how we swap compiled code within a running Haskell process. -
nix-deploy
Deploy software or an entire NixOS system configuration to another NixOS system -
typed-process
Alternative API for processes, featuring more type safety -
openssh-github-keys
Control SSH access to your servers via GitHub teams -
language-puppet
A library to work with Puppet manifests, test them and eventually replace everything ruby. -
system-fileio
Contains the system-filepath and system-fileio packages -
atomic-write
Writes files atomically in Haskell while preserving permissions -
ascii-progress
A simple Haskell progress bar for the console. Heavily borrows from TJ Holowaychuk's Node.JS project -
plugins
Dynamic linking and runtime evaluation of Haskell, and C, including dependency chasing and package resolution. -
directory-contents
Recursively build a tree of directory contents, avoiding symlink cycles
Clean code begins in your IDE with SonarLint
Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
Promo
www.sonarlint.org
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"
}
]
}