merge
This commit is contained in:
Elam Monnot 2023-01-10 09:03:53 +01:00
commit 389cb3e330

View File

@ -1,26 +1,27 @@
file: file:
/etc/icinga/htpasswd.users: /etc/nagios4/htdigest.users:
exists: true exists: true
mode: "0644" mode: "0640"
size: 26 owner: nagios
owner: root group: www-data
group: root
filetype: file filetype: file
contains: [] contains: [nagiosadmin]
package: package:
apache2: apache2:
installed: true installed: true
nagios-snmp-plugins: nagios-snmp-plugins:
installed: true installed: true
icinga: nagios4:
installed: true installed: true
snmp: snmp:
installed: true installed: true
python3-passlib:
installed: true
port: port:
tcp6:80: tcp:80:
listening: true listening: true
ip: ip:
- '::' - 0.0.0.0
udp:514: udp:514:
listening: true listening: true
ip: ip:
@ -29,7 +30,7 @@ service:
apache2: apache2:
enabled: true enabled: true
running: true running: true
icinga: nagios4:
enabled: true enabled: true
running: true running: true
command: command:
@ -42,19 +43,19 @@ command:
process: process:
apache2: apache2:
running: true running: true
icinga: nagios4:
running: true running: true
interface: interface:
enp0s3: enp0s3:
exists: true exists: true
addrs: addrs:
- 192.168.99.8/24 - 192.168.99.104/24
enp0s8: enp0s8:
exists: true exists: true
addrs: addrs:
- 172.16.0.8/24 - 172.16.0.8/24
http: http:
http://localhost/icinga: http://localhost/nagios4:
status: 401 status: 401
allow-insecure: false allow-insecure: false
no-follow-redirects: false no-follow-redirects: false