]> granicus.if.org Git - icinga2/log
icinga2
10 years agoUpdate spec file.
Gunnar Beutner [Mon, 30 Sep 2013 10:57:34 +0000 (12:57 +0200)]
Update spec file.

10 years agoRemove asciidoc files.
Gunnar Beutner [Mon, 30 Sep 2013 10:57:08 +0000 (12:57 +0200)]
Remove asciidoc files.

10 years agoBuild fix.
Gunnar Beutner [Mon, 30 Sep 2013 10:07:08 +0000 (12:07 +0200)]
Build fix.

10 years agoImplement validator for LivestatusListener::socket_type.
Gunnar Beutner [Mon, 30 Sep 2013 08:07:49 +0000 (10:07 +0200)]
Implement validator for LivestatusListener::socket_type.

Fixes #4751

10 years agoAdd another feature config file.
Gunnar Beutner [Mon, 30 Sep 2013 07:56:25 +0000 (09:56 +0200)]
Add another feature config file.

10 years agoAdd more feature config files.
Gunnar Beutner [Mon, 30 Sep 2013 07:53:38 +0000 (09:53 +0200)]
Add more feature config files.

10 years agoRename directory for Icinga socket files.
Gunnar Beutner [Mon, 30 Sep 2013 07:42:27 +0000 (09:42 +0200)]
Rename directory for Icinga socket files.

10 years agoSet proper user/group for config files.
Gunnar Beutner [Mon, 30 Sep 2013 07:33:46 +0000 (09:33 +0200)]
Set proper user/group for config files.

10 years agoBuild fix.
Gunnar Beutner [Mon, 30 Sep 2013 07:28:22 +0000 (09:28 +0200)]
Build fix.

10 years agoFix: make dist-* does not include lib/config/config_parser.h
Gunnar Beutner [Mon, 30 Sep 2013 07:15:22 +0000 (09:15 +0200)]
Fix: make dist-* does not include lib/config/config_parser.h

Fixes #3575

10 years agoconfigure: Show users/groups.
Gunnar Beutner [Mon, 30 Sep 2013 07:14:21 +0000 (09:14 +0200)]
configure: Show users/groups.

10 years agoRemove unused files.
Gunnar Beutner [Mon, 30 Sep 2013 07:05:27 +0000 (09:05 +0200)]
Remove unused files.

10 years agoUpdate documentation.
Gunnar Beutner [Mon, 30 Sep 2013 07:04:49 +0000 (09:04 +0200)]
Update documentation.

10 years agoRevamp livestatus startup logging a bit.
Michael Friedrich [Sat, 28 Sep 2013 10:54:26 +0000 (12:54 +0200)]
Revamp livestatus startup logging a bit.

10 years agoFix: ACICINGA_CHECK_USER doesn't work on OS X or when using NIS.
Gunnar Beutner [Sat, 28 Sep 2013 06:19:20 +0000 (08:19 +0200)]
Fix: ACICINGA_CHECK_USER doesn't work on OS X or when using NIS.

10 years agoReplace umask() with chmod() because it's not thread-safe.
Gunnar Beutner [Sat, 28 Sep 2013 06:10:32 +0000 (08:10 +0200)]
Replace umask() with chmod() because it's not thread-safe.

10 years agoFix error message.
Michael Friedrich [Fri, 27 Sep 2013 21:13:25 +0000 (23:13 +0200)]
Fix error message.

10 years agoInstall /var/run/icinga2/rw command mode, add configure options.
Michael Friedrich [Fri, 27 Sep 2013 17:41:08 +0000 (19:41 +0200)]
Install /var/run/icinga2/rw command mode, add configure options.

- changed locations for icinga2.cmd and livestatus unix socket
- make install creates /var/run/icinga2/rw and sets g+s for
  icinga:icingacmd
- configure options: --with-icinga[cmd]-{user,group}=
- add autoconf macros to check user/group and bail early if not created
- update documentation/INSTALL

fixes #4444
refs #3186

10 years agoLivestatusListener: Set unix socket permissions to 0660.
Michael Friedrich [Fri, 27 Sep 2013 17:39:46 +0000 (19:39 +0200)]
LivestatusListener: Set unix socket permissions to 0660.

