]> granicus.if.org Git - icinga2/log
icinga2
9 years agoCLI framework: Change unrecognized into positional options
Michael Friedrich [Tue, 14 Oct 2014 12:27:37 +0000 (14:27 +0200)]
CLI framework: Change unrecognized into positional options

refs #7371

9 years agoCLI: Add feature command (list, enable, disable)
Michael Friedrich [Mon, 13 Oct 2014 16:09:58 +0000 (18:09 +0200)]
CLI: Add feature command (list, enable, disable)

fixes #7250

9 years agoCLI framework: Add support for unrecognized parameters
Michael Friedrich [Mon, 13 Oct 2014 16:07:52 +0000 (18:07 +0200)]
CLI framework: Add support for unrecognized parameters

Required for feature enable command for example.

fixes #7371

9 years agoRemove --user and --group
Gunnar Beutner [Mon, 13 Oct 2014 14:07:04 +0000 (16:07 +0200)]
Remove --user and --group

refs #7246

9 years agoFix incorrect log message
Gunnar Beutner [Mon, 13 Oct 2014 12:00:28 +0000 (14:00 +0200)]
Fix incorrect log message

9 years agoSet CA flag for new CA certificates
Gunnar Beutner [Mon, 13 Oct 2014 11:58:18 +0000 (13:58 +0200)]
Set CA flag for new CA certificates

refs #7247

9 years agoMake sure we're using the right user/group for CLI commands
Gunnar Beutner [Mon, 13 Oct 2014 11:43:05 +0000 (13:43 +0200)]
Make sure we're using the right user/group for CLI commands

refs #7246

9 years agoFix paths in the Debian package files
Gunnar Beutner [Mon, 13 Oct 2014 10:45:04 +0000 (12:45 +0200)]
Fix paths in the Debian package files

9 years agoImplement the "pki new-csr" command
Gunnar Beutner [Mon, 13 Oct 2014 10:34:31 +0000 (12:34 +0200)]
Implement the "pki new-csr" command

refs #7247

9 years agoMove all libraries into the lib/ directory
Gunnar Beutner [Mon, 13 Oct 2014 07:51:49 +0000 (09:51 +0200)]
Move all libraries into the lib/ directory

9 years agoReplace spaces with tabs
Gunnar Beutner [Mon, 13 Oct 2014 07:46:58 +0000 (09:46 +0200)]
Replace spaces with tabs

9 years agoMake sure that names for Graphite metrics are properly escaped
Gunnar Beutner [Sun, 12 Oct 2014 11:30:39 +0000 (13:30 +0200)]
Make sure that names for Graphite metrics are properly escaped

refs #7334

9 years agoGraphiteWriter: Add support for customized metric prefix names
Michael Friedrich [Sat, 11 Oct 2014 18:38:24 +0000 (20:38 +0200)]
GraphiteWriter: Add support for customized metric prefix names

Allows to use runtime macros and global constants for setting
a custom metric prefix:

    const GraphiteEnv = "icinga.env1"

    object GraphiteWriter "graphite" {
      host_name_template = GraphiteEnv + ".$host.name$"
      service_name_template = GraphiteEnv + ".$host.name$.$service.name$"
    }

fixes #7334

9 years agoDependencies: Fix disable_notifications = true as default setting
Michael Friedrich [Sat, 11 Oct 2014 17:33:03 +0000 (19:33 +0200)]
Dependencies: Fix disable_notifications = true as default setting

fixes #7257

9 years agoPlugin Check Commands: Fix wrong set_if in http command
Michael Friedrich [Sat, 11 Oct 2014 17:30:53 +0000 (19:30 +0200)]
Plugin Check Commands: Fix wrong set_if in http command

refs #7302

9 years agoPlugin Check Commands: Extend check_procs and check_http arguments
Dirk Goetz [Wed, 24 Sep 2014 08:37:24 +0000 (10:37 +0200)]
Plugin Check Commands: Extend check_procs and check_http arguments

fixes #7302

