mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-22 21:24:41 +02:00
Replace a few more copyright strings
This commit is contained in:
parent
458f997a18
commit
37b715baf1
@ -381,7 +381,7 @@ if(ICINGA2_WITH_TESTS)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
set(CPACK_PACKAGE_NAME "Icinga 2")
|
set(CPACK_PACKAGE_NAME "Icinga 2")
|
||||||
set(CPACK_PACKAGE_VENDOR "Icinga Development Team")
|
set(CPACK_PACKAGE_VENDOR "Icinga GmbH")
|
||||||
set(CPACK_PACKAGE_VERSION ${ICINGA2_VERSION})
|
set(CPACK_PACKAGE_VERSION ${ICINGA2_VERSION})
|
||||||
set(CPACK_PACKAGE_INSTALL_DIRECTORY "ICINGA2")
|
set(CPACK_PACKAGE_INSTALL_DIRECTORY "ICINGA2")
|
||||||
set(CPACK_PACKAGE_ICON "${CMAKE_CURRENT_SOURCE_DIR}/icinga-app\\\\icinga.ico")
|
set(CPACK_PACKAGE_ICON "${CMAKE_CURRENT_SOURCE_DIR}/icinga-app\\\\icinga.ico")
|
||||||
|
@ -8,9 +8,9 @@ using System.Runtime.InteropServices;
|
|||||||
[assembly: AssemblyTitle("Icinga 2 Agent Wizard")]
|
[assembly: AssemblyTitle("Icinga 2 Agent Wizard")]
|
||||||
[assembly: AssemblyDescription("")]
|
[assembly: AssemblyDescription("")]
|
||||||
[assembly: AssemblyConfiguration("")]
|
[assembly: AssemblyConfiguration("")]
|
||||||
[assembly: AssemblyCompany("Icinga Development Team")]
|
[assembly: AssemblyCompany("Icinga GmbH")]
|
||||||
[assembly: AssemblyProduct("Icinga 2")]
|
[assembly: AssemblyProduct("Icinga 2")]
|
||||||
[assembly: AssemblyCopyright("Copyright © 2014-2018 Icinga Development Team")]
|
[assembly: AssemblyCopyright("Copyright © 2014 Icinga GmbH")]
|
||||||
[assembly: AssemblyTrademark("")]
|
[assembly: AssemblyTrademark("")]
|
||||||
[assembly: AssemblyCulture("")]
|
[assembly: AssemblyCulture("")]
|
||||||
|
|
||||||
|
@ -7,8 +7,8 @@
|
|||||||
<id>icinga2</id>
|
<id>icinga2</id>
|
||||||
<title>Icinga 2</title>
|
<title>Icinga 2</title>
|
||||||
<version>${SPEC_VERSION}</version>
|
<version>${SPEC_VERSION}</version>
|
||||||
<authors>The Icinga Project</authors>
|
<authors>Icinga GmbH</authors>
|
||||||
<owners>Icinga Development Team</owners>
|
<owners>Icinga GmbH</owners>
|
||||||
<summary>icinga2 - Monitoring Agent for Windows</summary>
|
<summary>icinga2 - Monitoring Agent for Windows</summary>
|
||||||
<description>Icinga 2 is an open source monitoring platform which notifies users about host and service outages.</description>
|
<description>Icinga 2 is an open source monitoring platform which notifies users about host and service outages.</description>
|
||||||
<projectUrl>https://icinga.com/</projectUrl>
|
<projectUrl>https://icinga.com/</projectUrl>
|
||||||
|
@ -1,20 +1,5 @@
|
|||||||
# Icinga 2
|
# Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+
|
||||||
# Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com)
|
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or
|
|
||||||
# modify it under the terms 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.
|
|
||||||
|
|
||||||
# Install $src into directory $dest - usually only used for config files
|
# Install $src into directory $dest - usually only used for config files
|
||||||
#
|
#
|
||||||
# * similar to install() a non absolute path is prefixed with CMAKE_INSTALL_PREFIX on runtime
|
# * similar to install() a non absolute path is prefixed with CMAKE_INSTALL_PREFIX on runtime
|
||||||
@ -22,6 +7,7 @@
|
|||||||
# * DESTDIR is prefixed as well
|
# * DESTDIR is prefixed as well
|
||||||
#
|
#
|
||||||
# also see https://cmake.org/cmake/help/latest/command/install.html
|
# also see https://cmake.org/cmake/help/latest/command/install.html
|
||||||
|
|
||||||
function(install_if_not_exists src dest)
|
function(install_if_not_exists src dest)
|
||||||
if(NOT IS_ABSOLUTE "${src}")
|
if(NOT IS_ABSOLUTE "${src}")
|
||||||
set(src "${CMAKE_CURRENT_SOURCE_DIR}/${src}")
|
set(src "${CMAKE_CURRENT_SOURCE_DIR}/${src}")
|
||||||
|
@ -1,20 +1,5 @@
|
|||||||
# Icinga 2
|
# Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+
|
||||||
# Copyright (C) 2018 Icinga Development Team (https://icinga.com)
|
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or
|
|
||||||
# modify it under the terms 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.
|
|
||||||
|
|
||||||
# Ensures a directory is absolute by prefixing CMAKE_INSTALL_PREFIX if it is not
|
# Ensures a directory is absolute by prefixing CMAKE_INSTALL_PREFIX if it is not
|
||||||
# similar to CMAKE_INSTALL_FULL_... https://cmake.org/cmake/help/latest/module/GNUInstallDirs.html
|
# similar to CMAKE_INSTALL_FULL_... https://cmake.org/cmake/help/latest/module/GNUInstallDirs.html
|
||||||
function(set_full_dir var path)
|
function(set_full_dir var path)
|
||||||
|
@ -1,19 +1 @@
|
|||||||
/******************************************************************************
|
# Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+
|
||||||
* Icinga 2 *
|
|
||||||
* Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) *
|
|
||||||
* *
|
|
||||||
* This program is free software; you can redistribute it and/or *
|
|
||||||
* modify it under the terms 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. *
|
|
||||||
******************************************************************************/
|
|
||||||
|
|
||||||
|
@ -92,7 +92,7 @@ Report bugs at <https://github.com/Icinga/icinga2>
|
|||||||
.br
|
.br
|
||||||
Icinga home page: <https://icinga.com/>
|
Icinga home page: <https://icinga.com/>
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
Copyright \(co 2012\-2014 Icinga Development Team (https://icinga.com)
|
Copyright \(co 2012 Icinga GmbH
|
||||||
License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl2.html>
|
License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl2.html>
|
||||||
.br
|
.br
|
||||||
This is free software: you are free to change and redistribute it.
|
This is free software: you are free to change and redistribute it.
|
||||||
|
@ -1,20 +1,5 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# Icinga 2
|
# Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+
|
||||||
# Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/)
|
|
||||||
#
|
|
||||||
# This program is free software; you can redistribute it and/or
|
|
||||||
# modify it under the terms 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.
|
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#
|
# Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+
|
||||||
# Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/)
|
|
||||||
# Except of function urlencode which is Copyright (C) by Brian White (brian@aljex.com) used under MIT license
|
# Except of function urlencode which is Copyright (C) by Brian White (brian@aljex.com) used under MIT license
|
||||||
|
|
||||||
PROG="`basename $0`"
|
PROG="`basename $0`"
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#
|
# Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+
|
||||||
# Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/)
|
|
||||||
# Except of function urlencode which is Copyright (C) by Brian White (brian@aljex.com) used under MIT license
|
# Except of function urlencode which is Copyright (C) by Brian White (brian@aljex.com) used under MIT license
|
||||||
|
|
||||||
PROG="`basename $0`"
|
PROG="`basename $0`"
|
||||||
|
@ -16,11 +16,11 @@ BEGIN
|
|||||||
BEGIN
|
BEGIN
|
||||||
BLOCK "040904E4"
|
BLOCK "040904E4"
|
||||||
BEGIN
|
BEGIN
|
||||||
VALUE "CompanyName", "Icinga Development Team"
|
VALUE "CompanyName", "Icinga GmbH"
|
||||||
VALUE "FileDescription", "Icinga 2"
|
VALUE "FileDescription", "Icinga 2"
|
||||||
VALUE "FileVersion", VERSION
|
VALUE "FileVersion", VERSION
|
||||||
VALUE "InternalName", "icinga2.exe"
|
VALUE "InternalName", "icinga2.exe"
|
||||||
VALUE "LegalCopyright", "© Icinga Development Team"
|
VALUE "LegalCopyright", "© Icinga GmbH"
|
||||||
VALUE "OriginalFilename", "icinga2.exe"
|
VALUE "OriginalFilename", "icinga2.exe"
|
||||||
VALUE "ProductName", "Icinga 2"
|
VALUE "ProductName", "Icinga 2"
|
||||||
VALUE "ProductVersion", VERSION
|
VALUE "ProductVersion", VERSION
|
||||||
|
@ -111,6 +111,7 @@ static void MkDirP(const std::string& path)
|
|||||||
static std::string GetNSISInstallPath(void)
|
static std::string GetNSISInstallPath(void)
|
||||||
{
|
{
|
||||||
HKEY hKey;
|
HKEY hKey;
|
||||||
|
//TODO: Change hardcoded key
|
||||||
if (RegOpenKeyEx(HKEY_LOCAL_MACHINE, "SOFTWARE\\Icinga Development Team\\ICINGA2", 0,
|
if (RegOpenKeyEx(HKEY_LOCAL_MACHINE, "SOFTWARE\\Icinga Development Team\\ICINGA2", 0,
|
||||||
KEY_QUERY_VALUE | KEY_WOW64_32KEY, &hKey) == ERROR_SUCCESS) {
|
KEY_QUERY_VALUE | KEY_WOW64_32KEY, &hKey) == ERROR_SUCCESS) {
|
||||||
BYTE pvData[MAX_PATH];
|
BYTE pvData[MAX_PATH];
|
||||||
|
@ -1,21 +1,4 @@
|
|||||||
/*****************************************************************************
|
/* Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ */
|
||||||
* Icinga 2 *
|
|
||||||
* Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) *
|
|
||||||
* *
|
|
||||||
* This program is free software; you can redistribute it and/or *
|
|
||||||
* modify it under the terms 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. *
|
|
||||||
******************************************************************************/
|
|
||||||
|
|
||||||
#include "base/application.hpp"
|
#include "base/application.hpp"
|
||||||
#include "base/console.hpp"
|
#include "base/console.hpp"
|
||||||
|
@ -1,22 +1,5 @@
|
|||||||
%{
|
%{
|
||||||
/******************************************************************************
|
/* Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ */
|
||||||
* Icinga 2 *
|
|
||||||
* Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) *
|
|
||||||
* *
|
|
||||||
* This program is free software; you can redistribute it and/or *
|
|
||||||
* modify it under the terms 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. *
|
|
||||||
******************************************************************************/
|
|
||||||
|
|
||||||
#include "config/configcompiler.hpp"
|
#include "config/configcompiler.hpp"
|
||||||
#include "config/expression.hpp"
|
#include "config/expression.hpp"
|
||||||
|
@ -1,24 +1,7 @@
|
|||||||
%{
|
%{
|
||||||
#define YYDEBUG 1
|
#define YYDEBUG 1
|
||||||
|
|
||||||
/******************************************************************************
|
/* Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ */
|
||||||
* Icinga 2 *
|
|
||||||
* Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) *
|
|
||||||
* *
|
|
||||||
* This program is free software; you can redistribute it and/or *
|
|
||||||
* modify it under the terms 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. *
|
|
||||||
******************************************************************************/
|
|
||||||
|
|
||||||
#include "config/i2-config.hpp"
|
#include "config/i2-config.hpp"
|
||||||
#include "config/configcompiler.hpp"
|
#include "config/configcompiler.hpp"
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
-- mysql.sql
|
-- mysql.sql
|
||||||
-- DB definition for IDO MySQL
|
-- DB definition for IDO MySQL
|
||||||
--
|
--
|
||||||
-- Copyright (c) 2009-2018 Icinga Development Team (https://icinga.com/)
|
-- Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+
|
||||||
--
|
--
|
||||||
-- -- --------------------------------------------------------
|
-- -- --------------------------------------------------------
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
-- upgrade path for Icinga 2.0.2
|
-- upgrade path for Icinga 2.0.2
|
||||||
--
|
--
|
||||||
-- -----------------------------------------
|
-- -----------------------------------------
|
||||||
-- Copyright (c) 2014 Icinga Development Team (https://icinga.com/)
|
-- Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+
|
||||||
--
|
--
|
||||||
-- Please check https://docs.icinga.com for upgrading information!
|
-- Please check https://docs.icinga.com for upgrading information!
|
||||||
-- -----------------------------------------
|
-- -----------------------------------------
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
-- upgrade path for Icinga 2.1.0
|
-- upgrade path for Icinga 2.1.0
|
||||||
--
|
--
|
||||||
-- -----------------------------------------
|
-- -----------------------------------------
|
||||||
-- Copyright (c) 2014 Icinga Development Team (https://icinga.com/)
|
-- Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+
|
||||||
--
|
--
|
||||||
-- Please check https://docs.icinga.com for upgrading information!
|
-- Please check https://docs.icinga.com for upgrading information!
|
||||||
-- -----------------------------------------
|
-- -----------------------------------------
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
-- upgrade path for Icinga 2.2.0
|
-- upgrade path for Icinga 2.2.0
|
||||||
--
|
--
|
||||||
-- -----------------------------------------
|
-- -----------------------------------------
|
||||||
-- Copyright (c) 2014 Icinga Development Team (https://icinga.com/)
|
-- Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+
|
||||||
--
|
--
|
||||||
-- Please check https://docs.icinga.com for upgrading information!
|
-- Please check https://docs.icinga.com for upgrading information!
|
||||||
-- -----------------------------------------
|
-- -----------------------------------------
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
-- upgrade path for Icinga 2.3.0
|
-- upgrade path for Icinga 2.3.0
|
||||||
--
|
--
|
||||||
-- -----------------------------------------
|
-- -----------------------------------------
|
||||||
-- Copyright (c) 2015 Icinga Development Team (https://icinga.com/)
|
-- Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+
|
||||||
--
|
--
|
||||||
-- Please check https://docs.icinga.com for upgrading information!
|
-- Please check https://docs.icinga.com for upgrading information!
|
||||||
-- -----------------------------------------
|
-- -----------------------------------------
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
-- upgrade path for Icinga 2.4.0
|
-- upgrade path for Icinga 2.4.0
|
||||||
--
|
--
|
||||||
-- -----------------------------------------
|
-- -----------------------------------------
|
||||||
-- Copyright (c) 2015 Icinga Development Team (https://icinga.com/)
|
-- Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+
|
||||||
--
|
--
|
||||||
-- Please check https://docs.icinga.com for upgrading information!
|
-- Please check https://docs.icinga.com for upgrading information!
|
||||||
-- -----------------------------------------
|
-- -----------------------------------------
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
-- upgrade path for Icinga 2.5.0
|
-- upgrade path for Icinga 2.5.0
|
||||||
--
|
--
|
||||||
-- -----------------------------------------
|
-- -----------------------------------------
|
||||||
-- Copyright (c) 2016 Icinga Development Team (https://icinga.com/)
|
-- Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+
|
||||||
--
|
--
|
||||||
-- Please check https://docs.icinga.com for upgrading information!
|
-- Please check https://docs.icinga.com for upgrading information!
|
||||||
-- -----------------------------------------
|
-- -----------------------------------------
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
-- upgrade path for Icinga 2.6.0
|
-- upgrade path for Icinga 2.6.0
|
||||||
--
|
--
|
||||||
-- -----------------------------------------
|
-- -----------------------------------------
|
||||||
-- Copyright (c) 2016 Icinga Development Team (https://icinga.com/)
|
-- Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+
|
||||||
--
|
--
|
||||||
-- Please check https://docs.icinga.com for upgrading information!
|
-- Please check https://docs.icinga.com for upgrading information!
|
||||||
-- -----------------------------------------
|
-- -----------------------------------------
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
-- upgrade path for Icinga 2.8.0
|
-- upgrade path for Icinga 2.8.0
|
||||||
--
|
--
|
||||||
-- -----------------------------------------
|
-- -----------------------------------------
|
||||||
-- Copyright (c) 2017 Icinga Development Team (https://icinga.com/)
|
-- Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+
|
||||||
--
|
--
|
||||||
-- Please check https://docs.icinga.com for upgrading information!
|
-- Please check https://docs.icinga.com for upgrading information!
|
||||||
-- -----------------------------------------
|
-- -----------------------------------------
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
-- upgrade path for Icinga 2.8.1 (fix for fresh 2.8.0 installation only)
|
-- upgrade path for Icinga 2.8.1 (fix for fresh 2.8.0 installation only)
|
||||||
--
|
--
|
||||||
-- -----------------------------------------
|
-- -----------------------------------------
|
||||||
-- Copyright (c) 2018 Icinga Development Team (https://icinga.com/)
|
-- Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+
|
||||||
--
|
--
|
||||||
-- Please check https://docs.icinga.com for upgrading information!
|
-- Please check https://docs.icinga.com for upgrading information!
|
||||||
-- -----------------------------------------
|
-- -----------------------------------------
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
-- pgsql.sql
|
-- pgsql.sql
|
||||||
-- DB definition for IDO Postgresql
|
-- DB definition for IDO Postgresql
|
||||||
--
|
--
|
||||||
-- Copyright (c) 2009-2018 Icinga Development Team (https://icinga.com/)
|
-- Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+
|
||||||
--
|
--
|
||||||
-- --------------------------------------------------------
|
-- --------------------------------------------------------
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
-- upgrade path for Icinga 2.0.2
|
-- upgrade path for Icinga 2.0.2
|
||||||
--
|
--
|
||||||
-- -----------------------------------------
|
-- -----------------------------------------
|
||||||
-- Copyright (c) 2014 Icinga Development Team (https://icinga.com/)
|
-- Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+
|
||||||
--
|
--
|
||||||
-- Please check https://docs.icinga.com for upgrading information!
|
-- Please check https://docs.icinga.com for upgrading information!
|
||||||
-- -----------------------------------------
|
-- -----------------------------------------
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
-- upgrade path for Icinga 2.1.0
|
-- upgrade path for Icinga 2.1.0
|
||||||
--
|
--
|
||||||
-- -----------------------------------------
|
-- -----------------------------------------
|
||||||
-- Copyright (c) 2014 Icinga Development Team (https://icinga.com/)
|
-- Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+
|
||||||
--
|
--
|
||||||
-- Please check https://docs.icinga.com for upgrading information!
|
-- Please check https://docs.icinga.com for upgrading information!
|
||||||
-- -----------------------------------------
|
-- -----------------------------------------
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
-- upgrade path for Icinga 2.2.0
|
-- upgrade path for Icinga 2.2.0
|
||||||
--
|
--
|
||||||
-- -----------------------------------------
|
-- -----------------------------------------
|
||||||
-- Copyright (c) 2014 Icinga Development Team (https://icinga.com/)
|
-- Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+
|
||||||
--
|
--
|
||||||
-- Please check https://docs.icinga.com for upgrading information!
|
-- Please check https://docs.icinga.com for upgrading information!
|
||||||
-- -----------------------------------------
|
-- -----------------------------------------
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
-- upgrade path for Icinga 2.3.0
|
-- upgrade path for Icinga 2.3.0
|
||||||
--
|
--
|
||||||
-- -----------------------------------------
|
-- -----------------------------------------
|
||||||
-- Copyright (c) 2015 Icinga Development Team (https://icinga.com/)
|
-- Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+
|
||||||
--
|
--
|
||||||
-- Please check https://docs.icinga.com for upgrading information!
|
-- Please check https://docs.icinga.com for upgrading information!
|
||||||
-- -----------------------------------------
|
-- -----------------------------------------
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
-- upgrade path for Icinga 2.4.0
|
-- upgrade path for Icinga 2.4.0
|
||||||
--
|
--
|
||||||
-- -----------------------------------------
|
-- -----------------------------------------
|
||||||
-- Copyright (c) 2015 Icinga Development Team (https://icinga.com/)
|
-- Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+
|
||||||
--
|
--
|
||||||
-- Please check https://docs.icinga.com for upgrading information!
|
-- Please check https://docs.icinga.com for upgrading information!
|
||||||
-- -----------------------------------------
|
-- -----------------------------------------
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
-- upgrade path for Icinga 2.5.0
|
-- upgrade path for Icinga 2.5.0
|
||||||
--
|
--
|
||||||
-- -----------------------------------------
|
-- -----------------------------------------
|
||||||
-- Copyright (c) 2016 Icinga Development Team (https://icinga.com/)
|
-- Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+
|
||||||
--
|
--
|
||||||
-- Please check https://docs.icinga.com for upgrading information!
|
-- Please check https://docs.icinga.com for upgrading information!
|
||||||
-- -----------------------------------------
|
-- -----------------------------------------
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
-- upgrade path for Icinga 2.6.0
|
-- upgrade path for Icinga 2.6.0
|
||||||
--
|
--
|
||||||
-- -----------------------------------------
|
-- -----------------------------------------
|
||||||
-- Copyright (c) 2016 Icinga Development Team (https://icinga.com/)
|
-- Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+
|
||||||
--
|
--
|
||||||
-- Please check https://docs.icinga.com for upgrading information!
|
-- Please check https://docs.icinga.com for upgrading information!
|
||||||
-- -----------------------------------------
|
-- -----------------------------------------
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
-- upgrade path for Icinga 2.8.0
|
-- upgrade path for Icinga 2.8.0
|
||||||
--
|
--
|
||||||
-- -----------------------------------------
|
-- -----------------------------------------
|
||||||
-- Copyright (c) 2017 Icinga Development Team (https://icinga.com/)
|
-- Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+
|
||||||
--
|
--
|
||||||
-- Please check https://docs.icinga.com for upgrading information!
|
-- Please check https://docs.icinga.com for upgrading information!
|
||||||
-- -----------------------------------------
|
-- -----------------------------------------
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
-- upgrade path for Icinga 2.8.1 (fix for fresh 2.8.0 installation only)
|
-- upgrade path for Icinga 2.8.1 (fix for fresh 2.8.0 installation only)
|
||||||
--
|
--
|
||||||
-- -----------------------------------------
|
-- -----------------------------------------
|
||||||
-- Copyright (c) 2018 Icinga Development Team (https://icinga.com/)
|
-- Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+
|
||||||
--
|
--
|
||||||
-- Please check https://docs.icinga.com for upgrading information!
|
-- Please check https://docs.icinga.com for upgrading information!
|
||||||
-- -----------------------------------------
|
-- -----------------------------------------
|
||||||
|
@ -1,51 +0,0 @@
|
|||||||
## Icinga 2 plugins for Windows
|
|
||||||
|
|
||||||
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
|
|
||||||
|
|
||||||
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 receive information about its usage.
|
|
||||||
Most of them don't need any parameters to but all of them have a -w (warning) and -c (critical) option.
|
|
||||||
Those accept, if not otherwise specified, value or percentage based thresholds or threshold ranges.
|
|
||||||
|
|
||||||
A few examples:
|
|
||||||
*./check_command.exe -w 12 -c !60%*
|
|
||||||
Adds a warning threshold of 12 and an inversed critical threshold of 60%
|
|
||||||
|
|
||||||
*./check_command.exe -w ![20%-80%] -c [0%-40%]*
|
|
||||||
The warning threshold is outside of 20% to 80% and the critical threshold is the range from 0% to 40%.
|
|
||||||
A critical state always overwrites a warning state, meaning the check would be critical with a value of 30%.
|
|
||||||
|
|
||||||
|
|
||||||
### License
|
|
||||||
|
|
||||||
Icinga 2
|
|
||||||
Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/)
|
|
||||||
|
|
||||||
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.
|
|
@ -1,6 +1,6 @@
|
|||||||
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011">
|
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011">
|
||||||
<Metadata>
|
<Metadata>
|
||||||
<Identity Id="Icinga2Visualizers.VS2013.D1DFF2F5-FB30-41FE-8EEF-0CEB97ABBC6B" Version="2.0.0" Language="en-US" Publisher="Icinga Development Team" />
|
<Identity Id="Icinga2Visualizers.VS2013.D1DFF2F5-FB30-41FE-8EEF-0CEB97ABBC6B" Version="2.0.0" Language="en-US" Publisher="Icinga GmbH" />
|
||||||
<DisplayName>Icinga 2 Debugger Visualizers for Visual Studio</DisplayName>
|
<DisplayName>Icinga 2 Debugger Visualizers for Visual Studio</DisplayName>
|
||||||
<Description xml:space="preserve">Icinga 2 Debugger Visualizers</Description>
|
<Description xml:space="preserve">Icinga 2 Debugger Visualizers</Description>
|
||||||
</Metadata>
|
</Metadata>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user