refs #4444

10 years agoExternalCommandListener: Reset umask to preserve group write permissions.
Michael Friedrich [Fri, 27 Sep 2013 17:17:39 +0000 (19:17 +0200)]
ExternalCommandListener: Reset umask to preserve group write permissions.

refs #4444

10 years agoUpdate duration literal documentation.
Michael Friedrich [Fri, 27 Sep 2013 14:39:35 +0000 (16:39 +0200)]
Update duration literal documentation.

10 years agoFix ITL attributes.
Michael Friedrich [Fri, 27 Sep 2013 14:10:10 +0000 (16:10 +0200)]
Fix ITL attributes.

10 years agodb_ido: Add idoutils 1.x schema, check required 1.10.0 version.
Michael Friedrich [Fri, 27 Sep 2013 13:30:17 +0000 (15:30 +0200)]
db_ido: Add idoutils 1.x schema, check required 1.10.0 version.

fixes #4766

10 years agoFix Notification::user_groups validator (rename from Notification::groups).
Gunnar Beutner [Fri, 27 Sep 2013 12:58:32 +0000 (14:58 +0200)]
Fix Notification::user_groups validator (rename from Notification::groups).

Fixes #4753

10 years agoUpdate .gitignore file.
Gunnar Beutner [Fri, 27 Sep 2013 12:56:11 +0000 (14:56 +0200)]
Update .gitignore file.

10 years agoUpdate requirements list in the INSTALL file.
Gunnar Beutner [Fri, 27 Sep 2013 12:54:49 +0000 (14:54 +0200)]
Update requirements list in the INSTALL file.

Fixes #4745

10 years agoconfigure: Show whether MySQL/Python support is enabled
Gunnar Beutner [Fri, 27 Sep 2013 12:51:29 +0000 (14:51 +0200)]
configure: Show whether MySQL/Python support is enabled

Fixes #4763

10 years agoFix the m4 include path.
Gunnar Beutner [Fri, 27 Sep 2013 12:40:35 +0000 (14:40 +0200)]
Fix the m4 include path.

Fixes #4415

10 years agoAdd tools/.gitignore.
Michael Friedrich [Fri, 27 Sep 2013 12:14:50 +0000 (14:14 +0200)]
Add tools/.gitignore.

10 years agoFix automake --gnu warnings.
Gunnar Beutner [Fri, 27 Sep 2013 12:12:43 +0000 (14:12 +0200)]
Fix automake --gnu warnings.

Fixes #4755

10 years agoFix library name in features-available.
Michael Friedrich [Fri, 27 Sep 2013 12:08:58 +0000 (14:08 +0200)]
Fix library name in features-available.

10 years agoUpdate documentation.
Gunnar Beutner [Fri, 27 Sep 2013 11:56:11 +0000 (13:56 +0200)]
Update documentation.

10 years agoUpdate documentation.
Gunnar Beutner [Fri, 27 Sep 2013 09:48:20 +0000 (11:48 +0200)]
Update documentation.

10 years agoExternal commands fail gracefully when given invalid host/service names.
Michael Friedrich [Fri, 27 Sep 2013 10:24:30 +0000 (12:24 +0200)]
External commands fail gracefully when given invalid host/service names.

Added process_check_result script for tests too.

fixes #4647

10 years agoFix example config.
Gunnar Beutner [Fri, 27 Sep 2013 09:29:24 +0000 (11:29 +0200)]
Fix example config.

10 years agoFix configuration path in the i2endfeature script.
Gunnar Beutner [Fri, 27 Sep 2013 09:22:18 +0000 (11:22 +0200)]
Fix configuration path in the i2endfeature script.

10 years agoInstall i2enfeature/i2disfeature in $(sbindir).
Gunnar Beutner [Fri, 27 Sep 2013 09:21:14 +0000 (11:21 +0200)]
Install i2enfeature/i2disfeature in $(sbindir).

10 years agoFix VPATH builds.
Gunnar Beutner [Fri, 27 Sep 2013 09:20:33 +0000 (11:20 +0200)]
Fix VPATH builds.

