2017-07-13 16:09:42 +03:00
|
|
|
#!/usr/bin/env ssm
|
2013-09-29 03:32:39 +04:00
|
|
|
|
|
|
|
|
cfg_nrpe_config='/etc/nrpe/nrpe.cfg'
|
|
|
|
|
|
2017-12-10 20:44:17 +03:00
|
|
|
service_command=( /usr/bin/nrpe -c "$cfg_nrpe_config" -d )
|
2013-09-29 03:32:39 +04:00
|
|
|
service_pidfile='/run/nrpe.pid'
|