Розбіжності
Тут показані розбіжності між вибраною ревізією та поточною версією сторінки.
Порівняння попередніх версій Попередня ревізія Наступна ревізія | Попередня ревізія | ||
freebsd:zabbix_agent [26/10/2023 19:10] – 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.49 Enterprise-class open source distributed monitoring (agent) LTS | + | zabbix5-agent-5.0.45 Enterprise-class open source distributed monitoring (agent) LTS |
- | zabbix5-agent-5.0.38 Enterprise-class open source distributed monitoring (agent) | + | zabbix6-agent-6.0.39 Enterprise-class open source distributed monitoring (agent) |
- | zabbix6-agent-6.0.22 Enterprise-class open source distributed monitoring (agent) | + | zabbix7-agent-7.0.11 Enterprise-class open source distributed monitoring (agent) |
- | zabbix64-agent-6.4.7 Enterprise-class open source distributed monitoring (agent) | + | zabbix72-agent-7.2.5 Enterprise-class open source distributed monitoring (agent) |
</ | </ | ||
- | Встановлення | + | Встановлення |
- | pkg install | + | pkg install |
Копіюємо каталог конфігурацій: | Копіюємо каталог конфігурацій: | ||
- | cp -a / | + | cp -a / |
Перейдемо до каталогу | Перейдемо до каталогу | ||
- | cd / | + | cd / |
у конфізі додамо параметри: | у конфізі додамо параметри: | ||
<code bash> | <code bash> | ||
- | tee -a ./ | + | tee -a / |
- | 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 | ||
Рядок 35: | Рядок 35: | ||
</ | </ | ||
- | nano ./ | + | nano / |
Додамо в автозавантаження: | Додамо в автозавантаження: |