#===============================================================================
# SYNCHRONIZER
#===============================================================================
# Description: The Synchronizer is responsible for:
# - Hosting the Configuration UI
#===============================================================================
define synchronizer {
# Shinken Enterprise. Lines added by import core. Do not remove it, it's used by Shinken Enterprise to update your objects if you re-import them.
_SE_UUID core-synchronizer-b755204a5add11e5a7c6080027f08538
_SE_UUID_HASH 95a53927e628ec6f01ac7bd173e29601
# End of Shinken Enterprise part
#======== Daemon name and address =========
# Daemon name. Must be unique
synchronizer_name synchronizer-master
# DNS name or IP IP/fqdn of this daemon (note: you MUST change it by the real ip/fqdn of this server)
address localhost
port# Port (HTTP/HTTPS) exposed by this daemon
port 7765
modules 7765
# 0 = use Cfg_password, synchronizer-module-database-backup
HTTP, 1 = use HTTPS
use_ssl 0
## Uncomment these lines in a HA architecture so the master and slaves know#======== Modules =========
# Modules loaded by the synchronizer
### howAvailable:
long they may wait# for- each other.
Cfg_password #timeout 3 ; Ping timeout
#data_timeout: check password from the user configuration
120 ;# Data send timeout
- synchronizer-module-database-backup #max_check_attempts: automatically backup 3synchronizer database
; If ping# fails N or more, then the node is dead- synchronizer-module-authentication-LDAP : check password from LDAP server
#check_intervalmodules 60 ; Ping node every N secondsCfg_password, synchronizer-module-database-backup
#======== Sources =========
# syncui Automatically added
# discovery Automatically added
# listener-shinken Automatically added
# server-analyzer Automatically added
# cfg-file-shinken Mandatory Standard Shinken Enterprise packs
# listener-rest SAMPLE for REST listener
# active-dir-example SAMPLE for active directory
# sync-vmware SAMPLE for VMWare (deprecated)
# cfg-file-nagios SAMPLE for nagios import
# openldap-example SAMPLE for OpenLDAP import
# cfg-file-sample SAMPLE for Shinken framework import
# synchronizer-collector-vmware SAMPLE for VMWare
sources syncui, discovery, listener-shinken, server-analyzer, cfg-file-shinken, listener-rest, active-dir-example,synchronizer-collector-vmware, cfg-file-nagios,discovery, openldap-example, cfg-file-sample,listener-rest,server-analyzer synchronizer-collector-vmware
# Taggers:======== Taggers =========
# ip-tags
# regexp-tags
taggers ip-tags, regexp-tags
#======== VMWare / ESXi ==========
# 1 (default) = if vmware get the ESXi CPU stats value, 0 = do not get value
vmware__statistics_compute_enable 1
enabled 1
} |