This commit is contained in:
2013-09-29 03:32:39 +04:00
parent 946b77d028
commit 7af48c15d4
24 changed files with 256 additions and 0 deletions

7
init.d/nrpe Executable file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/env watchman
cfg_nrpe_config='/etc/nrpe/nrpe.cfg'
service_command='/bin/nrpe'
service_args="-c $cfg_nrpe_config -d"
service_pidfile='/run/nrpe.pid'