Signed-off-by: Michael Friedrich <michael.friedrich@gmail.com>
9 years agoDocumentation: Link supported expression operators from sections about apply rules
Jonas Meurer [Tue, 7 Oct 2014 11:38:02 +0000 (13:38 +0200)]
Documentation: Link supported expression operators from sections about apply rules

fixes #7327

Signed-off-by: Michael Friedrich <michael.friedrich@gmail.com>
9 years agoFix reading perfdata in compat/checkresultreader
Zoltan Nagy [Fri, 19 Sep 2014 22:32:52 +0000 (00:32 +0200)]
Fix reading perfdata in compat/checkresultreader

fixes #7369

Signed-off-by: Michael Friedrich <michael.friedrich@gmail.com>
9 years agoDocumentation: Fix default command timeout is 60 seconds, not 5 minutes.
Dolf Schimmel [Fri, 3 Oct 2014 09:00:32 +0000 (11:00 +0200)]
Documentation: Fix default command timeout is 60 seconds, not 5 minutes.

As defined by lib/icinga/command.ti

fixes #7338

Signed-off-by: Michael Friedrich <michael.friedrich@gmail.com>
9 years agoDocumentation: Fix wrong snmp-int check command
Carlos Cesario [Tue, 7 Oct 2014 13:34:29 +0000 (10:34 -0300)]
Documentation: Fix wrong snmp-int check command

Change check command snmp-int to snmp-interface

fixes #7349

Signed-off-by: Michael Friedrich <michael.friedrich@gmail.com>
9 years agoPlugin Check Commands: Fix snmp-load threshold values
Carlos Cesario [Tue, 7 Oct 2014 14:22:09 +0000 (11:22 -0300)]
Plugin Check Commands: Fix snmp-load threshold values

Fix snmp-load threshold values to suppoprt "-T stand" param in check command.
To use 3 values, change the snmp_load_type var to "netsl".

fixes #7351

Signed-off-by: Michael Friedrich <michael.friedrich@gmail.com>
9 years agoGraphiteWriter: Add crit/warn/min/max perfdata values
Michael Friedrich [Fri, 10 Oct 2014 18:43:49 +0000 (20:43 +0200)]
GraphiteWriter: Add crit/warn/min/max perfdata values

fixes #7366

9 years agoGraphiteWriter: Add downtime depth as additional metric
Michael Friedrich [Fri, 10 Oct 2014 19:31:34 +0000 (21:31 +0200)]
GraphiteWriter: Add downtime depth as additional metric

fixes #6946

9 years agoChange command-line option for enabling SNMP v2c support to valid short form.
Brian Dockter [Thu, 9 Oct 2014 20:57:35 +0000 (13:57 -0700)]
Change command-line option for enabling SNMP v2c support to valid short form.

fixes #7359

Signed-off-by: Michael Friedrich <michael.friedrich@gmail.com>
9 years agoFix typo in sample config for http ServiceGroup
Michael Friedrich [Sat, 11 Oct 2014 14:49:15 +0000 (16:49 +0200)]
Fix typo in sample config for http ServiceGroup

fixes #7365

9 years agoImprove error messages for apply rules
Gunnar Beutner [Fri, 10 Oct 2014 09:39:03 +0000 (11:39 +0200)]
Improve error messages for apply rules

refs #6070

9 years agoFix incorrect index in the bash autocompletion script
Gunnar Beutner [Fri, 10 Oct 2014 09:38:37 +0000 (11:38 +0200)]
Fix incorrect index in the bash autocompletion script

refs #7246

9 years agoHide some of the internal command-line arguments
Gunnar Beutner [Fri, 10 Oct 2014 09:08:24 +0000 (11:08 +0200)]
Hide some of the internal command-line arguments

refs #7246

9 years agoFix auto-completion for arguments
Gunnar Beutner [Fri, 10 Oct 2014 08:07:56 +0000 (10:07 +0200)]
Fix auto-completion for arguments

refs #7246

