Compare commits
2 Commits
09f33966ac
...
e7c98ed5cc
Author | SHA1 | Date | |
---|---|---|---|
e7c98ed5cc | |||
c6c57fce6c |
@ -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
|
||||
|
@ -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" ]
|
||||
|
Loading…
x
Reference in New Issue
Block a user