Jump to content
Калькуляторы

Zabbix агент на debian

Ребят расскажите как установить zabbix агент на debian. Делал вот так - http://www.ekzorchik.ru/2015/01/how-to-install-zabbix-agent-on-ubuntu-server/ агент стартует, но сервер его не видит, адрес сервера указал свой, порт не менял

 

на серваке: Received empty response from Zabbix Agent at [192.168.1.202]. Assuming that agent dropped connection because of access permissions.

Share this post


Link to post
Share on other sites

Поле сервер server указано корректно в конфиге заббикс агента?

 

Для теста поставьте server=0.0.0.0 и перезапустите

 

и проверьте так же после запуска агента, вообще машина начала слушать нужный порт? если да то на каких интерфейсах

Share this post


Link to post
Share on other sites

# Mandatory: no
# Default:
# Server=

Server=192.168.1.202

### Option: ListenPort
#       Agent will listen on this port for connections from the server.
#
# Mandatory: no
# Range: 1024-32767
# Default:
ListenPort=10050

 

/etc/init.d/zabbix-agent status
zabbix_agentd is running.

 

tcp 0 0 0.0.0.0:10050 0.0.0.0:* LISTEN 14565/zabbix_agentd

 

где логи по запуску агента глянуть?

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.