]> granicus.if.org Git - icinga2/log
icinga2
9 years agoCLI: Hide "Command options" if command is null
Mhd Sulhan [Thu, 22 Oct 2015 15:49:42 +0000 (22:49 +0700)]
CLI: Hide "Command options" if command is null

Before this commit, if icinga2 command executed without any argument,
the program will print empty "Command options".

While at it, clean the whitespaces.

fixes #10439

Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
9 years agoHandle exceptions for NetString::WriteStringToStream in ApiListener::ReplayLog
Gunnar Beutner [Mon, 26 Oct 2015 06:56:58 +0000 (07:56 +0100)]
Handle exceptions for NetString::WriteStringToStream in ApiListener::ReplayLog

fixes #10455

9 years agoUpdate AUTHORS
Gunnar Beutner [Mon, 26 Oct 2015 06:48:02 +0000 (07:48 +0100)]
Update AUTHORS

refs #10456

9 years agoFix incorrect attribute name in the documentation
Hannes Van de Vel [Thu, 22 Oct 2015 06:16:37 +0000 (08:16 +0200)]
Fix incorrect attribute name in the documentation

fixes #10456

Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
9 years agoClean up the 'api setup' command a bit more
Gunnar Beutner [Mon, 26 Oct 2015 06:03:41 +0000 (07:03 +0100)]
Clean up the 'api setup' command a bit more

refs #9471

9 years agoUndo accidental edit in icinga.cpp from 6fa58a52
Gunnar Beutner [Mon, 26 Oct 2015 05:53:36 +0000 (06:53 +0100)]
Undo accidental edit in icinga.cpp from 6fa58a52

refs #9927

9 years agoFix incorrect return value for ApiSetupUtility::SetupMaster
Gunnar Beutner [Sun, 25 Oct 2015 18:57:57 +0000 (19:57 +0100)]
Fix incorrect return value for ApiSetupUtility::SetupMaster

refs #9471

9 years agoUse operator[] instead of insert() for Dictionary::Set
Gunnar Beutner [Thu, 22 Oct 2015 16:30:47 +0000 (18:30 +0200)]
Use operator[] instead of insert() for Dictionary::Set

refs #10428

9 years agoUpdate vim syntax highlighting
Michael Friedrich [Thu, 22 Oct 2015 16:10:35 +0000 (18:10 +0200)]
Update vim syntax highlighting

refs #10430

9 years agoAdd apply for to the language reference documentation
Michael Friedrich [Thu, 22 Oct 2015 15:01:59 +0000 (17:01 +0200)]
Add apply for to the language reference documentation

fixes #10409

9 years agoDocument that modified attributes require accept_config for cluster/clients
Michael Friedrich [Thu, 22 Oct 2015 14:24:42 +0000 (16:24 +0200)]
Document that modified attributes require accept_config for cluster/clients

fixes #10368

9 years agoClean up the 'api setup' command
Gunnar Beutner [Thu, 22 Oct 2015 13:56:27 +0000 (15:56 +0200)]
Clean up the 'api setup' command

refs #9471

9 years agoExport original attributes in DB IDO and Livestatus
Michael Friedrich [Thu, 22 Oct 2015 13:48:53 +0000 (15:48 +0200)]
Export original attributes in DB IDO and Livestatus

fixes #10392

9 years agoFix: 'dig_lookup' custom attribute for the 'dig' check command isn't optional
Gunnar Beutner [Thu, 22 Oct 2015 12:53:11 +0000 (14:53 +0200)]
Fix: 'dig_lookup' custom attribute for the 'dig' check command isn't optional

fixes #10433

9 years agoFix restore_attribute not working in clusters
Michael Friedrich [Thu, 22 Oct 2015 12:32:14 +0000 (14:32 +0200)]
Fix restore_attribute not working in clusters

fixes #10386

9 years agoUpdate release documentation
Gunnar Beutner [Thu, 22 Oct 2015 11:41:31 +0000 (13:41 +0200)]
Update release documentation

9 years agoMerge branch 'support/2.3'
Gunnar Beutner [Thu, 22 Oct 2015 11:40:53 +0000 (13:40 +0200)]
Merge branch 'support/2.3'

9 years agoAdd redirect for /
Gunnar Beutner [Thu, 22 Oct 2015 11:29:06 +0000 (13:29 +0200)]
Add redirect for /

refs #9105

9 years agoUpdate documentation
Gunnar Beutner [Thu, 22 Oct 2015 10:16:59 +0000 (12:16 +0200)]
Update documentation

refs #9105

9 years agoImplement URL handler for /v1
Gunnar Beutner [Thu, 22 Oct 2015 10:02:15 +0000 (12:02 +0200)]
Implement URL handler for /v1

