Disable fucking nagios

This commit is contained in:
Salt 2024-08-10 22:59:55 -05:00
parent 227f0a5df5
commit 74a6a1ce96
2 changed files with 1 additions and 3 deletions

View File

@ -114,8 +114,6 @@
pass: http://element:80 pass: http://element:80
directives: directives:
- "client_max_body_size 0" - "client_max_body_size 0"
- name: nagios.desu.ltd
proxy_pass: http://nagios:80
- name: nc.desu.ltd - name: nc.desu.ltd
directives: directives:
- "add_header Strict-Transport-Security \"max-age=31536000\"" - "add_header Strict-Transport-Security \"max-age=31536000\""

View File

@ -9,7 +9,7 @@
image: manios/nagios:latest image: manios/nagios:latest
pull: yes pull: yes
restart_policy: unless-stopped restart_policy: unless-stopped
state: started state: absent
env: env:
NAGIOSADMIN_USER: admin NAGIOSADMIN_USER: admin
NAGIOSADMIN_PASS: "{{ nagios_admin_pass }}" NAGIOSADMIN_PASS: "{{ nagios_admin_pass }}"