icinga2/plugins
Jean Flach ea8fd12a07 Add Windows plugins
refs #7242
2014-11-06 15:17:08 +01:00
..
CMakeLists.txt Add Windows plugins 2014-11-06 15:17:08 +01:00
README.md Add Windows plugins 2014-11-06 15:17:08 +01:00
check_disk.cpp Add Windows plugins 2014-11-06 15:17:08 +01:00
check_load.cpp Add Windows plugins 2014-11-06 15:17:08 +01:00
check_network.cpp Add Windows plugins 2014-11-06 15:17:08 +01:00
check_procs.cpp Add Windows plugins 2014-11-06 15:17:08 +01:00
check_service.cpp Add Windows plugins 2014-11-06 15:17:08 +01:00
check_swap.cpp Add Windows plugins 2014-11-06 15:17:08 +01:00
check_update.cpp Add Windows plugins 2014-11-06 15:17:08 +01:00
check_uptime.cpp Add Windows plugins 2014-11-06 15:17:08 +01:00
check_users.cpp Add Windows plugins 2014-11-06 15:17:08 +01:00
thresholds.cpp Add Windows plugins 2014-11-06 15:17:08 +01:00
thresholds.h Add Windows plugins 2014-11-06 15:17:08 +01:00

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