10 years agoRefactor mods-enabled/mods-available.
Gunnar Beutner [Fri, 27 Sep 2013 09:16:35 +0000 (11:16 +0200)]
Refactor mods-enabled/mods-available.

10 years agoBuild fix.
Gunnar Beutner [Fri, 27 Sep 2013 08:51:21 +0000 (10:51 +0200)]
Build fix.

10 years agoAdd missing file.
Gunnar Beutner [Fri, 27 Sep 2013 08:47:46 +0000 (10:47 +0200)]
Add missing file.

10 years agoImplement mods-available/mods-enabled.
Gunnar Beutner [Fri, 27 Sep 2013 08:44:24 +0000 (10:44 +0200)]
Implement mods-available/mods-enabled.

Refs #4573

10 years agoRevert "Add config_parser.h to EXTRA_DIST."
Michael Friedrich [Fri, 27 Sep 2013 08:27:39 +0000 (10:27 +0200)]
Revert "Add config_parser.h to EXTRA_DIST."

This reverts commit f1bc61c1885531690f4c237446f19aaced8cc62b.

refs #3575

10 years agoUpdate documentation.
Gunnar Beutner [Fri, 27 Sep 2013 06:22:26 +0000 (08:22 +0200)]
Update documentation.

10 years agoAdd JQuery/StrapdownJS.
Gunnar Beutner [Fri, 27 Sep 2013 05:35:39 +0000 (07:35 +0200)]
Add JQuery/StrapdownJS.

10 years agoMake check_source a check result attribute.
Gunnar Beutner [Fri, 27 Sep 2013 05:34:08 +0000 (07:34 +0200)]
Make check_source a check result attribute.

10 years agoUpdate documentation.
Gunnar Beutner [Fri, 27 Sep 2013 05:19:13 +0000 (07:19 +0200)]
Update documentation.

10 years agodb_ido: Add check_source.
Michael Friedrich [Thu, 26 Sep 2013 20:43:21 +0000 (22:43 +0200)]
db_ido: Add check_source.

10 years agoAdd check authority to service.
Michael Friedrich [Thu, 26 Sep 2013 19:53:43 +0000 (21:53 +0200)]
Add check authority to service.

fixes #4762

10 years agodb_ido: Update documentation.
Michael Friedrich [Thu, 26 Sep 2013 17:05:52 +0000 (19:05 +0200)]
db_ido: Update documentation.

10 years agoAdd support for day based values.
Michael Friedrich [Thu, 26 Sep 2013 17:03:27 +0000 (19:03 +0200)]
Add support for day based values.

fixes #4761

10 years agoAdd config_parser.h to EXTRA_DIST.
Michael Friedrich [Thu, 26 Sep 2013 16:58:02 +0000 (18:58 +0200)]
Add config_parser.h to EXTRA_DIST.

fixes #3575

10 years agoGet rid of help2man.
Michael Friedrich [Thu, 26 Sep 2013 16:01:48 +0000 (18:01 +0200)]
Get rid of help2man.

fixes #4706

10 years agodb_ido: Update documentation for cleanup.
Michael Friedrich [Thu, 26 Sep 2013 15:23:15 +0000 (17:23 +0200)]
db_ido: Update documentation for cleanup.

refs #4567

10 years agodb_ido: Add cleanup for history tables.
Michael Friedrich [Thu, 26 Sep 2013 13:22:21 +0000 (15:22 +0200)]
db_ido: Add cleanup for history tables.

refs #4567

10 years agoUpdate documentation CSS.
Gunnar Beutner [Thu, 26 Sep 2013 12:55:43 +0000 (14:55 +0200)]
Update documentation CSS.

10 years agoUpdate documentation.
Gunnar Beutner [Thu, 26 Sep 2013 12:01:29 +0000 (14:01 +0200)]
Update documentation.

10 years agoEndpoint::host and Endpoint::service should be required attributes.
Gunnar Beutner [Thu, 26 Sep 2013 08:45:40 +0000 (10:45 +0200)]
Endpoint::host and Endpoint::service should be required attributes.

Fixes #4752

