Open marceloavf opened 4 years ago
Tried without PSK using Zabbix 5 in server/agent but no success, is it something related to zabbix version?
Tried with and without PSK.
When I run user@couchdb:~$ zabbix-agent-extension-couchdb3 --password=xxxxx --show-stats
The output is:
`Traceback (most recent call last):
File "/usr/lib/python3.5/urllib/request.py", line 1261, in do_open
h.request(req.get_method(), req.selector, req.data, headers)
File "/usr/lib/python3.5/http/client.py", line 1151, in request
self._send_request(method, url, body, headers)
File "/usr/lib/python3.5/http/client.py", line 1196, in _send_request
self.endheaders(body)
File "/usr/lib/python3.5/http/client.py", line 1147, in endheaders
self._send_output(message_body)
File "/usr/lib/python3.5/http/client.py", line 950, in _send_output
self.send(msg)
File "/usr/lib/python3.5/http/client.py", line 893, in send
self.connect()
File "/usr/lib/python3.5/http/client.py", line 865, in connect
(self.host,self.port), self.timeout, self.source_address)
File "/usr/lib/python3.5/socket.py", line 711, in create_connection
raise err
File "/usr/lib/python3.5/socket.py", line 702, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/bin/zabbix-agent-extension-couchdb3", line 8, in
Other templates work fine. Maros have been set up. What is the workaround for this issue?
I setup my zabbix agent using PSK connection, as you can see in the link below, but zabbix host doesn't show anything after setting up this extension.
When I ran it directly inside:
https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-zabbix-to-securely-monitor-remote-servers-on-ubuntu-20-04