]> granicus.if.org Git - icinga2/log
icinga2
7 years agoMake last commit actually work...
Jean Flach [Thu, 6 Apr 2017 11:35:15 +0000 (13:35 +0200)]
Make last commit actually work...

refs #4822

7 years agoFix openssl1.1 for x64 builds
Jean Flach [Thu, 6 Apr 2017 10:58:05 +0000 (12:58 +0200)]
Fix openssl1.1 for x64 builds

refs #4822

7 years agoAdd missing base class call for ScheduledDowntime::ValidateRanges()
Gunnar Beutner [Thu, 6 Apr 2017 09:25:40 +0000 (11:25 +0200)]
Add missing base class call for ScheduledDowntime::ValidateRanges()

fixes #5146

7 years agoAdd GitHub issue template
Michael Friedrich [Thu, 6 Apr 2017 08:48:11 +0000 (10:48 +0200)]
Add GitHub issue template

fixes #5145

7 years agoFix formatting in the docs
Michael Friedrich [Wed, 5 Apr 2017 18:23:07 +0000 (20:23 +0200)]
Fix formatting in the docs

refs #5137

7 years agoUpdate documentation (troubleshooting, monitor Icinga 2, configs, integrations, etc.)
Michael Friedrich [Wed, 5 Apr 2017 17:49:00 +0000 (19:49 +0200)]
Update documentation (troubleshooting, monitor Icinga 2, configs, integrations, etc.)

fixes #5137
fixes #5140
fixes #1880
fixes #5142
fixes #5144

7 years agoFix CMake handling of openssl 1.1.0
Jean Flach [Wed, 5 Apr 2017 15:51:20 +0000 (17:51 +0200)]
Fix CMake handling of openssl 1.1.0

fixes #5141

7 years agoAdd missing header
Jean Flach [Wed, 5 Apr 2017 08:26:54 +0000 (10:26 +0200)]
Add missing header

fixes #5135

7 years agoFix hiredis being built when not needed
Jean Flach [Mon, 3 Apr 2017 14:20:00 +0000 (16:20 +0200)]
Fix hiredis being built when not needed

fixes #5125

7 years agoFix duration attribute requirement for schedule-downtime API action
Michael Friedrich [Fri, 31 Mar 2017 08:34:07 +0000 (10:34 +0200)]
Fix duration attribute requirement for schedule-downtime API action

fixes #5111

7 years agoAdd network requirement to init script
Michael Friedrich [Thu, 30 Mar 2017 16:45:56 +0000 (18:45 +0200)]
Add network requirement to init script

fixes #4921

7 years agoUpdate link for the NSCP documentation
Yannick Charton [Thu, 30 Mar 2017 09:46:30 +0000 (11:46 +0200)]
Update link for the NSCP documentation

fixes #5104

Signed-off-by: Gunnar Beutner <gunnar.beutner@icinga.com>
7 years agoUpdate Chocolatey package metadata
Gunnar Beutner [Thu, 30 Mar 2017 07:59:15 +0000 (09:59 +0200)]
Update Chocolatey package metadata

refs #5100

7 years agoFix incorrect metadata for the Chocolatey package
Gunnar Beutner [Wed, 29 Mar 2017 10:21:46 +0000 (12:21 +0200)]
Fix incorrect metadata for the Chocolatey package

fixes #5101

7 years agoRedisWriter: publish Icinga 2 stats as a simple "keepalive"
Thomas Gelf [Tue, 28 Mar 2017 09:30:14 +0000 (11:30 +0200)]
RedisWriter: publish Icinga 2 stats as a simple "keepalive"

Use case: a reader subscribes to config changes. As they happen rarely, chances
are good that the connection will time out in the meantime. Now, a reconnect is
easy - but you wouldn't know whether you missed any config changes. So you are
required to issue a new sync to be on the safe side. Given a 60sec connection
timeout (think: SSL layer, firewalls etc) when no traffic happens this would be
too expensive.

Some kind of a heartbeat available for subscription would allow subscribers to
artificially keep the connection alive. As a first simple solution to this I'd
suggest to publish CIB data, that might be useful anyways.

