Compare commits

..

2 Commits

Author SHA1 Message Date
Brieuc Dubois fa57c0728e Prometheus uptime 2024-02-05 22:25:10 +01:00
Brieuc Dubois 1ea8feb3d8 Matrix notifications 2024-02-05 22:24:55 +01:00
2 changed files with 6 additions and 1 deletions

View File

@ -48,6 +48,7 @@ services:
command: "sh -c \"/usr/bin/python3 -m pip install bs4 && /opt/maubot/docker/run.sh\"" command: "sh -c \"/usr/bin/python3 -m pip install bs4 && /opt/maubot/docker/run.sh\""
environment: environment:
- TZ=Europe/Paris - TZ=Europe/Paris
- PYTHONUNBUFFERED=1
volumes: volumes:
- $DATA/matrix/maubot:/data - $DATA/matrix/maubot:/data
- /home/shp/homelab/builds/maubot-resotU:/plugin:ro - /home/shp/homelab/builds/maubot-resotU:/plugin:ro

View File

@ -37,4 +37,8 @@ scrape_configs:
- job_name: 'mikrotik' - job_name: 'mikrotik'
static_configs: static_configs:
- targets: ['mikrotik:9436'] - targets: ['mikrotik:9436']
- job_name: 'uptime'
static_configs:
- targets: ['uptime.vps.bhasher.com']
basic_auth:
password_file: /prometheus/uptime