refs #9105

9 years agoUpdate API actions
Jean Flach [Fri, 16 Oct 2015 09:44:18 +0000 (11:44 +0200)]
Update API actions

fixes #10180
refs #9080

9 years agoAdd getter for endpoint 'connected' attribute
Gunnar Beutner [Thu, 22 Oct 2015 08:52:38 +0000 (10:52 +0200)]
Add getter for endpoint 'connected' attribute

fixes #10394

9 years agoRemove api.cpp and api.hpp
Gunnar Beutner [Thu, 22 Oct 2015 08:26:56 +0000 (10:26 +0200)]
Remove api.cpp and api.hpp

fixes #10407

9 years agoTurn includes into AST expressions
Gunnar Beutner [Thu, 22 Oct 2015 07:46:31 +0000 (09:46 +0200)]
Turn includes into AST expressions

fixes #10008

9 years agoImprove performance for Livestatus queries
Gunnar Beutner [Thu, 22 Oct 2015 06:28:40 +0000 (08:28 +0200)]
Improve performance for Livestatus queries

refs #10428

9 years agoDocumentation: Fix missing dollar sign escaping, add troubleshooting hint
Michael Friedrich [Wed, 21 Oct 2015 20:49:21 +0000 (22:49 +0200)]
Documentation: Fix missing dollar sign escaping, add troubleshooting hint

This is a pretty common error for years and deserves
a troubleshooting entry.

fixes #10403

9 years agoUpdate AUTHORS
Gunnar Beutner [Wed, 21 Oct 2015 16:06:16 +0000 (18:06 +0200)]
Update AUTHORS

refs #10423

9 years agoAdd snmp_port custom attribute for the SNMP check command definitions
Dinesh Majrekar [Wed, 21 Oct 2015 15:39:24 +0000 (16:39 +0100)]
Add snmp_port custom attribute for the SNMP check command definitions

fixes #10423

Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
9 years agoAdd documentation for event streams
Michael Friedrich [Wed, 21 Oct 2015 14:05:05 +0000 (16:05 +0200)]
Add documentation for event streams

fixes #9078

9 years agoFix compiler warnings
Michael Friedrich [Wed, 21 Oct 2015 13:50:32 +0000 (15:50 +0200)]
Fix compiler warnings

refs #9078

9 years agoFix filter permissions in event streams
Michael Friedrich [Wed, 21 Oct 2015 13:38:26 +0000 (15:38 +0200)]
Fix filter permissions in event streams

refs #9078

9 years agoImplement api event streams
Michael Friedrich [Mon, 19 Oct 2015 15:31:18 +0000 (17:31 +0200)]
Implement api event streams

Documentation is not yet complete.

refs #9078

9 years agoFix: 'which' isn't available on minimal CentOS installs
Gunnar Beutner [Wed, 21 Oct 2015 12:41:48 +0000 (14:41 +0200)]
Fix: 'which' isn't available on minimal CentOS installs

fixes #10417

9 years agoEnsure that the main thread pool gets re-initialized properly after fork()
Gunnar Beutner [Wed, 21 Oct 2015 05:02:49 +0000 (07:02 +0200)]
Ensure that the main thread pool gets re-initialized properly after fork()

refs #10410

9 years agoMake sure the timer thread is gone when calling fork()
Gunnar Beutner [Tue, 20 Oct 2015 20:55:16 +0000 (22:55 +0200)]
Make sure the timer thread is gone when calling fork()

refs #10410

9 years agoBuild fix for OpenBSD
Gunnar Beutner [Tue, 20 Oct 2015 20:54:58 +0000 (22:54 +0200)]
Build fix for OpenBSD

9 years agoReword nodeutility output
Jean Flach [Tue, 20 Oct 2015 10:56:26 +0000 (12:56 +0200)]
Reword nodeutility output

The old comment had a few minor problems:
* Two spaces after 'named'
* No space between // and the begining of the message
* Incorrect capitalization

And one major:
* Incorrectly calling a zone a node

But all of this is subject to change through the use of the configwriter
anyways.

fixes #10406

9 years agoHide internal attributes in the API
Gunnar Beutner [Tue, 20 Oct 2015 06:20:35 +0000 (08:20 +0200)]
Hide internal attributes in the API

fixes #10393

9 years agoRemove unnecessary default values
Gunnar Beutner [Tue, 20 Oct 2015 06:06:25 +0000 (08:06 +0200)]
Remove unnecessary default values

refs #9461
refs #8149

