/etc/shinken/modules/booster_nrpe.cfg is in shinken-mod-booster-nrpe 1.4.1-2.
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 | ## Module: booster-nrpe
## Loaded by: Poller
## Usage: Tag commands with "module_type nrpe_poller"
# NRPE commands tagged with nrpe_poller as module_type will be managed by this
# module. It will bypass the launch of check_nrpe binary, and will do the
# connection itself. You should not use check_nrpe binary with Shinken.
define module {
module_name booster-nrpe
module_type nrpe_poller
}
|