refs #4991
fixes #5098

Signed-off-by: Michael Friedrich <michael.friedrich@icinga.com>
7 years agoFix object deletion on restart
Michael Friedrich [Tue, 28 Mar 2017 08:23:46 +0000 (10:23 +0200)]
Fix object deletion on restart

refs #4991

7 years agoRename source file
Michael Friedrich [Mon, 27 Mar 2017 12:03:42 +0000 (14:03 +0200)]
Rename source file

refs #4991

7 years agoAdd exception handler for Redis WorkQueue
Michael Friedrich [Fri, 24 Mar 2017 14:18:37 +0000 (15:18 +0100)]
Add exception handler for Redis WorkQueue

refs #4991

7 years agoAdd log message for config/status dump end for Redis
Michael Friedrich [Fri, 24 Mar 2017 13:39:24 +0000 (14:39 +0100)]
Add log message for config/status dump end for Redis

refs #4991

7 years agoFix possible crash on startup status updates in Redis
Michael Friedrich [Fri, 24 Mar 2017 13:11:20 +0000 (14:11 +0100)]
Fix possible crash on startup status updates in Redis

refs #4991

7 years agoFix hash value for empty custom attributes
Michael Friedrich [Wed, 22 Mar 2017 15:55:01 +0000 (16:55 +0100)]
Fix hash value for empty custom attributes

refs #4991

7 years agoFix memory leak in RedisWriter::ExecuteQuery
Gunnar Beutner [Wed, 22 Mar 2017 11:08:54 +0000 (12:08 +0100)]
Fix memory leak in RedisWriter::ExecuteQuery

refs #4991

7 years agoAdd COUNT parameter for SCAN
Gunnar Beutner [Wed, 22 Mar 2017 09:25:27 +0000 (10:25 +0100)]
Add COUNT parameter for SCAN

refs #4991

7 years agoUpdated remaining queries to use ExecuteQuery()
Gunnar Beutner [Wed, 22 Mar 2017 08:28:28 +0000 (09:28 +0100)]
Updated remaining queries to use ExecuteQuery()

refs #4991

7 years agoReplace existing queries with ExecuteQuery() calls
Gunnar Beutner [Wed, 22 Mar 2017 08:14:01 +0000 (09:14 +0100)]
Replace existing queries with ExecuteQuery() calls

refs #4991

7 years agoImplement config dump/update/delete publishing; fix runtime created object creation
Michael Friedrich [Tue, 21 Mar 2017 15:11:35 +0000 (16:11 +0100)]
Implement config dump/update/delete publishing; fix runtime created object creation

refs #4991

7 years agoImplement RedisWriter::ExecuteQuery
Gunnar Beutner [Tue, 21 Mar 2017 12:52:55 +0000 (13:52 +0100)]
Implement RedisWriter::ExecuteQuery

refs #4991

7 years agoAdd properties and vars config checksums
Michael Friedrich [Tue, 21 Mar 2017 10:16:04 +0000 (11:16 +0100)]
Add properties and vars config checksums

refs #4991

7 years agoUse GetHostService() instead of casts
Gunnar Beutner [Tue, 21 Mar 2017 09:21:51 +0000 (10:21 +0100)]
Use GetHostService() instead of casts

refs #4991

7 years agoImplement the db_index property for the RedisWriter class
Gunnar Beutner [Mon, 20 Mar 2017 12:47:37 +0000 (13:47 +0100)]
Implement the db_index property for the RedisWriter class

fixes #5081

7 years agoUse transactions for the initial config and status updates
Gunnar Beutner [Mon, 20 Mar 2017 12:44:10 +0000 (13:44 +0100)]
Use transactions for the initial config and status updates

refs #4991

7 years agoMake sure to use pretty-printed checksums in JSON blobs; remove semicolons
Gunnar Beutner [Mon, 20 Mar 2017 09:35:20 +0000 (10:35 +0100)]
Make sure to use pretty-printed checksums in JSON blobs; remove semicolons

refs #4991

