]> granicus.if.org Git - icinga2/log
icinga2
10 years agoMake script variables constant.
Gunnar Beutner [Wed, 12 Feb 2014 10:49:38 +0000 (11:49 +0100)]
Make script variables constant.

Fixes #5446

10 years agoMake Visual Studio 2010 happy (maybe).
Gunnar Beutner [Wed, 12 Feb 2014 09:16:52 +0000 (10:16 +0100)]
Make Visual Studio 2010 happy (maybe).

Fixes #5637

10 years agoMove ClusterCheckTask into the cluster component.
Michael Friedrich [Wed, 12 Feb 2014 08:33:04 +0000 (09:33 +0100)]
Move ClusterCheckTask into the cluster component.

Refs #5438

10 years agoImplement recursive includes for the cluster component.
Gunnar Beutner [Tue, 11 Feb 2014 08:42:48 +0000 (09:42 +0100)]
Implement recursive includes for the cluster component.

Fixes #5304

10 years agoMove Check Stats into CIB.
Michael Friedrich [Mon, 10 Feb 2014 13:56:39 +0000 (14:56 +0100)]
Move Check Stats into CIB.

Fixes #5617

10 years agoLivestatus: Set host checks / freshness to 1 for compatibility reasons.
Michael Friedrich [Mon, 10 Feb 2014 13:02:17 +0000 (14:02 +0100)]
Livestatus: Set host checks / freshness to 1 for compatibility reasons.

Fixes #5629

10 years agoFix: PostgreSQL's GetAffectedRows() function always returned 0.
Gunnar Beutner [Mon, 10 Feb 2014 09:25:12 +0000 (10:25 +0100)]
Fix: PostgreSQL's GetAffectedRows() function always returned 0.

Fixes #5628

10 years agoFix validation for the "authorities" attribute.
Gunnar Beutner [Mon, 10 Feb 2014 07:50:09 +0000 (08:50 +0100)]
Fix validation for the "authorities" attribute.

Fixes #5593

10 years agoAdd Cluster Health Check.
Michael Friedrich [Fri, 7 Feb 2014 13:03:53 +0000 (14:03 +0100)]
Add Cluster Health Check.

Fixes #5438

10 years agoFix including a non-existing directory exception requires path information.
Michael Friedrich [Fri, 7 Feb 2014 12:23:26 +0000 (13:23 +0100)]
Fix including a non-existing directory exception requires path information.

Fixes #5618

10 years agoicinga check: add *_execution_time, num_{services,hosts}_* state/pending/flap/downtim...
Michael Friedrich [Fri, 7 Feb 2014 10:34:56 +0000 (11:34 +0100)]
icinga check: add *_execution_time, num_{services,hosts}_* state/pending/flap/downtime/ack as perfdata.

Fixes #5440

10 years agoAdd check source to external commands / check result reader.
Michael Friedrich [Fri, 7 Feb 2014 08:48:15 +0000 (09:48 +0100)]
Add check source to external commands / check result reader.

Fixes #5615

10 years agoMerge branch 'feature/ido-hist-node-5470' into next
Michael Friedrich [Thu, 6 Feb 2014 15:45:56 +0000 (16:45 +0100)]
Merge branch 'feature/ido-hist-node-5470' into next

Fixes #5470

10 years agoDB IDO: Add icinga_node to *history tables.
Michael Friedrich [Thu, 6 Feb 2014 15:44:46 +0000 (16:44 +0100)]
DB IDO: Add icinga_node to *history tables.

Refs #5470

10 years agoDB IDO: Add check_source to statehistory table.
Michael Friedrich [Thu, 6 Feb 2014 15:01:03 +0000 (16:01 +0100)]
DB IDO: Add check_source to statehistory table.

Refs #5470

10 years agoAdd IcingaNodeName script variable, set as check source (WIP).
Michael Friedrich [Thu, 6 Feb 2014 14:27:50 +0000 (15:27 +0100)]
Add IcingaNodeName script variable, set as check source (WIP).

