9 lines
191 B
Plaintext
Executable File
9 lines
191 B
Plaintext
Executable File
#!/usr/bin/env watchman
|
|
|
|
cfg_nrpe_config='/etc/nrpe/nrpe.cfg'
|
|
|
|
#service_respawn=true
|
|
service_command='/usr/bin/nrpe'
|
|
service_pidfile='/run/nrpe.pid'
|
|
service_args=( -c "$cfg_nrpe_config" -d )
|