7 years agoClean up the code a bit
Gunnar Beutner [Mon, 20 Mar 2017 09:31:05 +0000 (10:31 +0100)]
Clean up the code a bit

refs #4991

7 years agoFix crash in SHA1
Gunnar Beutner [Mon, 20 Mar 2017 09:19:53 +0000 (10:19 +0100)]
Fix crash in SHA1

refs #4991

7 years agoUpdate log message
Gunnar Beutner [Mon, 20 Mar 2017 08:17:21 +0000 (09:17 +0100)]
Update log message

refs #4991

7 years agoStart working on checksum config dump
Michael Friedrich [Mon, 20 Mar 2017 08:56:54 +0000 (09:56 +0100)]
Start working on checksum config dump

refs #4991

7 years agoMerge branch 'support/2.6'
Gunnar Beutner [Wed, 29 Mar 2017 08:00:00 +0000 (10:00 +0200)]
Merge branch 'support/2.6'

7 years agoRelease version 2.6.3
Gunnar Beutner [Wed, 29 Mar 2017 07:51:33 +0000 (09:51 +0200)]
Release version 2.6.3

7 years agoRelease version 2.6.3 v2.6.3
Gunnar Beutner [Wed, 29 Mar 2017 07:51:33 +0000 (09:51 +0200)]
Release version 2.6.3

7 years agoDocs: Fix wrong code block formatting
Michael Friedrich [Tue, 28 Mar 2017 13:36:16 +0000 (15:36 +0200)]
Docs: Fix wrong code block formatting

refs #4955

7 years agoDocs: Fix wrong code block formatting
Michael Friedrich [Tue, 28 Mar 2017 13:36:16 +0000 (15:36 +0200)]
Docs: Fix wrong code block formatting

refs #4955

7 years agoDocs: Review contributed plugin check commands (URLs, description details)
Michael Friedrich [Tue, 28 Mar 2017 13:25:15 +0000 (15:25 +0200)]
Docs: Review contributed plugin check commands (URLs, description details)

fixes #4955

7 years agoDocs: Review contributed plugin check commands (URLs, description details)
Michael Friedrich [Tue, 28 Mar 2017 13:25:15 +0000 (15:25 +0200)]
Docs: Review contributed plugin check commands (URLs, description details)

fixes #4955

7 years agoAdd missing arguments
Gunnar Beutner [Tue, 28 Mar 2017 11:24:21 +0000 (13:24 +0200)]
Add missing arguments

refs #5087

7 years agoIDO: Do not terminate Icinga 2 if the database schema version does not match
Michael Friedrich [Tue, 28 Mar 2017 08:16:07 +0000 (10:16 +0200)]
IDO: Do not terminate Icinga 2 if the database schema version does not match

Instead, log an error and continue.

fixes #4440

7 years agoFix: The last example for typeof() is missing the result
Gunnar Beutner [Tue, 28 Mar 2017 07:06:27 +0000 (09:06 +0200)]
Fix: The last example for typeof() is missing the result

fixes #5097

7 years agoImprove function metadata by adding arguments
Gunnar Beutner [Mon, 27 Mar 2017 12:26:56 +0000 (14:26 +0200)]
Improve function metadata by adding arguments

fixes #5087

7 years agoFix logging for discarded cluster messages
Michael Friedrich [Thu, 2 Feb 2017 12:47:18 +0000 (13:47 +0100)]
Fix logging for discarded cluster messages

fixes #4930

7 years agoMove log message
Gunnar Beutner [Mon, 27 Mar 2017 09:01:14 +0000 (11:01 +0200)]
Move log message

refs #5094

7 years agoDon't try to remove comments that were statically configured
Gunnar Beutner [Mon, 27 Mar 2017 08:45:07 +0000 (10:45 +0200)]
Don't try to remove comments that were statically configured

fixes #5094

7 years agoImprove log message in ConfigObjectUtility::DeleteObjectHelper
Gunnar Beutner [Mon, 27 Mar 2017 08:45:27 +0000 (10:45 +0200)]
Improve log message in ConfigObjectUtility::DeleteObjectHelper