9 years agoDocumentation: Fix table formatting
Michael Friedrich [Mon, 19 Oct 2015 11:27:20 +0000 (13:27 +0200)]
Documentation: Fix table formatting

refs #9105

9 years agoRelease version 2.3.11
Gunnar Beutner [Mon, 19 Oct 2015 09:14:40 +0000 (11:14 +0200)]
Release version 2.3.11

9 years agoRelease version 2.3.11 v2.3.11
Gunnar Beutner [Mon, 19 Oct 2015 09:14:40 +0000 (11:14 +0200)]
Release version 2.3.11

9 years agoImplement the resolve_arguments function
Gunnar Beutner [Thu, 27 Aug 2015 06:22:35 +0000 (08:22 +0200)]
Implement the resolve_arguments function

fixes #10006

9 years agoImprove validation for CIDR masks
Gunnar Beutner [Mon, 19 Oct 2015 08:40:48 +0000 (10:40 +0200)]
Improve validation for CIDR masks

fixes #10375

9 years agoImprove validation for CIDR masks
Gunnar Beutner [Mon, 19 Oct 2015 08:40:48 +0000 (10:40 +0200)]
Improve validation for CIDR masks

fixes #10375

9 years agoLog a warning message on unauthorized http request
Michael Friedrich [Fri, 16 Oct 2015 13:32:02 +0000 (15:32 +0200)]
Log a warning message on unauthorized http request

fixes #10388

9 years agoFix query processing for Livestatus queries which use KeepAlive
Gunnar Beutner [Fri, 16 Oct 2015 13:11:32 +0000 (15:11 +0200)]
Fix query processing for Livestatus queries which use KeepAlive

fixes #9322

9 years agoFix query processing for Livestatus queries which use KeepAlive
Gunnar Beutner [Fri, 16 Oct 2015 13:11:32 +0000 (15:11 +0200)]
Fix query processing for Livestatus queries which use KeepAlive

fixes #9322

9 years agoAdd 'support' tracker to changelog.py
Michael Friedrich [Fri, 16 Oct 2015 11:49:39 +0000 (13:49 +0200)]
Add 'support' tracker to changelog.py

fixes #10385

9 years agoFix OSX control sequence
Michael Friedrich [Fri, 16 Oct 2015 11:46:43 +0000 (13:46 +0200)]
Fix OSX control sequence

refs #9095

9 years agoDB IDO should provide its connected state via /v1/status
Michael Friedrich [Fri, 16 Oct 2015 11:02:41 +0000 (13:02 +0200)]
DB IDO should provide its connected state via /v1/status

fixes #10383

9 years agoAdd a debug log message for updating the program status table in DB IDO
Michael Friedrich [Thu, 15 Oct 2015 16:43:30 +0000 (18:43 +0200)]
Add a debug log message for updating the program status table in DB IDO

fixes #10379

9 years agoFix wrong connection log message for global zones
Michael Friedrich [Thu, 15 Oct 2015 15:15:19 +0000 (17:15 +0200)]
Fix wrong connection log message for global zones

fixes #10377

9 years agoDisallow modify attribute for certain object attributes
Michael Friedrich [Thu, 15 Oct 2015 14:33:20 +0000 (16:33 +0200)]
Disallow modify attribute for certain object attributes

fixes #9095

9 years agoDocument Object#clone
Michael Friedrich [Fri, 16 Oct 2015 09:57:19 +0000 (11:57 +0200)]
Document Object#clone

fixes #9930

9 years agoAdd a debug log message for updating the program status table in DB IDO
Michael Friedrich [Thu, 15 Oct 2015 16:43:30 +0000 (18:43 +0200)]
Add a debug log message for updating the program status table in DB IDO

fixes #10379

9 years agoFix wrong connection log message for global zones
Michael Friedrich [Thu, 15 Oct 2015 15:15:19 +0000 (17:15 +0200)]
Fix wrong connection log message for global zones

fixes #10377

9 years agoFix log message formatting for object version
Michael Friedrich [Thu, 15 Oct 2015 14:52:49 +0000 (16:52 +0200)]
Fix log message formatting for object version

refs #10355

9 years agoFix deadlock in ApiListener::RelayMessage
Gunnar Beutner [Wed, 2 Sep 2015 05:39:40 +0000 (07:39 +0200)]
Fix deadlock in ApiListener::RelayMessage

fixes #10002

9 years agoRemove default WQ limits
Gunnar Beutner [Wed, 2 Sep 2015 07:16:20 +0000 (09:16 +0200)]
Remove default WQ limits

refs #10002

9 years agoAdd timeout argument for pop, spop, imap, simap commands
Michael Friedrich [Thu, 15 Oct 2015 13:13:24 +0000 (15:13 +0200)]
Add timeout argument for pop, spop, imap, simap commands

