Skip to content

Commit

Permalink
livestatus.so can't handle HUP with a TCP listner
Browse files Browse the repository at this point in the history
naemon/naemon-livestatus#117

As close to a reload we can get. At least the webgui and SSO session is
preserved in this way.
  • Loading branch information
theseal committed Oct 18, 2024
1 parent 20fbdad commit f0da99d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion templates/naemon_monitor/service-override.conf.erb
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
[Service]
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 %>

0 comments on commit f0da99d

Please sign in to comment.