Мониторинг и статистика: различия между версиями
Перейти к навигации
Перейти к поиску
Artem (обсуждение | вклад) Нет описания правки |
Artem (обсуждение | вклад) (→Zabbix) |
||
Строка 6: | Строка 6: | ||
Must be 1, if zabbix_get [18]: Check access restrictions in Zabbix agent configuration - change Server config | Must be 1, if zabbix_get [18]: Check access restrictions in Zabbix agent configuration - change Server config | ||
== Agent == | |||
<pre> | |||
PidFile=/run/zabbix/zabbix_agentd.pid | |||
LogFile=/var/log/zabbix-agent/zabbix_agentd.log | |||
LogFileSize=0 | |||
DebugLevel=0 | |||
Server=172.16.0.0/12,192.168.0.0/16 | |||
ListenPort=10050 | |||
ListenIP=0.0.0.0 | |||
ServerActive=172.17.0.1:10051 | |||
Include=/etc/zabbix/zabbix_agentd.conf.d/*.conf | |||
</pre> | |||
= Munin = | = Munin = |
Версия от 12:22, 17 февраля 2023
Zabbix
Check that node is online
zabbix_get -s 172.17.0.1 -p 10050 -k agent.ping
Must be 1, if zabbix_get [18]: Check access restrictions in Zabbix agent configuration - change Server config
Agent
PidFile=/run/zabbix/zabbix_agentd.pid LogFile=/var/log/zabbix-agent/zabbix_agentd.log LogFileSize=0 DebugLevel=0 Server=172.16.0.0/12,192.168.0.0/16 ListenPort=10050 ListenIP=0.0.0.0 ServerActive=172.17.0.1:10051 Include=/etc/zabbix/zabbix_agentd.conf.d/*.conf