9 years agoDocumentation: Update config validation command
Michael Friedrich [Wed, 8 Oct 2014 14:15:08 +0000 (16:15 +0200)]
Documentation: Update config validation command

refs #7246
refs #7356

9 years agoMake sure the 'autocomplete' variable is initialized
Gunnar Beutner [Wed, 8 Oct 2014 13:46:29 +0000 (15:46 +0200)]
Make sure the 'autocomplete' variable is initialized

refs #7246

9 years agoFix incorrect command name in the Debian init script
Gunnar Beutner [Wed, 8 Oct 2014 13:45:38 +0000 (15:45 +0200)]
Fix incorrect command name in the Debian init script

refs #7246

9 years agoImplement support for CLI commands
Gunnar Beutner [Mon, 6 Oct 2014 12:21:18 +0000 (14:21 +0200)]
Implement support for CLI commands

fixes #7246

9 years agoDisable Python scripts on Windows
Gunnar Beutner [Wed, 1 Oct 2014 22:51:43 +0000 (23:51 +0100)]
Disable Python scripts on Windows

refs #7243

9 years agoAdd some more missing quotes
Gunnar Beutner [Wed, 1 Oct 2014 22:31:03 +0000 (23:31 +0100)]
Add some more missing quotes

refs #7243

9 years agoAdd missing quotes in PythonSetup.cmake
Gunnar Beutner [Wed, 1 Oct 2014 21:34:12 +0000 (22:34 +0100)]
Add missing quotes in PythonSetup.cmake

refs #7243

9 years agoBuild fix for Windows
Gunnar Beutner [Wed, 1 Oct 2014 21:27:42 +0000 (22:27 +0100)]
Build fix for Windows

9 years agoFix missing error messages (part 2)
Gunnar Beutner [Wed, 1 Oct 2014 15:01:47 +0000 (16:01 +0100)]
Fix missing error messages (part 2)

refs #7331

9 years agoAdd error message for missing imports (and possibly other errors)
Gunnar Beutner [Wed, 1 Oct 2014 14:13:11 +0000 (15:13 +0100)]
Add error message for missing imports (and possibly other errors)

fixes #7331

9 years agoBuild fix for Linux
Gunnar Beutner [Fri, 19 Sep 2014 08:10:45 +0000 (10:10 +0200)]
Build fix for Linux

9 years agoFix '3 warnings and critical' error
Jan Wagner [Wed, 17 Sep 2014 23:12:58 +0000 (01:12 +0200)]
Fix '3 warnings and critical' error

fixes #7275

Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
9 years agoFix another null pointer deref in GraphiteWriter::SendPerfdata
Gunnar Beutner [Wed, 17 Sep 2014 14:35:42 +0000 (16:35 +0200)]
Fix another null pointer deref in GraphiteWriter::SendPerfdata

refs #7268

9 years agoFix null pointer deref in PluginUtility::FormatPerfdata
Gunnar Beutner [Wed, 17 Sep 2014 14:07:12 +0000 (16:07 +0200)]
Fix null pointer deref in PluginUtility::FormatPerfdata

refs #7268

9 years agoFix problems with PNP4Nagios
Gunnar Beutner [Wed, 17 Sep 2014 13:38:39 +0000 (15:38 +0200)]
Fix problems with PNP4Nagios

fixes #7268

9 years agoAdd agent scripts to the Debian .install files
Gunnar Beutner [Wed, 17 Sep 2014 09:39:53 +0000 (11:39 +0200)]
Add agent scripts to the Debian .install files

refs #7243

9 years agoAdd the agent scripts to cmake
Gunnar Beutner [Wed, 17 Sep 2014 09:25:34 +0000 (11:25 +0200)]
Add the agent scripts to cmake

refs #7243

9 years agoRelease version 2.1.1 v2.1.1
Gunnar Beutner [Tue, 16 Sep 2014 10:26:43 +0000 (12:26 +0200)]
Release version 2.1.1