refs #5094

7 years agoIDO: Fix where condition for downtime history updates
Michael Friedrich [Mon, 20 Mar 2017 12:19:37 +0000 (13:19 +0100)]
IDO: Fix where condition for downtime history updates

fixes #5080

7 years agoITL: Fix mitigation attribute for nwc_health
Dirk Goetz [Thu, 16 Mar 2017 10:12:20 +0000 (11:12 +0100)]
ITL: Fix mitigation attribute for nwc_health

fixes #5075

Signed-off-by: Michael Friedrich <michael.friedrich@icinga.com>
7 years agoEnsure that only child processes for checks are reniced
Gunnar Beutner [Tue, 21 Feb 2017 10:31:07 +0000 (11:31 +0100)]
Ensure that only child processes for checks are reniced

fixes #4989

7 years agoFix wrong Logstash json plugin name in LogstashWriter docs
Michael Friedrich [Mon, 20 Mar 2017 15:30:38 +0000 (16:30 +0100)]
Fix wrong Logstash json plugin name in LogstashWriter docs

refs #5085

7 years agoMerge pull request #5085 from Icinga/feature/logstash-4054
Michael Friedrich [Mon, 20 Mar 2017 15:09:10 +0000 (16:09 +0100)]
Merge pull request #5085 from Icinga/feature/logstash-4054

Add LogstashWriter feature

fixes #4054

7 years agoAdd documentation for the LogstashWriter feature 5085/head
Michael Friedrich [Mon, 20 Mar 2017 15:04:06 +0000 (16:04 +0100)]
Add documentation for the LogstashWriter feature

This includes Logstash and Icinga 2 configuration.

refs #4054

7 years agoReview LogstashWriter feature implementation
Michael Friedrich [Tue, 24 Jan 2017 11:10:37 +0000 (12:10 +0100)]
Review LogstashWriter feature implementation

refs #4054

7 years agoAdd LogstashWriter feature
Kai Goller [Wed, 15 Jun 2016 13:03:32 +0000 (15:03 +0200)]
Add LogstashWriter feature

This adds the UdpSocket class.

refs #4054

7 years agoIDO: Fix where condition for downtime history updates
Michael Friedrich [Mon, 20 Mar 2017 12:19:37 +0000 (13:19 +0100)]
IDO: Fix where condition for downtime history updates

fixes #5080

7 years agoITL: Update icingacli_businessprocess CheckCommand
Dirk Goetz [Mon, 5 Dec 2016 12:40:11 +0000 (13:40 +0100)]
ITL: Update icingacli_businessprocess CheckCommand

fixes #4826

Signed-off-by: Michael Friedrich <michael.friedrich@icinga.com>
7 years agoDon't use raw pointers in boost::bind
Gunnar Beutner [Thu, 16 Mar 2017 14:33:59 +0000 (15:33 +0100)]
Don't use raw pointers in boost::bind

refs #4991

7 years agoAdd missing freeReplyObject calls
Gunnar Beutner [Thu, 16 Mar 2017 14:09:21 +0000 (15:09 +0100)]
Add missing freeReplyObject calls

refs #4991

7 years agoMerge DEL queries into one query
Gunnar Beutner [Thu, 16 Mar 2017 14:05:44 +0000 (15:05 +0100)]
Merge DEL queries into one query

refs #4991

7 years agoAdd ASSERTs for the Redis queries
Gunnar Beutner [Thu, 16 Mar 2017 13:35:29 +0000 (14:35 +0100)]
Add ASSERTs for the Redis queries

refs #4991

7 years agoRemove some log messages
Gunnar Beutner [Thu, 16 Mar 2017 13:25:27 +0000 (14:25 +0100)]
Remove some log messages

refs #4991

7 years agoMake sure all Redis tasks are executed on the WQ threads
Gunnar Beutner [Thu, 16 Mar 2017 13:23:31 +0000 (14:23 +0100)]
Make sure all Redis tasks are executed on the WQ threads

refs #4991

