Розбіжності
Тут показані розбіжності між вибраною ревізією та поточною версією сторінки.
Порівняння попередніх версій Попередня ревізія Наступна ревізія | Попередня ревізія | ||
freebsd:zabbix_agent [25/04/2023 09:09] – Method | freebsd:zabbix_agent [08/04/2025 09:52] (поточний) – Method | ||
---|---|---|---|
Рядок 3: | Рядок 3: | ||
<code bash> | <code bash> | ||
# pkg search zabbix | grep agent | # pkg search zabbix | grep agent | ||
- | zabbix4-agent-4.0.45 | + | zabbix5-agent-5.0.45 Enterprise-class open source distributed monitoring (agent) LTS |
- | zabbix5-agent-5.0.33 Enterprise-class open source distributed monitoring (agent) LTS | + | zabbix6-agent-6.0.39 Enterprise-class open source distributed monitoring (agent) |
- | zabbix6-agent-6.0.16 Enterprise-class open source distributed monitoring (agent) | + | zabbix7-agent-7.0.11 Enterprise-class open source distributed monitoring (agent) |
- | zabbix62-agent-6.2.9 Enterprise-class open source distributed monitoring (agent) | + | zabbix72-agent-7.2.5 Enterprise-class open source distributed monitoring (agent) |
- | zabbix64-agent-6.4.1 Enterprise-class open source distributed monitoring (agent) | + | |
</ | </ | ||
- | Встановлення | + | Встановлення |
- | pkg install | + | pkg install |
Копіюємо каталог конфігурацій: | Копіюємо каталог конфігурацій: | ||
- | cp -a / | + | cp -a / |
+ | |||
+ | Перейдемо до каталогу | ||
+ | cd / | ||
у конфізі додамо параметри: | у конфізі додамо параметри: | ||
<code bash> | <code bash> | ||
- | tee -a usr/ | + | tee -a /usr/ |
- | Include=/ | + | Include=/ |
- | Include=/ | + | Include=/ |
EOF | EOF | ||
</ | </ | ||
<code bash> | <code bash> | ||
- | tee / | + | tee / |
Server=172.16.0.21 | Server=172.16.0.21 | ||
ServerActive=172.16.0.21 | ServerActive=172.16.0.21 | ||
Рядок 32: | Рядок 34: | ||
EOF | EOF | ||
</ | </ | ||
- | Додамо в атозавантаження: | + | |
+ | nano / | ||
+ | |||
+ | Додамо в автозавантаження: | ||
sysrc zabbix_agentd_enable=YES | sysrc zabbix_agentd_enable=YES | ||
| |