ff
Some checks failed
ci/woodpecker/push/gitleaks Pipeline was successful
ci/woodpecker/pr/gitleaks Pipeline was successful
ci/woodpecker/push/ansible-lint Pipeline failed
ci/woodpecker/pr/ansible-lint Pipeline failed

This commit is contained in:
Michael Grote 2024-08-12 14:27:39 +02:00
parent 74c02122bc
commit e989e87bfd
2 changed files with 0 additions and 49 deletions

View file

@ -1,45 +0,0 @@
version: '3'
services:
munin:
container_name: "munin-master"
image: registry.mgrote.net/munin-server:latest
restart: always
environment:
MAILCONTACT: michael.grote@posteo.de
MAILSERVER: postfix
MAILPORT: 25
MAILFROM: munin@mgrote.net
MAILUSER: munin@mgrote.net
MAILNAME: Munin
MAILDOMAIN: mgrote.net
MAILPASSWORD: ""
TZ: Europe/Berlin
CRONDELAY: 5
NODES: |
fileserver3.mgrote.net:fileserver3.mgrote.net
ansible2.mgrote.net:ansible2.mgrote.net
pve5.mgrote.net:pve5.mgrote.net
forgejo.mgrote.net:forgejo.mgrote.net
docker10.mgrote.net:docker10.mgrote.net
pbs.mgrote.net:pbs.mgrote.net
blocky.mgrote.net:blocky.mgrote.net
ldap.mgrote.net:ldap.mgrote.net
munin-container:localhost
# z.B.
# computer-test.mgrote.net:192.68.2.4
# computer.mgrote.net:computer.mgrote.net
volumes:
- db:/var/lib/munin
- logs:/var/log/munin
- cache:/var/cache/munin
ports:
- 1234:80
volumes:
db:
logs:
cache:
networks:
postfix:
external: true

View file

@ -47,8 +47,6 @@ munin_hosts:
address: "127.0.0.1"
- name: fileserver3.mgrote.net
address: fileserver3.mgrote.net
- name: ansible2.mgrote.net
address: ansible2.mgrote.net
- name: pve5.mgrote.net
address: pve5.mgrote.net
- name: forgejo.mgrote.net
@ -61,8 +59,6 @@ munin_hosts:
address: blocky.mgrote.net
- name: ldap.mgrote.net
address: ldap.mgrote.net
- name: munin-container
address: localhost