Commit ab63534 1 parent 77e2cb5 commit ab63534 Copy full SHA for ab63534
File tree 1 file changed +23
-1
lines changed
1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change 33
33
#ALIGNAK_USER=my-alignak
34
34
#ALIGNAK_GROUP=my-alignak
35
35
36
+ # Uncomment and update to set the logger configuration file
37
+ #ALIGNAK_LOGGER_CONFIGURATION=
38
+
36
39
# 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
You can’t perform that action at this time.
0 commit comments