10 years agoFix log message.
Gunnar Beutner [Thu, 26 Sep 2013 08:35:42 +0000 (10:35 +0200)]
Fix log message.

10 years agoMake sure WorkQueue::m_Executing is initialized.
Gunnar Beutner [Thu, 26 Sep 2013 08:24:47 +0000 (10:24 +0200)]
Make sure WorkQueue::m_Executing is initialized.

10 years agocluster: Add log message to config handler.
Gunnar Beutner [Thu, 26 Sep 2013 07:39:09 +0000 (09:39 +0200)]
cluster: Add log message to config handler.

10 years agoRemove build output.
Gunnar Beutner [Thu, 26 Sep 2013 07:22:33 +0000 (09:22 +0200)]
Remove build output.

10 years agoFix build error when MySQL is not installed.
Gunnar Beutner [Thu, 26 Sep 2013 07:04:27 +0000 (09:04 +0200)]
Fix build error when MySQL is not installed.

10 years agoAdd documentation files.
Gunnar Beutner [Thu, 26 Sep 2013 06:59:29 +0000 (08:59 +0200)]
Add documentation files.

10 years agoUpdate my test config.
Michael Friedrich [Wed, 25 Sep 2013 22:12:48 +0000 (00:12 +0200)]
Update my test config.

10 years agoAdd .mailmap file.
Gunnar Beutner [Wed, 25 Sep 2013 20:02:23 +0000 (22:02 +0200)]
Add .mailmap file.

10 years agodb_ido: Add logentries.
Michael Friedrich [Wed, 25 Sep 2013 17:47:23 +0000 (19:47 +0200)]
db_ido: Add logentries.

refs #4379

10 years agocompat log: Fix output on notifications.
Michael Friedrich [Wed, 25 Sep 2013 17:46:32 +0000 (19:46 +0200)]
compat log: Fix output on notifications.

10 years agodb_ido: Remove obsolete code.
Michael Friedrich [Wed, 25 Sep 2013 16:24:22 +0000 (18:24 +0200)]
db_ido: Remove obsolete code.

10 years agodb_ido: Add statehistory.
Michael Friedrich [Wed, 25 Sep 2013 16:01:08 +0000 (18:01 +0200)]
db_ido: Add statehistory.

refs #4379

10 years agodb_ido: Refactor historical comments/downtimes.
Michael Friedrich [Wed, 25 Sep 2013 14:59:08 +0000 (16:59 +0200)]
db_ido: Refactor historical comments/downtimes.

fixes #4740

10 years agoconfig conversion: Rename dependencies.
Michael Friedrich [Wed, 25 Sep 2013 14:13:39 +0000 (16:13 +0200)]
config conversion: Rename dependencies.

refs #4741

10 years agoconfig conversion: Fix command exists checks by type.
Michael Friedrich [Wed, 25 Sep 2013 14:00:47 +0000 (16:00 +0200)]
config conversion: Fix command exists checks by type.

refs #4741

10 years agoconfig conversion: Move notification_interval|period from service to notification.
Michael Friedrich [Wed, 25 Sep 2013 13:55:56 +0000 (15:55 +0200)]
config conversion: Move notification_interval|period from service to notification.

refs #4741

10 years agoconfig conversion: Move notification filters from service into notification.
Michael Friedrich [Wed, 25 Sep 2013 13:22:20 +0000 (15:22 +0200)]
config conversion: Move notification filters from service into notification.

refs #4741

10 years agoconfig conversion: Rename hostcheck to check.
Michael Friedrich [Wed, 25 Sep 2013 12:25:05 +0000 (14:25 +0200)]
config conversion: Rename hostcheck to check.

refs #4741

10 years agoconfig conversion: Rename group attributes.
Michael Friedrich [Wed, 25 Sep 2013 12:20:50 +0000 (14:20 +0200)]
config conversion: Rename group attributes.

refs #4741

10 years agoconfig conversion: Fix object names in test config.
Michael Friedrich [Wed, 25 Sep 2013 12:20:27 +0000 (14:20 +0200)]
config conversion: Fix object names in test config.

