mirror of https://github.com/Icinga/icinga2.git
ea8fd12a07
refs #7242 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
README.md | ||
check_disk.cpp | ||
check_load.cpp | ||
check_network.cpp | ||
check_procs.cpp | ||
check_service.cpp | ||
check_swap.cpp | ||
check_update.cpp | ||
check_uptime.cpp | ||
check_users.cpp | ||
thresholds.cpp | ||
thresholds.h |
README.md
##icinga 2 plugins for Windows## Thhis collection of plugins is intended to provide basic functinality checks on windows machines. They (mostly) conform to the nagios developer guidelines, returning adequate exit codes and printing a pertinent string with performance data.
###Intallation### //TODO
###Requirements###
- Boost 1.41.0
- Windows Vista, Windows Server 2008 or newer
- C99 ?
###Usage### Call a plugin with the "--help" option to recive information about its usage.
###License### gnu stuff //todo