9 years agoDocumentation: Fix markdown formatting
Michael Friedrich [Mon, 15 Sep 2014 17:39:57 +0000 (19:39 +0200)]
Documentation: Fix markdown formatting

refs #7070

9 years agoDocumentation: Explain event commands and their integration by a real life example...
Michael Friedrich [Mon, 15 Sep 2014 17:03:55 +0000 (19:03 +0200)]
Documentation: Explain event commands and their integration by a real life example (httpd restart via ssh)

fixes #7070

9 years agoDocumentation: How to use @ to escape keywords
Michael Friedrich [Mon, 15 Sep 2014 15:28:38 +0000 (17:28 +0200)]
Documentation: How to use @ to escape keywords

fixes #7028

9 years agoDocumentation: Rephrase some Icinga Web 1.x parts
Michael Friedrich [Mon, 15 Sep 2014 15:19:37 +0000 (17:19 +0200)]
Documentation: Rephrase some Icinga Web 1.x parts

refs #7158

9 years agoDocumentation: Clarify on DB IDO upgrades
Michael Friedrich [Mon, 15 Sep 2014 15:00:00 +0000 (17:00 +0200)]
Documentation: Clarify on DB IDO upgrades

fixes #7210

9 years agoFix memory leak in the db_ido_pgsql module
Ildar Hizbulin [Fri, 12 Sep 2014 15:51:59 +0000 (19:51 +0400)]
Fix memory leak in the db_ido_pgsql module

fixes #7195

Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
10 years agoImprove thread spawning behavior
Gunnar Beutner [Thu, 11 Sep 2014 09:45:21 +0000 (11:45 +0200)]
Improve thread spawning behavior

fixes #7186

10 years agoUpdate AUTHORS
Gunnar Beutner [Thu, 11 Sep 2014 07:31:44 +0000 (09:31 +0200)]
Update AUTHORS

10 years agoMove fping_address to command array because it must always be the first argument
Tobias von der Krone [Thu, 11 Sep 2014 06:55:59 +0000 (08:55 +0200)]
Move fping_address to command array because it must always be the first argument

fixes #7168

10 years agoAnother Windows build fix
Gunnar Beutner [Wed, 10 Sep 2014 13:45:47 +0000 (15:45 +0200)]
Another Windows build fix

10 years agoBuild fix for Windows
Gunnar Beutner [Wed, 10 Sep 2014 13:24:08 +0000 (15:24 +0200)]
Build fix for Windows

refs #7033

10 years agoFix crash in TlsStream::IsEof
Gunnar Beutner [Wed, 10 Sep 2014 06:51:25 +0000 (08:51 +0200)]
Fix crash in TlsStream::IsEof

refs #6862

10 years agoPartially revert "Error messages: Properly handle livestatus/cmd pipe errors."
Gunnar Beutner [Tue, 9 Sep 2014 21:46:41 +0000 (23:46 +0200)]
Partially revert "Error messages: Properly handle livestatus/cmd pipe errors."

This reverts commit efa8fdcb8e5cebe08c27d13e5ba27998245a5063.

refs #7160

10 years agoBuild fix for OS X
Gunnar Beutner [Tue, 9 Sep 2014 14:43:21 +0000 (16:43 +0200)]
Build fix for OS X

10 years agoExtend documentation for icinga-web on Debian based systems
Markus Frosch [Tue, 9 Sep 2014 14:16:47 +0000 (16:16 +0200)]
Extend documentation for icinga-web on Debian based systems

Fixes #7158

10 years agoProperly deal with closed TLS streams
Gunnar Beutner [Tue, 9 Sep 2014 13:28:55 +0000 (15:28 +0200)]
Properly deal with closed TLS streams

fixes #6892

10 years agoApiClient: Don't try to write to closed streams
Gunnar Beutner [Tue, 9 Sep 2014 13:12:39 +0000 (15:12 +0200)]
ApiClient: Don't try to write to closed streams

refs #6892

10 years agoImprove error message for duplicate objects
Gunnar Beutner [Tue, 9 Sep 2014 12:49:21 +0000 (14:49 +0200)]
Improve error message for duplicate objects