7 years agoRemove redundant check
Gunnar Beutner [Thu, 16 Mar 2017 08:46:31 +0000 (09:46 +0100)]
Remove redundant check

refs #4991

7 years agoImplement event handlers for config and status updates
Gunnar Beutner [Thu, 16 Mar 2017 08:44:09 +0000 (09:44 +0100)]
Implement event handlers for config and status updates

fixes #5072
fixes #5073
refs #4991

7 years agoFix attribute type filter
Gunnar Beutner [Thu, 16 Mar 2017 08:43:59 +0000 (09:43 +0100)]
Fix attribute type filter

refs #4991

7 years agoOnly export config objects to Redis
Gunnar Beutner [Thu, 16 Mar 2017 08:14:45 +0000 (09:14 +0100)]
Only export config objects to Redis

refs #4991

7 years agoRedis: First attempt of a reconnect config dump
Michael Friedrich [Wed, 15 Mar 2017 17:18:01 +0000 (18:18 +0100)]
Redis: First attempt of a reconnect config dump

refs #5072
refs #4991

7 years agoGet rid of event IDs for Redis
Gunnar Beutner [Wed, 15 Mar 2017 14:10:58 +0000 (15:10 +0100)]
Get rid of event IDs for Redis

fixes #5067

7 years agoFix incorrect handling for SCAN results
Gunnar Beutner [Wed, 15 Mar 2017 13:53:50 +0000 (14:53 +0100)]
Fix incorrect handling for SCAN results

fixes #5065

7 years agoAdd another log message
Gunnar Beutner [Tue, 14 Mar 2017 14:21:07 +0000 (15:21 +0100)]
Add another log message

refs #4991

7 years agoAdd missing free call
Gunnar Beutner [Mon, 13 Mar 2017 10:34:38 +0000 (11:34 +0100)]
Add missing free call

refs #4991

7 years agoMake function names available in the API
Gunnar Beutner [Wed, 15 Mar 2017 10:18:08 +0000 (11:18 +0100)]
Make function names available in the API

fixes #5064

7 years agoImprove handling for missing start_time and finish_time values
Gunnar Beutner [Wed, 15 Mar 2017 09:41:08 +0000 (10:41 +0100)]
Improve handling for missing start_time and finish_time values

fixes #5062

7 years agoAdd additional arguments to mssql_health
Dirk Goetz [Tue, 14 Mar 2017 14:15:50 +0000 (15:15 +0100)]
Add additional arguments to mssql_health

fixes #5063

Signed-off-by: Gunnar Beutner <gunnar.beutner@icinga.com>
7 years agoOnly send events to Redis when there is at least one subscriber
Gunnar Beutner [Mon, 13 Mar 2017 09:56:16 +0000 (10:56 +0100)]
Only send events to Redis when there is at least one subscriber

refs #4991

7 years agoImplement support for expiring subscriptions
Gunnar Beutner [Mon, 13 Mar 2017 09:37:51 +0000 (10:37 +0100)]
Implement support for expiring subscriptions

refs #4991

7 years agoBetter error handling and fixes
Michael Friedrich [Thu, 9 Mar 2017 11:26:26 +0000 (12:26 +0100)]
Better error handling and fixes

refs #4991

7 years agoUse hiredis 0.13.3
Michael Friedrich [Thu, 9 Mar 2017 11:26:09 +0000 (12:26 +0100)]
Use hiredis 0.13.3

refs #4991

7 years agoImplement event subscriptions
Michael Friedrich [Thu, 2 Mar 2017 14:42:25 +0000 (15:42 +0100)]
Implement event subscriptions

refs #4991

7 years agoEnsure to check the auth command return value
Michael Friedrich [Thu, 2 Mar 2017 09:18:41 +0000 (10:18 +0100)]
Ensure to check the auth command return value

refs #4991

7 years agoITL: Allow to use local mode of hpasm CheckCommand
Thomas Widhalm [Thu, 9 Feb 2017 10:41:31 +0000 (11:41 +0100)]
ITL: Allow to use local mode of hpasm CheckCommand

