/etc/shinken/shinken-specific/poller-nrpe.cfg is in shinken-module-poller-nrpe 1.4-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: NrpeBooster
## 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 NrpeBooster
module_type nrpe_poller
}
|