Add Debian 13 support (header/docs only)
This commit is contained in:
@ -6,7 +6,7 @@ Bash-Skripte zur automatischen Installation und Aktualisierung des Zabbix Agent
|
||||
|
||||
## 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`)
|
||||
- Zielhost muss als `root` erreichbar sein
|
||||
- `wget` auf dem Zielhost vorhanden
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
# =============================================================================
|
||||
# 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:
|
||||
# sudo bash install-zabbix-agent.sh <hostname>
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
# =============================================================================
|
||||
# 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:
|
||||
# sudo bash update-zabbix-agent.sh
|
||||
|
||||
Reference in New Issue
Block a user