/etc/shinken/modules/hot_services_dependencies.cfg is in shinken-mod-hot-dependencies 1.4.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 | ## Module: Hot_Service_Dependencies
## Loaded by: Arbiter
# Another way to update services dependencies on the fly
define module {
module_name hot-service-dependencies
module_type hot_dependencies
mapping_file /tmp/shinken_svc_mapping.json
mapping_command /var/lib/shinken/libexec/service_dependency_mapping.py -o /tmp/shinken_svc_mapping.json -c /etc/shinken/shinken.cfg
mapping_command_interval 60 ; Optional
mapping_command_timeout 300 ; Optional
}
|