refs #6070

10 years agoImplement include guards for mkclass
Gunnar Beutner [Tue, 9 Sep 2014 11:30:54 +0000 (13:30 +0200)]
Implement include guards for mkclass

fixes #7033

10 years agoUpdate GNUInstallDirs.cmake file
Gunnar Beutner [Tue, 9 Sep 2014 09:59:19 +0000 (11:59 +0200)]
Update GNUInstallDirs.cmake file

fixes #7139

10 years agoFix Manubulon include file
Michael Friedrich [Mon, 8 Sep 2014 09:21:39 +0000 (11:21 +0200)]
Fix Manubulon include file

fixes #7123

10 years agoUpdate AUTHORS
Gunnar Beutner [Mon, 8 Sep 2014 08:44:08 +0000 (10:44 +0200)]
Update AUTHORS

10 years agoDifferentiate between service and systemctl
Alexander Schomburg [Thu, 4 Sep 2014 15:02:30 +0000 (17:02 +0200)]
Differentiate between service and systemctl

Some parts of the documentation still don't differentiate between RHEL7 and RHEL6/Debian/SUSE.

fixes #7080

Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
10 years agoMake CompatUtility::GetCheckablePercentStateChange return a floating-point number
Gunnar Beutner [Mon, 8 Sep 2014 07:58:53 +0000 (09:58 +0200)]
Make CompatUtility::GetCheckablePercentStateChange return a floating-point number

10 years agoDon't parse perfdata if enable_perfdata is false
Gunnar Beutner [Sun, 7 Sep 2014 10:27:06 +0000 (12:27 +0200)]
Don't parse perfdata if enable_perfdata is false

fixes #7032

10 years agoAdd SUN_LEN compatibility macro for Haiku
Gunnar Beutner [Sat, 6 Sep 2014 00:26:42 +0000 (02:26 +0200)]
Add SUN_LEN compatibility macro for Haiku

refs #7115

10 years agoCheck whether the nice() function is available
Gunnar Beutner [Sat, 6 Sep 2014 00:20:25 +0000 (02:20 +0200)]
Check whether the nice() function is available

refs #7115

10 years agoDon't link libcJSON against libm on Haiku
Gunnar Beutner [Sat, 6 Sep 2014 00:15:05 +0000 (02:15 +0200)]
Don't link libcJSON against libm on Haiku

refs #7115

10 years agoAdd #include for strings.h (strcasecmp)
Gunnar Beutner [Sat, 6 Sep 2014 00:11:34 +0000 (02:11 +0200)]
Add #include for strings.h (strcasecmp)

refs #7115

10 years agoAdd utf8, Windows-1252 and ISO 8859 support for icinga-list-objects
Jean-Marcel Flach [Fri, 5 Sep 2014 10:45:32 +0000 (12:45 +0200)]
Add utf8, Windows-1252 and ISO 8859 support for icinga-list-objects

fixes #7042

10 years agoIncrease queue size for API clients
Gunnar Beutner [Fri, 5 Sep 2014 09:54:31 +0000 (11:54 +0200)]
Increase queue size for API clients

fixes #6841
fixes #7096

10 years agoFix spurious SSL errors
Gunnar Beutner [Fri, 5 Sep 2014 06:19:47 +0000 (08:19 +0200)]
Fix spurious SSL errors

fixes #6981

10 years agoBuild fix for FreeBSD
Gunnar Beutner [Thu, 4 Sep 2014 08:44:34 +0000 (10:44 +0200)]
Build fix for FreeBSD

10 years agoMake GraphiteWriter ignore empty perfdata values
Gunnar Beutner [Wed, 3 Sep 2014 20:05:32 +0000 (22:05 +0200)]
Make GraphiteWriter ignore empty perfdata values

fixes #7072

10 years agoUpdate AUTHORS
Gunnar Beutner [Wed, 3 Sep 2014 11:25:54 +0000 (13:25 +0200)]
Update AUTHORS

