Add Debian 13 support (header/docs only)

This commit is contained in:
2026-02-20 12:36:46 +01:00
parent eb5a063624
commit 5bd28e5305
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ Bash-Skripte zur automatischen Installation und Aktualisierung des Zabbix Agent
## Voraussetzungen ## Voraussetzungen
- Zielhost: Debian 11/12 oder Ubuntu 20.04 / 22.04 / 24.04 - Zielhost: Debian 11/12/13 oder Ubuntu 20.04 / 22.04 / 24.04
- SSH Key-Authentifizierung eingerichtet (`~/.ssh/config`) - SSH Key-Authentifizierung eingerichtet (`~/.ssh/config`)
- Zielhost muss als `root` erreichbar sein - Zielhost muss als `root` erreichbar sein
- `wget` auf dem Zielhost vorhanden - `wget` auf dem Zielhost vorhanden

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# ============================================================================= # =============================================================================
# Zabbix Agent 2 Aktiv-Modus Installer (Version 7.4) # Zabbix Agent 2 Aktiv-Modus Installer (Version 7.4)
# Unterstützte Systeme: Debian 11/12, Ubuntu 20.04 / 22.04 / 24.04 # Unterstützte Systeme: Debian 11/12/13, Ubuntu 20.04 / 22.04 / 24.04
# #
# Aufruf: # Aufruf:
# sudo bash install-zabbix-agent.sh <hostname> # sudo bash install-zabbix-agent.sh <hostname>

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# ============================================================================= # =============================================================================
# Zabbix Agent 2 Update auf Version 7.4 # Zabbix Agent 2 Update auf Version 7.4
# Unterstützte Systeme: Debian 11/12, Ubuntu 20.04 / 22.04 / 24.04 # Unterstützte Systeme: Debian 11/12/13, Ubuntu 20.04 / 22.04 / 24.04
# #
# Aufruf: # Aufruf:
# sudo bash update-zabbix-agent.sh # sudo bash update-zabbix-agent.sh