mirror of
https://github.com/skylanix/MamieHenriette.git
synced 2026-02-06 23:10:36 +01:00
Ajoute surveillance Zabbix optionnelle et migration Alpine
- Migre vers Alpine Linux avec surveillance Zabbix optionnelle - Configure variables d'environnement pour activation conditionnelle - Met à jour documentation avec instructions Docker complètes
This commit is contained in:
10
.env.example
Normal file
10
.env.example
Normal file
@@ -0,0 +1,10 @@
|
||||
# Configuration Discord Bot
|
||||
TOKEN=your_discord_bot_token_here
|
||||
STATUS=online
|
||||
INTERVAL=3600
|
||||
|
||||
# Configuration Zabbix (optionnel)
|
||||
ENABLE_ZABBIX=false
|
||||
ZABBIX_SERVER=zabbix-server.example.com
|
||||
ZABBIX_HOSTNAME=mamie-henrriette-bot
|
||||
ZABBIX_PORT=10050
|
||||
Reference in New Issue
Block a user