fixes #10219

9 years agoAdd timeout argument for pop, spop, imap, simap commands
Michael Friedrich [Thu, 15 Oct 2015 13:13:24 +0000 (15:13 +0200)]
Add timeout argument for pop, spop, imap, simap commands

fixes #10219

9 years agoImprove error message for socket errors in Livestatus
Michael Friedrich [Thu, 15 Oct 2015 12:58:21 +0000 (14:58 +0200)]
Improve error message for socket errors in Livestatus

fixes #10079

9 years agoImprove error message for socket errors in Livestatus
Michael Friedrich [Thu, 15 Oct 2015 12:58:21 +0000 (14:58 +0200)]
Improve error message for socket errors in Livestatus

fixes #10079

9 years agoEnsure that modified attributes work with clients with local config and no zone attribute
Michael Friedrich [Thu, 15 Oct 2015 12:05:39 +0000 (14:05 +0200)]
Ensure that modified attributes work with clients with local config and no zone attribute

fixes #10371

9 years agoFix: ApiListener::SyncRelayMessage doesn't send message to all zone members
Gunnar Beutner [Thu, 15 Oct 2015 07:28:20 +0000 (09:28 +0200)]
Fix: ApiListener::SyncRelayMessage doesn't send message to all zone members

fixes #10365

9 years agoUpdate AUTHORS
Gunnar Beutner [Wed, 14 Oct 2015 10:23:03 +0000 (12:23 +0200)]
Update AUTHORS

refs #10354

9 years agoImprove error handling in cidr_match function
Thomas Gelf [Wed, 14 Oct 2015 10:11:04 +0000 (12:11 +0200)]
Improve error handling in cidr_match function

refs #10354

Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
9 years agoImplement the cidr_match function
Gunnar Beutner [Wed, 14 Oct 2015 08:11:49 +0000 (10:11 +0200)]
Implement the cidr_match function

fixes #10354

9 years agoFix wrong type for object version
Michael Friedrich [Thu, 15 Oct 2015 09:10:46 +0000 (11:10 +0200)]
Fix wrong type for object version

refs #10355

9 years agoFix: ApiListener::SyncRelayMessage doesn't send message to all zone members
Gunnar Beutner [Thu, 15 Oct 2015 07:28:20 +0000 (09:28 +0200)]
Fix: ApiListener::SyncRelayMessage doesn't send message to all zone members

fixes #10365

9 years agoFix incorrect variable type in ApiListener::ConfigUpdateObjectAPIHandler
Gunnar Beutner [Thu, 15 Oct 2015 07:26:58 +0000 (09:26 +0200)]
Fix incorrect variable type in ApiListener::ConfigUpdateObjectAPIHandler

refs #10355

9 years agoAvoid evaluating unnecessary filters
Gunnar Beutner [Wed, 14 Oct 2015 14:52:01 +0000 (16:52 +0200)]
Avoid evaluating unnecessary filters

refs #10360

9 years agoImprove performance for object queries
Gunnar Beutner [Wed, 14 Oct 2015 14:08:23 +0000 (16:08 +0200)]
Improve performance for object queries

fixes #10360

9 years agoDon't look up joined objects when we don't need to
Gunnar Beutner [Wed, 14 Oct 2015 13:36:59 +0000 (15:36 +0200)]
Don't look up joined objects when we don't need to

refs #10360

9 years agoMake sure that the 'version' attribute is updated when config attributes are changed
Gunnar Beutner [Wed, 14 Oct 2015 11:04:39 +0000 (13:04 +0200)]
Make sure that the 'version' attribute is updated when config attributes are changed

fixes #10355

9 years agoUpdate AUTHORS
Gunnar Beutner [Wed, 14 Oct 2015 10:23:03 +0000 (12:23 +0200)]
Update AUTHORS

refs #10354

9 years agoImprove error handling in cidr_match function
Thomas Gelf [Wed, 14 Oct 2015 10:11:04 +0000 (12:11 +0200)]
Improve error handling in cidr_match function

refs #10354

Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
9 years agoImplement the cidr_match function
Gunnar Beutner [Wed, 14 Oct 2015 08:11:49 +0000 (10:11 +0200)]
Implement the cidr_match function

fixes #10354

9 years agoImprove timeperiods documentation
Jean Flach [Tue, 13 Oct 2015 11:46:31 +0000 (13:46 +0200)]
Improve timeperiods documentation

refs #10352

9 years agoImprove timeperiods documentation
Jean Flach [Tue, 13 Oct 2015 11:46:31 +0000 (13:46 +0200)]
Improve timeperiods documentation

