-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor changes to startup files and added uninstall script
- Loading branch information
John C. Frickson
committed
Apr 26, 2016
1 parent
64914ad
commit b029fa3
Showing
12 changed files
with
265 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
[Unit] | ||
Description=Nagios Remote Program Executor | ||
Documentation=http://www.nagios.org/documentation | ||
After=var-run.mount nss-lookup.target network.target local-fs.target time-sync.target | ||
|
||
[Service] | ||
Restart=on-failure | ||
ExecStart=@sbindir@/nrpe -c @pkgsysconfdir@/nrpe.cfg -f | ||
KillMode=process | ||
User=@nagios_user@ | ||
Group=@nagios_group@ | ||
PrivateTmp=true | ||
OOMScoreAdjust=-500 | ||
|
||
[Install] | ||
WantedBy=multi-user.target |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,12 @@ | ||
[Unit] | ||
Description=Nagios Remote Program Executor | ||
Documentation=http://www.nagios.org/documentation | ||
After=var-run.mount nss-lookup.target network.target local-fs.target time-sync.target | ||
Before=getty@tty1.service plymouth-quit.service xdm.service | ||
Before=nrpe.service | ||
Conflicts=nrpe.service | ||
|
||
[Install] | ||
WantedBy=multi-user.target | ||
[Socket] | ||
ListenStream=@nrpe_port@ | ||
Accept=yes | ||
|
||
[Service] | ||
Accept=true | ||
ExecStart=@sbindir@/nrpe -c @pkgsysconfdir@/nrpe.cfg -i | ||
TimeoutStopSec=60 | ||
User=@nagios_user@ | ||
Group=@nagios_group@ | ||
PrivateTmp=true | ||
OOMScoreAdjust=-500 | ||
[Install] | ||
WantedBy=sockets.target |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.