Skip to content

Commit

Permalink
Merge branch '609-apache2-doesn-t-restart-properly-after-icinga2-fix'…
Browse files Browse the repository at this point in the history
… into 'master'

Resolve [ITOPS-1107] - "Apache2 doesn't restart properly after icinga2 fix"

Closes #609

See merge request teamwire/devops/platform!518
  • Loading branch information
sklteamwire committed Sep 28, 2023
2 parents bef683b + 3753fd6 commit 8c09150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/monitoring/handlers/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- name: restart icinga2
service: name=icinga2 state=restarted
service: name=apache2 state=restarted
notify: restart apache

- name: restart nagios-nrpe-server
service: name=nagios-nrpe-server state=restarted
Expand Down

0 comments on commit 8c09150

Please sign in to comment.