Fixes #5471
Fixes #5473

10 years agoUpdate change log and bump version. v0.0.7
Gunnar Beutner [Thu, 6 Feb 2014 09:07:00 +0000 (10:07 +0100)]
Update change log and bump version.

10 years agoDocumentation: Add configuration best practice.
Michael Friedrich [Wed, 5 Feb 2014 17:09:38 +0000 (18:09 +0100)]
Documentation: Add configuration best practice.

Fixes #5477
Fixes #5505

10 years agoDocumentation: Add 'Monitoring Remote Clients' section.
Michael Friedrich [Wed, 5 Feb 2014 16:17:19 +0000 (17:17 +0100)]
Documentation: Add 'Monitoring Remote Clients' section.

Fixes #5496

10 years agoDocumentation: Add unique section ids.
Michael Friedrich [Wed, 5 Feb 2014 14:53:22 +0000 (15:53 +0100)]
Documentation: Add unique section ids.

Fixes #5586

10 years agoFix stack overflow in IdoPgsqlConnection::InternalExecuteQuery.
Gunnar Beutner [Wed, 5 Feb 2014 13:58:54 +0000 (14:58 +0100)]
Fix stack overflow in IdoPgsqlConnection::InternalExecuteQuery.

Fixes #5610

10 years agoDocumentation: Emphasize on runtime vs configuration macros.
Michael Friedrich [Wed, 5 Feb 2014 13:27:06 +0000 (14:27 +0100)]
Documentation: Emphasize on runtime vs configuration macros.

Fixes #5457
Fixes #5458

10 years agoFix: IcingaUseVfork warning when spawning child processes.
Gunnar Beutner [Wed, 5 Feb 2014 13:32:56 +0000 (14:32 +0100)]
Fix: IcingaUseVfork warning when spawning child processes.

Fixes #5607

10 years agoFix invalid testing configuration
Johannes Meyer [Wed, 5 Feb 2014 13:21:42 +0000 (14:21 +0100)]
Fix invalid testing configuration

10 years agoFix the vm-test runner's error handling
Johannes Meyer [Wed, 5 Feb 2014 12:22:27 +0000 (13:22 +0100)]
Fix the vm-test runner's error handling

10 years agoFix external command tests
Johannes Meyer [Wed, 5 Feb 2014 12:21:08 +0000 (13:21 +0100)]
Fix external command tests

10 years agoFix test-vm bootstrapping
Johannes Meyer [Wed, 5 Feb 2014 12:20:50 +0000 (13:20 +0100)]
Fix test-vm bootstrapping

10 years agoFix memory leak in Utility::GlobRecursive.
Gunnar Beutner [Wed, 5 Feb 2014 12:53:56 +0000 (13:53 +0100)]
Fix memory leak in Utility::GlobRecursive.

Fixes #5604

10 years agoFix race condition in the config validator.
Gunnar Beutner [Wed, 5 Feb 2014 08:24:26 +0000 (09:24 +0100)]
Fix race condition in the config validator.

Fixes #5602

10 years agoFix ProcessHostCheckResult error message.
Michael Friedrich [Tue, 4 Feb 2014 14:59:08 +0000 (15:59 +0100)]
Fix ProcessHostCheckResult error message.

Fixes #5601

10 years agoFix builds on Debian wheezy.
Gunnar Beutner [Tue, 4 Feb 2014 11:59:22 +0000 (12:59 +0100)]
Fix builds on Debian wheezy.

Fixes #5596

10 years agoCompat: Fix notification type string.
Michael Friedrich [Tue, 4 Feb 2014 09:54:38 +0000 (10:54 +0100)]
Compat: Fix notification type string.

Fixes #5420

10 years agoMerge branch 'feature/ido-reuse-ids-5565' into next
Gunnar Beutner [Tue, 4 Feb 2014 08:58:32 +0000 (09:58 +0100)]
Merge branch 'feature/ido-reuse-ids-5565' into next

Fixes #5565

