-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
12 additions
and
17 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
[Service] | ||
# Empty ExecStop from the main service file | ||
ExecStop= | ||
# Make sure that naemon has time to write down retention.dat | ||
ExecStop=/opt/naemon_monitor/stop-monitor.sh | ||
ExecReload=/usr/bin/docker exec <%= @naemon_container %> bash -c 'pkill -o naemon --signal HUP' | ||
# livestatus.so can't handle HUP with a TCP listner | ||
# https://github.com/naemon/naemon-livestatus/issues/117 | ||
ExecReload=/usr/bin/docker restart <%= @naemon_container %> |
This file was deleted.
Oops, something went wrong.