refs #10352

9 years agoFix parsing performance data labels which contain '='
Gunnar Beutner [Tue, 13 Oct 2015 07:38:31 +0000 (09:38 +0200)]
Fix parsing performance data labels which contain '='

fixes #10254

9 years agoFix support for host checks in CheckResultReader
Gunnar Beutner [Tue, 13 Oct 2015 06:56:12 +0000 (08:56 +0200)]
Fix support for host checks in CheckResultReader

fixes #10348

9 years agoDon't log messages we've already relayed to all relevant zones
Gunnar Beutner [Thu, 1 Oct 2015 07:17:23 +0000 (09:17 +0200)]
Don't log messages we've already relayed to all relevant zones

fixes #10262

9 years agoFix parser error when using new-lines in dictionaries
Gunnar Beutner [Wed, 23 Sep 2015 14:37:21 +0000 (16:37 +0200)]
Fix parser error when using new-lines in dictionaries

fixes #10204

9 years agoFix: String methods cannot be invoked on an empty string
Gunnar Beutner [Tue, 22 Sep 2015 09:24:00 +0000 (11:24 +0200)]
Fix: String methods cannot be invoked on an empty string

fixes #10191

9 years agoFix: null + null should not be ""
Gunnar Beutner [Tue, 22 Sep 2015 11:02:35 +0000 (13:02 +0200)]
Fix: null + null should not be ""

fixes #10192

9 years agoRemove unnecessary check in Value::IsObject
Gunnar Beutner [Wed, 23 Sep 2015 08:48:49 +0000 (10:48 +0200)]
Remove unnecessary check in Value::IsObject

refs #10199

9 years agoRemove unnecessary MakeLiteral calls in SetExpression::DoEvaluate
Gunnar Beutner [Wed, 23 Sep 2015 08:36:57 +0000 (10:36 +0200)]
Remove unnecessary MakeLiteral calls in SetExpression::DoEvaluate

fixes #10199

9 years agoFix deadlock in TlsStream::Close
Gunnar Beutner [Tue, 29 Sep 2015 08:31:16 +0000 (10:31 +0200)]
Fix deadlock in TlsStream::Close

fixes #10235

9 years agoDon't throw an exception when replaying the current replay log file
Michael Friedrich [Tue, 29 Sep 2015 09:02:08 +0000 (11:02 +0200)]
Don't throw an exception when replaying the current replay log file

fixes #10239

9 years agoFix openssl certificate not after overflow on rhel5
Michael Friedrich [Fri, 2 Oct 2015 09:41:54 +0000 (11:41 +0200)]
Fix openssl certificate not after overflow on rhel5

refs #10266

9 years agoAdd missing Start call for base class in CheckResultReader::Start
Gunnar Beutner [Tue, 13 Oct 2015 06:38:12 +0000 (08:38 +0200)]
Add missing Start call for base class in CheckResultReader::Start

fixes #10349

9 years agoFix broken table in the documentation
Gunnar Beutner [Tue, 13 Oct 2015 09:08:11 +0000 (11:08 +0200)]
Fix broken table in the documentation

fixes #10351

9 years agoImplement the Array#reverse and String#reverse methods
Gunnar Beutner [Wed, 23 Sep 2015 07:06:15 +0000 (09:06 +0200)]
Implement the Array#reverse and String#reverse methods

fixes #10197

9 years agoImplement the escape_shell_arg and escape_shell_cmd functions
Gunnar Beutner [Thu, 27 Aug 2015 06:57:56 +0000 (08:57 +0200)]
Implement the escape_shell_arg and escape_shell_cmd functions

fixes #10004

9 years agoBuild fix
Gunnar Beutner [Wed, 30 Sep 2015 09:05:20 +0000 (11:05 +0200)]
Build fix

refs #10245

9 years agoFix incorrectly escaped arguments for CreateProcess
Gunnar Beutner [Wed, 30 Sep 2015 08:54:34 +0000 (10:54 +0200)]
Fix incorrectly escaped arguments for CreateProcess

fixes #10245

9 years agoUpdate getting started instructions for FreeBSD
Lars Engels [Mon, 5 Oct 2015 11:49:49 +0000 (13:49 +0200)]
Update getting started instructions for FreeBSD

Based on a patch from ogg1980:
https://github.com/Icinga/icinga2/pull/47

fixes #9466

9 years agoAdd timestamp support for OpenTSDB
Tobias von der Krone [Tue, 8 Sep 2015 04:34:33 +0000 (06:34 +0200)]
Add timestamp support for OpenTSDB

fixes #9183