10 years agoRe-use IDs where possible.
Gunnar Beutner [Fri, 31 Jan 2014 07:28:00 +0000 (08:28 +0100)]
Re-use IDs where possible.

Refs #5565

10 years agoMove the ClearConfigTables function into the DbConnection class.
Gunnar Beutner [Tue, 28 Jan 2014 10:09:13 +0000 (11:09 +0100)]
Move the ClearConfigTables function into the DbConnection class.

Refs #5565

10 years agoAdd note about certificate file permissions.
Gunnar Beutner [Tue, 4 Feb 2014 07:27:51 +0000 (08:27 +0100)]
Add note about certificate file permissions.

Fixes #5573

10 years agoDocumentation: Add examples for time related macros.
Michael Friedrich [Mon, 3 Feb 2014 10:11:56 +0000 (11:11 +0100)]
Documentation: Add examples for time related macros.

Fixes #5376

10 years agoFix duplicate object IDs for command objects.
Gunnar Beutner [Fri, 31 Jan 2014 09:35:04 +0000 (10:35 +0100)]
Fix duplicate object IDs for command objects.

Fixes #5584

10 years agoImplement an option to disable use of vfork().
Gunnar Beutner [Fri, 31 Jan 2014 07:44:00 +0000 (08:44 +0100)]
Implement an option to disable use of vfork().

Fixes #5583

10 years agoDB IDO: Implement notification object insert id cache.
Michael Friedrich [Wed, 29 Jan 2014 09:30:33 +0000 (10:30 +0100)]
DB IDO: Implement notification object insert id cache.

Refs #5103

10 years agoFix notification script.
Michael Friedrich [Wed, 29 Jan 2014 13:41:56 +0000 (14:41 +0100)]
Fix notification script.

Fixes #5419

10 years agoDocumentation: Add IDO PostgreSQL setup.
Michael Friedrich [Wed, 29 Jan 2014 12:31:43 +0000 (13:31 +0100)]
Documentation: Add IDO PostgreSQL setup.

Fixes #5574

10 years agoDB IDO: Fix the way notification_id is handled.
Michael Friedrich [Tue, 28 Jan 2014 16:53:40 +0000 (17:53 +0100)]
DB IDO: Fix the way notification_id is handled.

Fixes #5103
Fixes #5265

10 years agoDB IDO: Refactor notification signal handling.
Michael Friedrich [Mon, 27 Jan 2014 16:22:48 +0000 (17:22 +0100)]
DB IDO: Refactor notification signal handling.

Refs #5103
Fixes #5265

10 years agoFix: PROCESS_HOST_CHECK_RESULT misinterprets the given status code.
Gunnar Beutner [Tue, 28 Jan 2014 13:44:06 +0000 (14:44 +0100)]
Fix: PROCESS_HOST_CHECK_RESULT misinterprets the given status code.

Fixes #5462

10 years agoFix: Crash when state file is invalid.
Gunnar Beutner [Tue, 28 Jan 2014 13:32:56 +0000 (14:32 +0100)]
Fix: Crash when state file is invalid.

Fixes #5361

10 years agoIncrementally fetch MySQL/PGsql rows.
Gunnar Beutner [Tue, 28 Jan 2014 10:42:12 +0000 (11:42 +0100)]
Incrementally fetch MySQL/PGsql rows.

Fixes #5374

10 years agoFix UNIX sockets on FreeBSD.
Gunnar Beutner [Tue, 28 Jan 2014 08:57:56 +0000 (09:57 +0100)]
Fix UNIX sockets on FreeBSD.

Fixes #5567

10 years agoBuild fix.
Michael Friedrich [Mon, 27 Jan 2014 16:03:50 +0000 (17:03 +0100)]
Build fix.

Refs #5409

10 years agoDon't include unnecessary dirs in release tarball.
Michael Friedrich [Mon, 27 Jan 2014 15:28:03 +0000 (16:28 +0100)]
Don't include unnecessary dirs in release tarball.

Fixes #5409

