#
# Copyright (C) 2015-2018: Alignak team, see AUTHORS.txt file for contributors
#
# This file is part of Alignak.
#
# Alignak is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Alignak is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with Alignak.  If not, see <http://www.gnu.org/licenses/>.
#

# This file is intended to declare some environment variables that may be used by the
# systemd service units.

# Per default, the Alignak service units are using:
# - ALIGNAK_CONFIGURATION_FILE=/usr/local/share/alignak/etc/alignak.ini
# - ALIGNAK_USER=alignak
# - ALIGNAK_GROUP=alignak

# Updating and copying this file to the */etc/default* folder will allow to override
# the variables default values.

# Uncomment and update for your configuration
#ALIGNAK_CONFIGURATION_FILE=/usr/local/etc/my-alignak.ini
#ALIGNAK_USER=my-alignak
#ALIGNAK_GROUP=my-alignak

# Uncomment and update to set the logger configuration file
#ALIGNAK_LOGGER_CONFIGURATION=

# Uncomment to make the daemons raise some log about its cpu and memory consumption every 10 seconds
#ALIGNAK_DAEMON_MONITORING=10

# Uncomment to make Alignak add some log in the arbiter daemon log to inform about the system CPU, memory and disk consumption
#ALIGNAK_SYSTEM_MONITORING=10

# Set to INFO or WARNING to add log for the executed actions
#ALIGNAK_LOG_ACTIONS=INFO

# Uncomment to log the checks scheduling
#ALIGNAK_LOG_CHECKS=

# Uncomment and update to make Alignak daemons periodically log an information log as a keep alive.
#ALIGNAK_LOG_ACTIVITY=3600

# Uncomment to disable the Alignak internal checks
#ALIGNAK_MANAGE_INTERNAL=0

# Use Shinken Web UI as the Alignak UI
ALIGNAK_SHINKEN_UI=yes
SHINKEN_UI_DEBUG=yes