10 years agoconfig conversion: Remove enable_{active,passive}_checks export.
Michael Friedrich [Wed, 25 Sep 2013 12:11:53 +0000 (14:11 +0200)]
config conversion: Remove enable_{active,passive}_checks export.

10 years agoFix grammar mistake in the INSTALL file.
Gunnar Beutner [Wed, 25 Sep 2013 13:47:39 +0000 (15:47 +0200)]
Fix grammar mistake in the INSTALL file.

10 years agoUpdate INSTALL file.
Gunnar Beutner [Wed, 25 Sep 2013 13:45:13 +0000 (15:45 +0200)]
Update INSTALL file.

10 years agoconfig: Remove the "abstract" keyword.
Gunnar Beutner [Wed, 25 Sep 2013 12:10:26 +0000 (14:10 +0200)]
config: Remove the "abstract" keyword.

10 years agoAdd converted documentation files.
Gunnar Beutner [Wed, 25 Sep 2013 11:51:48 +0000 (13:51 +0200)]
Add converted documentation files.

10 years agoFix wrong types.
Michael Friedrich [Wed, 25 Sep 2013 11:44:53 +0000 (13:44 +0200)]
Fix wrong types.

10 years agoFix .gitignore.
Michael Friedrich [Wed, 25 Sep 2013 11:09:50 +0000 (13:09 +0200)]
Fix .gitignore.

10 years agodb_ido: Fix log string.
Michael Friedrich [Wed, 25 Sep 2013 11:08:15 +0000 (13:08 +0200)]
db_ido: Fix log string.

10 years agoImplement init script option: checkconfig.
Gunnar Beutner [Wed, 25 Sep 2013 10:42:53 +0000 (12:42 +0200)]
Implement init script option: checkconfig.

10 years agoFix unused parameter, missing initialization.
Michael Friedrich [Wed, 25 Sep 2013 09:31:35 +0000 (11:31 +0200)]
Fix unused parameter, missing initialization.

10 years agoRemove unused parameter.
Gunnar Beutner [Wed, 25 Sep 2013 09:21:20 +0000 (11:21 +0200)]
Remove unused parameter.

10 years agoRename CompatLog class.
Gunnar Beutner [Wed, 25 Sep 2013 08:55:50 +0000 (10:55 +0200)]
Rename CompatLog class.

10 years agoBuild fix.
Gunnar Beutner [Wed, 25 Sep 2013 08:41:59 +0000 (10:41 +0200)]
Build fix.

10 years agoRename IDO libraries.
Icinga [Wed, 25 Sep 2013 08:30:47 +0000 (10:30 +0200)]
Rename IDO libraries.

10 years agoRename command-line parameter: -v -> -C
Gunnar Beutner [Wed, 25 Sep 2013 07:48:45 +0000 (09:48 +0200)]
Rename command-line parameter: -v -> -C

10 years agoUpdate example config files.
Gunnar Beutner [Wed, 25 Sep 2013 07:46:47 +0000 (09:46 +0200)]
Update example config files.

10 years agoRefactor the demo library.
Gunnar Beutner [Wed, 25 Sep 2013 07:39:31 +0000 (09:39 +0200)]
Refactor the demo library.

10 years agoRefactor the cluster library.
Gunnar Beutner [Wed, 25 Sep 2013 07:36:55 +0000 (09:36 +0200)]
Refactor the cluster library.

10 years agoRefactor the livestatus library.
Gunnar Beutner [Wed, 25 Sep 2013 07:31:52 +0000 (09:31 +0200)]
Refactor the livestatus library.

10 years agoconfig: Remove unused validator.
Gunnar Beutner [Wed, 25 Sep 2013 07:24:44 +0000 (09:24 +0200)]
config: Remove unused validator.

10 years agoBuild fix.
Gunnar Beutner [Wed, 25 Sep 2013 07:24:34 +0000 (09:24 +0200)]
Build fix.

10 years agoconfig: Rename Notification::groups to Notification::user_groups.
Gunnar Beutner [Wed, 25 Sep 2013 07:23:12 +0000 (09:23 +0200)]
config: Rename Notification::groups to Notification::user_groups.