10 years agoDocumentation: Add a chapter about available Icinga 2 user interfaces.
Michael Friedrich [Fri, 24 Jan 2014 17:22:19 +0000 (18:22 +0100)]
Documentation: Add a chapter about available Icinga 2 user interfaces.

Fixes #5498

10 years agoDocumentation: Add disable/override objects/attribute section.
Michael Friedrich [Fri, 24 Jan 2014 15:28:21 +0000 (16:28 +0100)]
Documentation: Add disable/override objects/attribute section.

Fixes #5442

10 years agoDocumentation: Add service check authorities.
Michael Friedrich [Fri, 24 Jan 2014 13:20:37 +0000 (14:20 +0100)]
Documentation: Add service check authorities.

Fixes #5441

10 years agoDB IDO: Fix wrong timestamp in column expiration_time.
Michael Friedrich [Thu, 23 Jan 2014 16:42:33 +0000 (17:42 +0100)]
DB IDO: Fix wrong timestamp in column expiration_time.

Fixes #5292

10 years agoCompatUtility: Fix broken custom variable dump.
Michael Friedrich [Tue, 21 Jan 2014 15:13:27 +0000 (16:13 +0100)]
CompatUtility: Fix broken custom variable dump.

Fixes #5547

10 years agoMerge branch 'feature/test-external-commands-5345' into next
Johannes Meyer [Mon, 20 Jan 2014 16:21:19 +0000 (17:21 +0100)]
Merge branch 'feature/test-external-commands-5345' into next

resolves #5345

10 years agoImplement missing host/servicegroup commands
Johannes Meyer [Mon, 20 Jan 2014 15:58:18 +0000 (16:58 +0100)]
Implement missing host/servicegroup commands

fixes #5504

10 years agoImplement ENABLE_HOSTGROUP_PASSIVE_HOST_CHECKS
Johannes Meyer [Mon, 20 Jan 2014 15:04:02 +0000 (16:04 +0100)]
Implement ENABLE_HOSTGROUP_PASSIVE_HOST_CHECKS

fixes #5501
fixes #5502
fixes #5503

10 years agoFix that dis-/enabling notifications affect active checks
Johannes Meyer [Mon, 20 Jan 2014 10:12:03 +0000 (11:12 +0100)]
Fix that dis-/enabling notifications affect active checks

fixes #5500

10 years agoDocumentation: Rename Nagios Plugins to Monitoring Plugins.
Michael Friedrich [Fri, 17 Jan 2014 20:25:24 +0000 (21:25 +0100)]
Documentation: Rename Nagios Plugins to Monitoring Plugins.

Fixes #5495

10 years agoFix that the service_object_id is not correctly set in the servicechecks table
Johannes Meyer [Thu, 16 Jan 2014 15:12:29 +0000 (16:12 +0100)]
Fix that the service_object_id is not correctly set in the servicechecks table

fixes #5486

10 years agoFix that "categories" is not a valid attribute for DbConnection objects
Johannes Meyer [Thu, 16 Jan 2014 11:25:46 +0000 (12:25 +0100)]
Fix that "categories" is not a valid attribute for DbConnection objects

refs #5482

10 years agoFix the config compiler's ignorance
Johannes Meyer [Thu, 16 Jan 2014 09:17:25 +0000 (10:17 +0100)]
Fix the config compiler's ignorance

fixes #5482

10 years agoAdditional documentation fixes for NotificationCommand example.
Michael Friedrich [Wed, 15 Jan 2014 20:04:01 +0000 (21:04 +0100)]
Additional documentation fixes for NotificationCommand example.

Fixes #5478

10 years agoDocumentation: Fix host!service seperator for inline services.
Michael Friedrich [Wed, 15 Jan 2014 19:44:26 +0000 (20:44 +0100)]
Documentation: Fix host!service seperator for inline services.

Fixes #5476

10 years agoDocumentation: Add default classic ui login.
Michael Friedrich [Wed, 15 Jan 2014 19:16:16 +0000 (20:16 +0100)]
Documentation: Add default classic ui login.

Fixes #5475

