mirror of https://github.com/Icinga/icinga2.git
parent
bb25e5bd8a
commit
462d854d33
|
@ -1,15 +1,15 @@
|
||||||
##Icinga 2 plugins for Windows##
|
##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](https://nagios-plugins.org/doc/guidelines.html), returning adequate exit codes and printing a pertinent string with performance data.
|
This collection of plugins is intended to provide basic functionality checks on windows machines. They (mostly) conform to the [nagios developer guidelines](https://nagios-plugins.org/doc/guidelines.html), returning adequate exit codes and printing a pertinent string with performance data.
|
||||||
|
|
||||||
###Intallation###
|
###Intallation###
|
||||||
The plugins are installed as part of Icinga 2
|
The plugins are installed as part of Icinga 2.
|
||||||
|
|
||||||
###Requirements###
|
###Requirements###
|
||||||
- Boost 1.41.0
|
- Boost 1.41.0
|
||||||
- Windows Vista, Windows Server 2008 or newer
|
- Windows Vista, Windows Server 2008 or newer
|
||||||
|
|
||||||
###Usage###
|
###Usage###
|
||||||
Call a plugin with the "--help" option to recive information about its usage.
|
Call a plugin with the "--help" option to receive information about its usage.
|
||||||
|
|
||||||
###License###
|
###License###
|
||||||
|
|
||||||
|
@ -23,4 +23,4 @@ Call a plugin with the "--help" option to recive information about its usage.
|
||||||
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation
|
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.
|
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
|
|
Loading…
Reference in New Issue