Remove default value and "required" for `address` in hpasm ITL listing
Add a note to documentation why this special check should not have a default address

fixes #4985
fixes #4986

Signed-off-by: Michael Friedrich <michael.friedrich@icinga.com>
7 years agoUpdate Security section in the Distributed Monitoring chapter
Michael Friedrich [Fri, 10 Mar 2017 17:19:22 +0000 (18:19 +0100)]
Update Security section in the Distributed Monitoring chapter

fixes #5057

7 years agoUpdate Security section in the Distributed Monitoring chapter
Michael Friedrich [Fri, 10 Mar 2017 17:19:22 +0000 (18:19 +0100)]
Update Security section in the Distributed Monitoring chapter

fixes #5057

7 years agoMerge branch 'feature/itl-hardware-cmds-5019'
Michael Friedrich [Thu, 9 Mar 2017 16:35:38 +0000 (17:35 +0100)]
Merge branch 'feature/itl-hardware-cmds-5019'

fixes #5019

7 years agoFix closing brackets
Michael Friedrich [Thu, 9 Mar 2017 16:33:38 +0000 (17:33 +0100)]
Fix closing brackets

refs #5019

7 years agoITL: Modify ipmi-alive CheckCommand to support arguments similar to hostalive
Michael Friedrich [Thu, 9 Mar 2017 16:25:30 +0000 (17:25 +0100)]
ITL: Modify ipmi-alive CheckCommand to support arguments similar to hostalive

refs #5019

7 years agoITL: Fix installation for plugins-contrib
Michael Friedrich [Thu, 9 Mar 2017 16:07:53 +0000 (17:07 +0100)]
ITL: Fix installation for plugins-contrib

refs #5019

7 years agoITL: Fix spelling of ipmi_protocol_lan_version variable
Thomas Niedermeier [Tue, 21 Feb 2017 12:50:05 +0000 (13:50 +0100)]
ITL: Fix spelling of ipmi_protocol_lan_version variable

refs #5019

Signed-off-by: Michael Friedrich <michael.friedrich@icinga.com>
7 years agoITL: Add RAID controller plugin check configurations
Thomas Niedermeier [Tue, 21 Feb 2017 12:47:30 +0000 (13:47 +0100)]
ITL: Add RAID controller plugin check configurations

refs #5019

Signed-off-by: Michael Friedrich <michael.friedrich@icinga.com>
7 years agoITL: Add SMART attributes monitoring plugin check configuration
Thomas Niedermeier [Tue, 21 Feb 2017 12:33:54 +0000 (13:33 +0100)]
ITL: Add SMART attributes monitoring plugin check configuration

refs #5019

Signed-off-by: Michael Friedrich <michael.friedrich@icinga.com>
7 years agoITL: Add an IPMI Interface PING check for an IPMI host
Thomas Niedermeier [Tue, 21 Feb 2017 12:26:11 +0000 (13:26 +0100)]
ITL: Add an IPMI Interface PING check for an IPMI host

refs #5019

Signed-off-by: Michael Friedrich <michael.friedrich@icinga.com>
7 years agoITL: nwc_health_report attribute requires a value
Yannick Charton [Thu, 16 Feb 2017 22:58:13 +0000 (23:58 +0100)]
ITL: nwc_health_report attribute requires a value

fixes #5015

Signed-off-by: Michael Friedrich <michael.friedrich@icinga.com>
7 years agoFix missing documentation for mysql_socket attribute
Michael Friedrich [Thu, 9 Mar 2017 13:52:19 +0000 (14:52 +0100)]
Fix missing documentation for mysql_socket attribute

fixes #5055

7 years agoDocs: Fix typo in Distributed Monitoring chapter
Michael Friedrich [Fri, 24 Feb 2017 15:07:23 +0000 (16:07 +0100)]
Docs: Fix typo in Distributed Monitoring chapter

refs #5035

7 years agoFix missing doc urls
Michael Friedrich [Thu, 23 Feb 2017 17:03:55 +0000 (18:03 +0100)]
Fix missing doc urls

refs #5029
refs #5030
refs #5031