Update index.py

pull/618/head
Mr Chen 10 months ago
parent e4ded8950e
commit 2c996b0a41
  1. 2
      plugins/zabbix/index.py

@ -464,7 +464,7 @@ def installPreInspection():
sysName = sys[0].strip().lower()
sysId = sys_id[0].strip().lower()
if not sysName in ['debian','centos','ubuntu','almalinux']:
if not sysName in ['debian','centos','ubuntu','almalinux','rocky']:
return '不支持该系统'
if sysName == 'debian' and not sysId in ['12']:

Loading…
Cancel
Save