10 years agoFix hostcheck state conversion of the statusdatawriter
Johannes Meyer [Wed, 15 Jan 2014 13:50:58 +0000 (14:50 +0100)]
Fix hostcheck state conversion of the statusdatawriter

fixes #5449

10 years agospec: Fix boost version requirement for OpenSUSE 13.1.
Michael Friedrich [Tue, 14 Jan 2014 17:30:57 +0000 (18:30 +0100)]
spec: Fix boost version requirement for OpenSUSE 13.1.

Fixes #5451

10 years agoMerge branch 'feature/log-trunc-rotate-5448' into next
Michael Friedrich [Tue, 14 Jan 2014 16:43:18 +0000 (17:43 +0100)]
Merge branch 'feature/log-trunc-rotate-5448' into next

Fixes #5448

10 years agospec: Add logrotate file.
Michael Friedrich [Tue, 14 Jan 2014 16:37:45 +0000 (17:37 +0100)]
spec: Add logrotate file.

Refs #5448

10 years agoFilelogger must not truncate log file, but append its stream.
Michael Friedrich [Tue, 14 Jan 2014 16:25:05 +0000 (17:25 +0100)]
Filelogger must not truncate log file, but append its stream.

Refs #5448

10 years agoAdd logrotate config.
Michael Friedrich [Tue, 14 Jan 2014 16:24:38 +0000 (17:24 +0100)]
Add logrotate config.

Refs #5448

10 years agoCompat: Do not dump empty strings into objects.cache.
Michael Friedrich [Tue, 14 Jan 2014 15:28:23 +0000 (16:28 +0100)]
Compat: Do not dump empty strings into objects.cache.

Fixes #5450

10 years agoFix formatting of execution_time, latency.
Michael Friedrich [Thu, 9 Jan 2014 23:38:16 +0000 (00:38 +0100)]
Fix formatting of execution_time, latency.

Fixes #5427

10 years agoUpdate copyright header.
Michael Friedrich [Wed, 8 Jan 2014 23:32:11 +0000 (00:32 +0100)]
Update copyright header.

Fixes #5424

10 years agoVagrant: Fix missing class includes for 'icinga-web' puppet module.
Michael Friedrich [Sat, 4 Jan 2014 13:17:09 +0000 (14:17 +0100)]
Vagrant: Fix missing class includes for 'icinga-web' puppet module.

Fixes #5415

10 years agoRefactor puppet module 'icinga-web'.
Michael Friedrich [Sat, 4 Jan 2014 12:34:29 +0000 (13:34 +0100)]
Refactor puppet module 'icinga-web'.

Fixes #5414

10 years agoRename puppet module 'icinga-classicui'.
Michael Friedrich [Sat, 4 Jan 2014 12:07:30 +0000 (13:07 +0100)]
Rename puppet module 'icinga-classicui'.

Fixes #5413

10 years agoAdd nsca-ng test
Johannes Meyer [Fri, 20 Dec 2013 14:32:45 +0000 (15:32 +0100)]
Add nsca-ng test

resolves #5392

10 years agoDon't cache config item properties.
Gunnar Beutner [Fri, 20 Dec 2013 12:16:03 +0000 (13:16 +0100)]
Don't cache config item properties.

Refs #5400

10 years agoDiscard unused config items as early as possibly.
Gunnar Beutner [Fri, 20 Dec 2013 12:15:05 +0000 (13:15 +0100)]
Discard unused config items as early as possibly.

Refs #5400

10 years agoAdd eventhandler test
Johannes Meyer [Fri, 20 Dec 2013 08:58:05 +0000 (09:58 +0100)]
Add eventhandler test

resolves #5372

10 years agoUpdate Vagrant base box to CentOS 6.5.
Michael Friedrich [Thu, 19 Dec 2013 15:01:04 +0000 (16:01 +0100)]
Update Vagrant base box to CentOS 6.5.

Fixes #5375

10 years agoDocumentation: Escaping of dollar signs as characters.
Michael Friedrich [Thu, 19 Dec 2013 13:31:35 +0000 (14:31 +0100)]
Documentation: Escaping of dollar signs as characters.

