2166 Commits

Author SHA1 Message Date
Gunnar Beutner
fb9f0bc178 Build fix. 2013-10-07 11:18:12 +02:00
Gunnar Beutner
11ae80576a Remove auto-generated files. 2013-10-07 10:28:26 +02:00
Gunnar Beutner
33df69f509 Update documentation. 2013-10-07 09:35:44 +02:00
Gunnar Beutner
ba5ea23ba2 Update discover.py script. 2013-10-07 09:35:35 +02:00
Gunnar Beutner
55ba6bd65c Increase file descriptor limit in the init script. 2013-10-07 09:35:13 +02:00
Gunnar Beutner
f7700a9610 Fix make uninstall. 2013-10-03 23:33:20 +02:00
Gunnar Beutner
dfd8f6743e Fix left-over files after make distclean. 2013-10-03 23:32:32 +02:00
Gunnar Beutner
e7e5966203 Add default rpaths for Debian. 2013-10-03 23:31:17 +02:00
Gunnar Beutner
f449eb9e84 Implement Utility::Random(). 2013-10-03 22:10:46 +02:00
Michael Friedrich
d2d6653236 Clean contrib/.
fixes #4774
2013-10-03 20:36:44 +02:00
Michael Friedrich
d79680c642 Add random state to NullCheckTask.
refs #4774
2013-10-03 20:33:32 +02:00
Michael Friedrich
a24c233ecb Restore missing accessor.
refs #4756
2013-10-03 19:52:56 +02:00
Michael Friedrich
7f330c0308 Add config feature 'syslog' logger. 2013-10-03 19:40:26 +02:00
Michael Friedrich
f55d48cfb3 Fix compiler warnings (wip)
refs #4756
2013-10-03 18:58:48 +02:00
Michael Friedrich
7031421162 compat: Add {host,service}_groups attributes. 2013-10-03 17:59:17 +02:00
Michael Friedrich
ae12f9923d compat: Add more service config attributes. 2013-10-03 17:30:58 +02:00
Gunnar Beutner
6e9ffea381 Revert "SUSE spec file fix."
This reverts commit 6714e14d114d06d351fde0f18527a67e649b77af.
2013-10-03 15:01:02 +02:00
Gunnar Beutner
3e04e49126 Yet another spec file fix. 2013-10-03 14:32:35 +02:00
Gunnar Beutner
5b7b9cad00 Fix spec file for Fedora (again). 2013-10-03 14:27:06 +02:00
Gunnar Beutner
c7ef3de478 Fix spec file for Fedora. 2013-10-03 14:09:24 +02:00
Gunnar Beutner
6714e14d11 SUSE spec file fix. 2013-10-03 14:09:24 +02:00
Gunnar Beutner
eff3e7ec47 Remove broken symlink. 2013-10-03 13:03:54 +02:00
Gunnar Beutner
80f44e1edf Fix tests. 2013-10-03 12:47:53 +02:00
Gunnar Beutner
343f0ed441 Fix openSUSE builds. 2013-10-03 12:28:13 +02:00
Gunnar Beutner
a03559a3a4 Another spec file fix. 2013-10-03 12:00:50 +02:00
Gunnar Beutner
d8390d441c Fix spec file. 2013-10-03 11:49:26 +02:00
Michael Friedrich
157d06bc34 livestatus: Fix OneAccessor. 2013-10-03 03:48:12 +02:00
Michael Friedrich
732f07a83f db_ido: Add object_id for logentries.
see https://dev.icinga.org/issues/4754 for the extension.
2013-10-03 03:41:47 +02:00
Michael Friedrich
bfa8cf789b compat: Add more host attributes, refactor contacts getter. 2013-10-02 21:09:13 +02:00
Michael Friedrich
972a4f8b9a Change user attribute macros to $USER...$
but keep the $CONTACT...$ still supported for compatibility.

fixes #4792
2013-10-02 19:01:03 +02:00
Michael Friedrich
d97d2e399d initscript: Fix description.
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2013-10-02 17:33:24 +02:00
Gunnar Beutner
2870fa5e95 Install directories with the right user/group. 2013-10-02 14:50:32 +02:00
Gunnar Beutner
714b22d790 Fix example configuration. 2013-10-02 14:36:52 +02:00
Gunnar Beutner
3a740f2e3b Another DESTDIR fix. 2013-10-02 14:27:17 +02:00
Gunnar Beutner
f23801218e Update documentation. 2013-10-02 14:23:31 +02:00
Gunnar Beutner
04869cf9fe Build fix. 2013-10-02 13:56:50 +02:00
Gunnar Beutner
7ed5b3ca14 Another VPATH fix. 2013-10-02 13:43:50 +02:00
Gunnar Beutner
3dae6bc2ff Fix VPATH builds on openSUSE. 2013-10-02 13:37:35 +02:00
Gunnar Beutner
32f46da135 Fix rpath problem. 2013-10-02 13:28:02 +02:00
Gunnar Beutner
89399dfce8 Update documentation. 2013-10-02 10:13:24 +02:00
Gunnar Beutner
115aea29a0 Update documentation. 2013-10-02 09:50:37 +02:00
Michael Friedrich
ddfe45031b spec: Update for latest changes, part 1.
refs #4772
refs #4653
refs #4533
2013-10-01 19:29:09 +02:00
Michael Friedrich
98032b2a71 config: Fix $(DESTDIR) support. 2013-10-01 19:28:16 +02:00
Michael Friedrich
09c26fec34 Fix icinga2.8 in EXTRA_DIST. 2013-10-01 19:27:34 +02:00
Michael Friedrich
582cafc866 db_ido: Add contact_addresses.
refs #4378
2013-10-01 17:16:36 +02:00
Michael Friedrich
a71ccaefb9 db_ido: Add missing instance_id. 2013-10-01 17:01:51 +02:00
Michael Friedrich
f2e413ba4a db_ido: Add {host,service}_{contacts,contactgroups}.
refs #4378
2013-10-01 16:44:33 +02:00
Michael Friedrich
09cc7632e7 compatutility: Use User(Group) Ptr, not name.
refs #4735
2013-10-01 16:44:33 +02:00
Gunnar Beutner
7f1b6908fe Update documentation. 2013-10-01 16:09:34 +02:00
Gunnar Beutner
8973157812 Update documentation. 2013-10-01 15:59:35 +02:00