Commit Graph

2231 Commits

Author SHA1 Message Date
Gunnar Beutner d65ba6a40f Add more feature config files. 2013-09-30 09:53:38 +02:00
Gunnar Beutner 2a051cdea4 Rename directory for Icinga socket files. 2013-09-30 09:42:27 +02:00
Gunnar Beutner 4916dea147 Set proper user/group for config files. 2013-09-30 09:33:46 +02:00
Gunnar Beutner 3b4425c17e Build fix. 2013-09-30 09:28:22 +02:00
Gunnar Beutner aa99061a12 Fix: make dist-* does not include lib/config/config_parser.h
Fixes #3575
2013-09-30 09:15:22 +02:00
Gunnar Beutner 664f8ae7e8 configure: Show users/groups. 2013-09-30 09:14:21 +02:00
Gunnar Beutner 0c67414701 Remove unused files. 2013-09-30 09:05:27 +02:00
Gunnar Beutner 81a5ac44ac Update documentation. 2013-09-30 09:04:49 +02:00
Michael Friedrich a326ddbb9f Revamp livestatus startup logging a bit. 2013-09-28 12:54:26 +02:00
Gunnar Beutner 09db65fcd0 Fix: ACICINGA_CHECK_USER doesn't work on OS X or when using NIS. 2013-09-28 08:19:20 +02:00
Gunnar Beutner cd4d3e6e8e Replace umask() with chmod() because it's not thread-safe. 2013-09-28 08:10:32 +02:00
Michael Friedrich be5078c9aa Fix error message. 2013-09-27 23:13:25 +02:00
Michael Friedrich 9c6b79e4f2 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
2013-09-27 19:41:08 +02:00
Michael Friedrich 87fa063528 LivestatusListener: Set unix socket permissions to 0660.
refs #4444
2013-09-27 19:39:46 +02:00
Michael Friedrich e8a019d297 ExternalCommandListener: Reset umask to preserve group write permissions.
refs #4444
2013-09-27 19:39:23 +02:00
Michael Friedrich 622471ef77 Update duration literal documentation. 2013-09-27 16:39:35 +02:00
Michael Friedrich 3b96d5fc82 Fix ITL attributes. 2013-09-27 16:10:10 +02:00
Michael Friedrich e8bd81bddc db_ido: Add idoutils 1.x schema, check required 1.10.0 version.
fixes #4766
2013-09-27 15:56:22 +02:00
Gunnar Beutner 518f050544 Fix Notification::user_groups validator (rename from Notification::groups).
Fixes #4753
2013-09-27 14:58:32 +02:00
Gunnar Beutner 59ec32fe8f Update .gitignore file. 2013-09-27 14:56:11 +02:00
Gunnar Beutner f445d918c5 Update requirements list in the INSTALL file.
Fixes #4745
2013-09-27 14:54:49 +02:00
Gunnar Beutner b269d9add7 configure: Show whether MySQL/Python support is enabled
Fixes #4763
2013-09-27 14:51:29 +02:00
Gunnar Beutner e13de1e06b Fix the m4 include path.
Fixes #4415
2013-09-27 14:40:50 +02:00
Michael Friedrich c8b7f3335a Add tools/.gitignore. 2013-09-27 14:14:50 +02:00
Gunnar Beutner f9e54bb408 Fix automake --gnu warnings.
Fixes #4755
2013-09-27 14:13:01 +02:00
Michael Friedrich f55ae8db27 Fix library name in features-available. 2013-09-27 14:08:58 +02:00
Gunnar Beutner 3726470efb Update documentation. 2013-09-27 13:56:24 +02:00
Gunnar Beutner e69ef0876e Update documentation. 2013-09-27 13:56:24 +02:00
Michael Friedrich f1d2548fc0 External commands fail gracefully when given invalid host/service names.
Added process_check_result script for tests too.

fixes #4647
2013-09-27 13:05:44 +02:00
Gunnar Beutner 597ea49776 Fix example config. 2013-09-27 11:29:24 +02:00
Gunnar Beutner 71e416a23b Fix configuration path in the i2endfeature script. 2013-09-27 11:22:18 +02:00
Gunnar Beutner 09f0986cdb Install i2enfeature/i2disfeature in $(sbindir). 2013-09-27 11:21:14 +02:00
Gunnar Beutner 6b98d34e70 Fix VPATH builds. 2013-09-27 11:20:33 +02:00
Gunnar Beutner 2d3e639fac Refactor mods-enabled/mods-available. 2013-09-27 11:16:35 +02:00
Gunnar Beutner 28236f341a Build fix. 2013-09-27 10:51:21 +02:00
Gunnar Beutner 6970c28292 Add missing file. 2013-09-27 10:47:46 +02:00
Gunnar Beutner 74708766d1 Implement mods-available/mods-enabled.
Refs #4573
2013-09-27 10:45:38 +02:00
Michael Friedrich 41e6d50693 Revert "Add config_parser.h to EXTRA_DIST."
This reverts commit f1bc61c188.

refs #3575
2013-09-27 10:27:50 +02:00
Gunnar Beutner cfc5331013 Update documentation. 2013-09-27 08:22:26 +02:00
Gunnar Beutner 69dcdb5bf6 Add JQuery/StrapdownJS. 2013-09-27 07:35:39 +02:00
Gunnar Beutner 93cd1b811e Make check_source a check result attribute. 2013-09-27 07:34:08 +02:00
Gunnar Beutner 22dccac2b0 Update documentation. 2013-09-27 07:19:16 +02:00
Michael Friedrich e954e38c5e db_ido: Add check_source. 2013-09-26 22:43:21 +02:00
Michael Friedrich e07183d481 Add check authority to service.
fixes #4762
2013-09-26 21:53:43 +02:00
Michael Friedrich 9d07ffc5c2 db_ido: Update documentation. 2013-09-26 19:05:52 +02:00
Michael Friedrich f832e814ff Add support for day based values.
fixes #4761
2013-09-26 19:03:27 +02:00
Michael Friedrich f1bc61c188 Add config_parser.h to EXTRA_DIST.
fixes #3575
2013-09-26 18:58:02 +02:00
Michael Friedrich 9fce077a64 Get rid of help2man.
fixes #4706
2013-09-26 18:01:48 +02:00
Michael Friedrich 6a31b706f8 db_ido: Update documentation for cleanup.
refs #4567
2013-09-26 17:23:53 +02:00
Michael Friedrich f1c0ce3b23 db_ido: Add cleanup for history tables.
refs #4567
2013-09-26 17:23:53 +02:00