Michael Friedrich
2cfc0afc8a
icinga2 init script should start/stop mysql/pgsql.
...
Fixes #5479
2014-04-29 17:26:39 +02:00
Gerd von Egidy
3a294bbd5d
Fork new process from previous daemon on reload.
...
The previously planned logic of forking a new daemon from the reload-process didn't work with
systemd: systemd does not allow long-running processes started from within the reload command.
Replaces parameter --reload with --reload-internal which is used when starting the new daemon.
Refs #5788
2014-04-29 10:34:01 +02:00
Gerd von Egidy
33bd909b71
Add --reload command-line parameter.
...
Refs #5788
2014-04-29 10:34:01 +02:00
Gerd von Egidy
19afcd894a
Split ConfigItem::ActivateItems() into ConfigItem::ValidateItems() and ConfigItem::ActivateItems().
...
Also removes the -Z commandline parameter: won't be needed when this feature is done.
Refs #5788
2014-04-29 10:34:01 +02:00
Michael Friedrich
1d32c5b2d3
Add --no-validate option and skip duplicate validation on (re)start.
...
Fixes #5800
2014-03-19 20:59:18 +01:00
Michael Friedrich
cf3f0eaee7
Chown log/pid on startup.
...
Refs #5787
2014-03-17 18:06:23 +01:00
Gunnar Beutner
a066cbf110
Init script shouldn't run config validation as root.
...
Fixes #5761
2014-03-17 10:14:21 +01:00
Gunnar Beutner
4d6088bee1
Stop checks during shutdown.
...
Fixes #5784
2014-03-17 09:04:19 +01:00
Michael Friedrich
1e9f2f57a3
Do not start, restart, reload on config validation errors.
...
Fixes #5781
2014-03-16 23:26:47 +01:00
Johannes Meyer
b39b241591
Refactor output of all vm-tests
2014-02-14 16:05:58 +01:00
Gunnar Beutner
6714796ecd
Set rlimits in the Application class (rather than in the init script).
...
Fixes #5260
2013-12-05 11:11:03 +01:00
Gunnar Beutner
7d8733c033
Fix some more RPM warnings.
...
Fixes #5231
2013-11-27 14:43:11 +01:00
Gunnar Beutner
0e086118ca
Fix file permissions for /var/*/icinga2 and /etc/icinga.
...
Fixes #5221
2013-11-26 14:21:40 +01:00
Gunnar Beutner
7910a8fa37
Fix RPM warnings.
...
Fixes #5193
2013-11-25 20:28:06 +01:00
Gunnar Beutner
1ee21816e4
Set NPROC limit in the init script.
...
Refs #5050
2013-11-15 14:10:52 +01:00
Gunnar Beutner
979df4e110
Create new threads more aggressively right after program start.
...
Refs #5050
2013-11-15 12:36:52 +01:00
Gunnar Beutner
f2307c4242
Add cmake build files.
...
Refs #4962
2013-11-03 13:45:26 +01:00