Code Monkey home page Code Monkey logo

Comments (4)

RanggaBasara avatar RanggaBasara commented on June 12, 2024 2

i love u

from libzbxpgsql.

cavaliercoder avatar cavaliercoder commented on June 12, 2024

Firstly, thanks for taking a look at the existing issues before raising a new one. I agree this is not the same as #19.

The easiest way forward, since you are installed on the DB server, would be to tell the template to connect using Unix sockets. You should be able to connect with the default (blank) connection string set in the template. This is what zabbix_agentd -p uses.

When you call zabbix_agentd -p it uses the default connection string, which connects via Unix socket, not TCP/IP. It probably works because it would be using peer or ident auth for the local connection in your pg_hba.conf.

Your zabbix template on the other hand, is connecting via TCP/IP (host=127.0.0.1) and probably requires md5 password authentication. In this case, you must specify a password in the connection string, or more preferably, use a .pgpass file as per http://cavaliercoder.com/libzbxpgsql/agent-keys/#remote-monitoring-agent.

Please advise how you go.

from libzbxpgsql.

Wicaeed avatar Wicaeed commented on June 12, 2024

:argh:

You are correct!

Had to have the .pgpass file for the agent to use in the default Zabbix agent user account home directory /var/run/zabbix.

Permanent fit was to change the Zabbix agent home directory to /home/zabbix (or something of your choosing) because the contents of /var/run are not permanent, then copy/paste the .pgpass file here and then restart the Zabbix agent

from libzbxpgsql.

cavaliercoder avatar cavaliercoder commented on June 12, 2024

Excellent! Thanks for providing the answer.

from libzbxpgsql.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.