10 years agoChange log message for checking/sending notifications
Jean-Marcel Flach [Wed, 3 Sep 2014 10:46:29 +0000 (12:46 +0200)]
Change log message for checking/sending notifications

fixes #6719

10 years agoUpdate CFLAGS/CXXFLAGS for the SunPro compiler
Gunnar Beutner [Wed, 3 Sep 2014 06:24:14 +0000 (08:24 +0200)]
Update CFLAGS/CXXFLAGS for the SunPro compiler

refs #6896

10 years agoImplement support for systems where pipe2 returns ENOSYS
Gunnar Beutner [Wed, 3 Sep 2014 06:10:55 +0000 (08:10 +0200)]
Implement support for systems where pipe2 returns ENOSYS

fixes #7065
fixes #6696

10 years agoBuild fix for GNU Hurd
Gunnar Beutner [Tue, 2 Sep 2014 15:27:16 +0000 (17:27 +0200)]
Build fix for GNU Hurd

10 years agoIncrease python-icinga2 description
Tim Hardeck [Fri, 29 Aug 2014 14:26:08 +0000 (16:26 +0200)]
Increase python-icinga2 description

fixes #7030

10 years agoInit script: Check whether the PID file exists
Gunnar Beutner [Tue, 2 Sep 2014 11:48:48 +0000 (13:48 +0200)]
Init script: Check whether the PID file exists

fixes #7047

10 years agoUse LSB-compliant exit codes for the init script
Gunnar Beutner [Tue, 2 Sep 2014 11:40:33 +0000 (13:40 +0200)]
Use LSB-compliant exit codes for the init script

fixes #7044

10 years agoFix invalid exit code
Gunnar Beutner [Tue, 2 Sep 2014 11:28:06 +0000 (13:28 +0200)]
Fix invalid exit code

fixes #7058

10 years agoFix build problems with Oracle Solaris Studio
Gunnar Beutner [Tue, 2 Sep 2014 11:02:22 +0000 (13:02 +0200)]
Fix build problems with Oracle Solaris Studio

refs #6896

10 years agoOnly build mkunity when unity builds are enabled
Gunnar Beutner [Tue, 2 Sep 2014 05:45:18 +0000 (07:45 +0200)]
Only build mkunity when unity builds are enabled

refs #7034

10 years agoLink libcJSON against libm
Gunnar Beutner [Mon, 1 Sep 2014 11:39:49 +0000 (13:39 +0200)]
Link libcJSON against libm

fixes #6147

10 years agoImplement support for excluding files from unity builds
Gunnar Beutner [Mon, 1 Sep 2014 07:19:21 +0000 (09:19 +0200)]
Implement support for excluding files from unity builds

refs #7034

10 years agoRemove validator for the Script type
Gunnar Beutner [Sun, 31 Aug 2014 09:09:18 +0000 (11:09 +0200)]
Remove validator for the Script type

fixes #7036

10 years agoEnable unity build for RPM/Debian packages
Gunnar Beutner [Sun, 31 Aug 2014 09:02:45 +0000 (11:02 +0200)]
Enable unity build for RPM/Debian packages

fixes #7041

10 years agoDetect whether __COUNTER__ is available
Gunnar Beutner [Sun, 31 Aug 2014 09:01:37 +0000 (11:01 +0200)]
Detect whether __COUNTER__ is available

fixes #7040

10 years agoFix rpmlint errors
Gunnar Beutner [Sun, 31 Aug 2014 08:30:44 +0000 (10:30 +0200)]
Fix rpmlint errors

fixes #7038

10 years agoEnable 2to3 for the Python scripts
Gunnar Beutner [Sat, 30 Aug 2014 22:47:05 +0000 (00:47 +0200)]
Enable 2to3 for the Python scripts

fixes #7037

10 years agoImplement support for unity builds
Gunnar Beutner [Sat, 30 Aug 2014 16:08:28 +0000 (18:08 +0200)]
Implement support for unity builds

fixes #7034
fixes #7035