Skip to content

Commit ab63534

Browse files
committed
Update Alignak services default configuration file
1 parent 77e2cb5 commit ab63534

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

bin/systemd/default/alignak

+23-1
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,27 @@
3333
#ALIGNAK_USER=my-alignak
3434
#ALIGNAK_GROUP=my-alignak
3535

36+
# Uncomment and update to set the logger configuration file
37+
#ALIGNAK_LOGGER_CONFIGURATION=
38+
3639
# Uncomment to make the daemons raise some log about its cpu and memory consumption every 10 seconds
37-
#ALIGNAK_DAEMON_MONITORING=10
40+
#ALIGNAK_DAEMON_MONITORING=10
41+
42+
# Uncomment to make Alignak add some log in the arbiter daemon log to inform about the system CPU, memory and disk consumption
43+
#ALIGNAK_SYSTEM_MONITORING=10
44+
45+
# Set to INFO or WARNING to add log for the executed actions
46+
#ALIGNAK_LOG_ACTIONS=INFO
47+
48+
# Uncomment to log the checks scheduling
49+
#ALIGNAK_LOG_CHECKS=
50+
51+
# Uncomment and update to make Alignak daemons periodically log an information log as a keep alive.
52+
#ALIGNAK_LOG_ACTIVITY=3600
53+
54+
# Uncomment to disable the Alignak internal checks
55+
#ALIGNAK_MANAGE_INTERNAL=0
56+
57+
# Use Shinken Web UI as the Alignak UI
58+
ALIGNAK_SHINKEN_UI=yes
59+
SHINKEN_UI_DEBUG=yes

0 commit comments

Comments
 (0)