Compare commits

...

2 Commits

Author SHA1 Message Date
e7c98ed5cc Rebase Nagios on somebody else's container
Dude's pretty chill and I trust his work
2021-12-24 15:44:21 -06:00
c6c57fce6c Change alert destination email address 2021-12-24 15:36:18 -06:00
2 changed files with 4 additions and 2 deletions

View File

@ -148,7 +148,7 @@
service_notification_commands: notify-service-by-email
extra:
- key: email
value: rehashedsalt@cock.li
value: alerts@babor.tech
nagios_commands:
# This command is included in the container image
- name: check_nrpe

View File

@ -5,7 +5,8 @@
- name: docker deploy nagios
docker_container:
name: nagios
image: jasonrivers/nagios
#image: jasonrivers/nagios
image: manios/nagios:latest
pull: yes
restart_policy: unless-stopped
state: started
@ -13,6 +14,7 @@
NAGIOSADMIN_USER: admin
NAGIOSADMIN_PASS: "{{ nagios_admin_pass }}"
NAGIOS_TIMEZONE: "{{ nagios_timezone }}"
NAGIOS_FQDN: nagios.desu.ltd
networks:
- name: web
aliases: [ "nagios" ]