/etc/shinken/modules/external-autolinking.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: External_auto_linking
## Loaded by: Arbiter
# Another way to update dependencies is to update a flat file.
# See some examples to do that in external_mapping.py Python script.
define module {
module_name external-auto-linking
module_type hot_dependencies
mapping_file /tmp/external_mapping_file.json
mapping_command /var/lib/shinken/libexec/external_mapping.py -i /tmp/shinken_flat_mapping -o /tmp/external_mapping_file.json
mapping_command_interval 60 ; Optional
mapping_command_timeout 300 ; Optional
}
|