icinga2/plugins
Jean Flach 2e9944f4bd Change some things up in the windows-plugins
refs #7886 #7778 #8060 #8115
2014-12-19 10:21:38 +01:00
..
CMakeLists.txt Add windows-plugin check_ping 2014-12-17 14:19:46 +01:00
README.md Make check plugins decent 2014-11-06 16:36:42 +01:00
check_disk.cpp Change some things up in the windows-plugins 2014-12-19 10:21:38 +01:00
check_load.cpp Change some things up in the windows-plugins 2014-12-19 10:21:38 +01:00
check_network.cpp Change some things up in the windows-plugins 2014-12-19 10:21:38 +01:00
check_ping.cpp Change some things up in the windows-plugins 2014-12-19 10:21:38 +01:00
check_procs.cpp Change some things up in the windows-plugins 2014-12-19 10:21:38 +01:00
check_service.cpp Change some things up in the windows-plugins 2014-12-19 10:21:38 +01:00
check_swap.cpp Change some things up in the windows-plugins 2014-12-19 10:21:38 +01:00
check_update.cpp Change some things up in the windows-plugins 2014-12-19 10:21:38 +01:00
check_uptime.cpp Change some things up in the windows-plugins 2014-12-19 10:21:38 +01:00
check_users.cpp Change some things up in the windows-plugins 2014-12-19 10:21:38 +01:00
thresholds.cpp Fix a compiler warning 2014-12-19 09:36:59 +01:00
thresholds.h Add files needed by last commit 2014-12-17 14:23:20 +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### The plugins are installed as part of Icinga 2

###Requirements###

  • Boost 1.41.0
  • Windows Vista, Windows Server 2008 or newer

###Usage### Call a plugin with the "--help" option to recive information about its usage.

###License###

Icinga 2
Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org)

This program is free software; you can redistribute it and/or modify it under the tems of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.