Hi!
I’m having problems setting up Icinga2 on a new machine. Here is the output of icinga2 --version
:
icinga2 - The Icinga 2 network monitoring daemon (version: r2.12.2-1)
Copyright (c) 2012-2021 Icinga GmbH (https://icinga.com/)
License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl2.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
System information:
Platform: Angstrom
Platform version: Unknown
Kernel: Linux
Kernel version: 4.14.126-0+gbafad7eb9950
Architecture: armv7l
Build information:
Compiler: GNU 7.3.0
Build host: *****
OpenSSL version: OpenSSL 1.0.2o 27 Mar 2018
Application information:
General paths:
Config directory: /etc/icinga2
Data directory: /var/lib/icinga2
Log directory: /var/log/icinga2
Cache directory: /var/cache/icinga2
Spool directory: /var/spool/icinga2
Run directory: /var/run/icinga2
Old paths (deprecated):
Installation root: /usr
Sysconf directory: /etc
Run directory (base): /var/run
Local state directory: /var
Internal paths:
Package data directory: /usr/share/icinga2
State path: /var/lib/icinga2/icinga2.state
Modified attributes path: /var/lib/icinga2/modified-attributes.conf
Objects path: /var/cache/icinga2/icinga2.debug
Vars path: /var/cache/icinga2/icinga2.vars
PID path: /var/run/icinga2/icinga2.pid
When I launch the command icinga2 daemon -x debug
, it compiles and validate all the config files correctly, but then it exits with exit code 1 saying
[2021-01-07 11:09:40 +0000] notice/cli: Seemless worker (PID 7163) stopped, stopping as well
Can anyone help me understand the reason for this behaviour?