Fixes #5373

10 years agoRelease 0.0.6. v0.0.6
Michael Friedrich [Thu, 19 Dec 2013 09:45:31 +0000 (10:45 +0100)]
Release 0.0.6.

Fixes #5322

10 years agoMerge branch 'fix/livestatus-hist-tables-5351' into next
Michael Friedrich [Wed, 18 Dec 2013 16:34:35 +0000 (17:34 +0100)]
Merge branch 'fix/livestatus-hist-tables-5351' into next

Fixes #5351

10 years agoLivestatus: Call addRowFn directly in UpdateLogEntries().
Michael Friedrich [Wed, 18 Dec 2013 16:19:16 +0000 (17:19 +0100)]
Livestatus: Call addRowFn directly in UpdateLogEntries().

Refs #5351
Refs #5369

10 years agoLivestatus: Move log entry parsing into FetchRows().
Michael Friedrich [Wed, 18 Dec 2013 15:28:33 +0000 (16:28 +0100)]
Livestatus: Move log entry parsing into FetchRows().

Refs #5351

10 years agoLivestatus: Use HistoryTable for log/statehist tables.
Michael Friedrich [Wed, 18 Dec 2013 15:06:39 +0000 (16:06 +0100)]
Livestatus: Use HistoryTable for log/statehist tables.

Refs #5351

10 years agoDrop 'use feature ...' for el5 perl dependencies.
Michael Friedrich [Wed, 18 Dec 2013 14:29:57 +0000 (15:29 +0100)]
Drop 'use feature ...' for el5 perl dependencies.

Refs #5033

10 years agoFix el5 build.
Michael Friedrich [Wed, 18 Dec 2013 11:54:49 +0000 (12:54 +0100)]
Fix el5 build.

Fixes #5033

10 years agoFix indices used to access arguments of external commands
Johannes Meyer [Wed, 18 Dec 2013 13:41:19 +0000 (14:41 +0100)]
Fix indices used to access arguments of external commands

fixes #5368

10 years agoDebian: Added package for debug symbols.
Markus Frosch [Wed, 18 Dec 2013 13:21:30 +0000 (14:21 +0100)]
Debian: Added package for debug symbols.

Fixes #5362

10 years agoMigration: Revert dumping custom vars as macros.
Michael Friedrich [Wed, 18 Dec 2013 10:01:59 +0000 (11:01 +0100)]
Migration: Revert dumping custom vars as macros.

Refs #5364

10 years agoImplement support for using custom variables as macros.
Gunnar Beutner [Wed, 18 Dec 2013 09:53:26 +0000 (10:53 +0100)]
Implement support for using custom variables as macros.

Fixes #5364

10 years agoImplement "safe mode" for icinga::Deserialize.
Gunnar Beutner [Wed, 18 Dec 2013 09:18:57 +0000 (10:18 +0100)]
Implement "safe mode" for icinga::Deserialize.

Fixes #5035

10 years agoMerge branch 'fix/refactor-hist-tables-5351' into next
Michael Friedrich [Tue, 17 Dec 2013 17:42:44 +0000 (18:42 +0100)]
Merge branch 'fix/refactor-hist-tables-5351' into next

Fixes #5348
Fixes #5351
Fixes #5355

10 years agoFix some more compiler warnings.
Michael Friedrich [Tue, 17 Dec 2013 17:33:17 +0000 (18:33 +0100)]
Fix some more compiler warnings.

Refs #5348

10 years agoUse std::string::find() in String::Contains().
Michael Friedrich [Tue, 17 Dec 2013 17:18:13 +0000 (18:18 +0100)]
Use std::string::find() in String::Contains().

Refs #5355

10 years agoLivestatus: Refactor historical tables.
Michael Friedrich [Tue, 17 Dec 2013 11:58:04 +0000 (12:58 +0100)]
Livestatus: Refactor historical tables.

Refs #5351
Refs #5348