Line 235: |
Line 235: |
| Please read Chap. 2.3.4.ZABBIX Agent page 39 and Chap. 3.3.ZABBIX Agent (UNIX, standalone daemon) of the manual for more information on Zabbix agent. | | Please read Chap. 2.3.4.ZABBIX Agent page 39 and Chap. 3.3.ZABBIX Agent (UNIX, standalone daemon) of the manual for more information on Zabbix agent. |
| | | |
− | ===== Installation SME9 =====
| |
− | first enable the needed repo: Firewall service
| |
− | {{:Fws}}
| |
| | | |
− | and EPEL | + | <tabs container><tab name="For SME 10"> |
− | {{:Epel}}
| + | yum install smeserver-extrarepositories-zabbix |
| + | |
| + | then you need to enable the one you want zabbix42, zabbix44, zabbix45, zabbix50, zabbix51, zabbix52, zabbix53. You need to have an agent at most equal to the server version. If your zabbix server is on an SME it should equal or lesser than zabbix44 as per 2021/03. You can upgrade the agent later. |
| + | |
| + | yum install smeserver-zabbix-agent --enablerepo=smecontribs,zabbix44 |
| + | |
| + | </tab> |
| + | <tab name="For SME 9"> |
| + | first enable the needed repo: Firewall service and EPEL |
| + | yum install smeserver-extrarepositories-epel smeserver-extrarepositories-fws |
| signal-event yum-modify | | signal-event yum-modify |
| | | |
| to install Zabbix agent, just use yum: | | to install Zabbix agent, just use yum: |
| yum --enablerepo=smecontribs,fws,epel install smeserver-zabbix-agent | | yum --enablerepo=smecontribs,fws,epel install smeserver-zabbix-agent |
− | | + | </tab> |
| + | </tabs> |
| | | |
| This package will download at least the following dependencies: | | This package will download at least the following dependencies: |