fix: removed zabbix-proxy upgrade
This commit is contained in:
@@ -228,7 +228,7 @@ class ZabbixAgentTool:
|
|||||||
def _upgrade_zabbix_package(self):
|
def _upgrade_zabbix_package(self):
|
||||||
"""Upgrade Zabbix agent package based on distribution family"""
|
"""Upgrade Zabbix agent package based on distribution family"""
|
||||||
commands = {
|
commands = {
|
||||||
'debian': ["sudo apt update", "sudo apt upgrade -y zabbix-agent* || sudo apt upgrade -y zabbix-proxy*"],
|
'debian': ["sudo apt update", "sudo apt upgrade -y zabbix-agent*"],
|
||||||
'rhel': ["sudo yum update -y zabbix-agent* || sudo dnf update -y zabbix-agent*"]
|
'rhel': ["sudo yum update -y zabbix-agent* || sudo dnf update -y zabbix-agent*"]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user