#**********************************************************************************
# This file contains DEFAULT VALUES for contact properties.
#
#**********************************************************************************
#==================================================================================
# This property is used to authorize the contact to make a downtime in visualisation interface
# Possible values are [0 : disable] / [1 : enable]
#[DEFAULT:contact] acl_make_downtime = 1
# This property is used to authorize the contact to make a acknowledge in visualisation interface
# Possible values are [0 : disable] / [1 : enable]
#[DEFAULT:contact] acl_make_acknowledge = 1
# This property is used to authorize the contact to force a check result in visualisation interface
# Possible values are [0 : disable] / [1 : enable]
#[DEFAULT:contact] acl_force_result_check = 1
# This property is used to authorize the contact to ask immediate launch of the check in visualisation interface
# Possible values are [0 : disable] / [1 : enable]
#[DEFAULT:contact] acl_force_retry_check = 1
#==================================================================================
#==================================================================================
# This property is used to authorize the user to try check on production platform.
# Possible values are [0 : disable] / [1 : enable]
#[DEFAULT:contact] acl_try_check_on_poller = 1
# This property is used to authorize the user to try check on configuration platform.
# Possible values are [0 : disable] / [1 : enable]
#[DEFAULT:contact] acl_try_check_on_synchronizer = 1
#==================================================================================
# This properties is used to control the user access of the share in visualisation interface.
# Possible values are all / none / read, create, organize, modify, delete
#[DEFAULT:contact] acl_share_private = all
#[DEFAULT:contact] acl_share_group = all
#[DEFAULT:contact] acl_share_everybody = all
#==================================================================================
# This property is used to set what to display in history tab in visualization interface.
# Possible values are history_sla / history / sla
#[DEFAULT:contact] acl_in_tab_history = history_sla
#==================================================================================
# This property is used to set if the user is allowed to change the property "element_visibility_on_not_authenticated_view" in the user rights of the elements
# in the user rights of the elements
# Several possibilities:
# - nobody : Nobody will be allowed to change the property "element_visibility_on_not_authenticated_view"
# - everybody : Everybody will be allowed to change the property "element_visibility_on_not_authenticated_view"
# - is_admin_shinken : (default) Only shinken administrators (is_admin=1) will be allowed to change the property
# "element_visibility_on_not_authenticated_view"
#[DEFAULT:contact] acl_change_element_visibility_on_not_authenticated_view = is_admin_shinken
#==================================================================================
# This property is used to set if the user is allowed to see the links (URL) on the supervision page.
# Possible values are [0 : disable] / [1 : enable]
# [DEFAULT:contact] acl_show_external_url = 1
#==================================================================================
# This property is used to define the authentication validity time
# unit : Minute, min value : 5 , max value : 5256000
# Default value : 5256000 ( 10 years )
# preconized value : 1440 ( 24h )
#[DEFAULT:contact] authentication_cookie_validity_duration = 1440
#==================================================================================
# This property is used to define if the user can edit the thresholds display on an Host, cluster, check.
# Possible values are [0 : disable] / [1 : enable]
#[DEFAULT:contact] user__rights__property_permission__thresholds_display__can_edit = 1
#================================================================================== |