libzbxpgsql
libzbxpgsql copied to clipboard
Monitor PostgreSQL with Zabbix
Hi I'm having a hard time getting this module to authenticate. I have a default zabbix agent install on Centos 7.4 ``` 30948:20171013:160007.183 Starting Zabbix Agent [myserver.mydomain]. Zabbix 3.4.2 (revision...
I'm running server 5.0.7, zabbix agent 3.4.15 . When I loaded the zabbix_module_docker.so , the zabbix agent startup failed. And here is agent logs: using configuration file: /etc/zabbix/zabbix_agentd.conf cannot load...
It's a good idea to include rpm spec file in the source, so we can build packages manually with rpmbuild -t
I am not so sure how this works with the agent's module ..... I have a zabbix host with linux template with a single agent running on it. Using that...
New release
The last release (1.1.0) was two years ago now, and there are various unreleased changes since then. Can we have a new release please? What's the process?
Hello, I am currently using: pg.query.string[{$PG_CONN},{$PG_DB}, "SELECT 'Total:'||count(*)||E' '||string_agg(usename||':'||datname,E'\t') from pg_stat_activity WHERE usename !='postgres';"] Which produces a text list of users and the database they are connected to. I would...
Hello, I am trying to use this module on AIX 7200-03-03-1914 with zabbix agent version 4.0.18. Have successfully compiled the module using the following options and two different compilers, XLC...
RHEl 7 Kernel: 3.10.0-1062.4.1.el7.x86_64 Zabbix - With below rpms , server and agent working fine zabbix-server-pgsql-4.4.1-1.el7.x86_64 zabbix-agent-4.4.1-1.el7.x86_64 zabbix-web-4.4.1-1.el7.noarch zabbix-web-pgsql-4.4.1-1.el7.noarch Installed lixzbx using rpm libzbxpgsql-1.1.0-1.x86_64 Failing with Error when i try...
The Discover PostgreSQL Databases discovery rule contains three item prototypes that I don't understand. They also share the same item name with some other item prototypes which is confusing me....
http://cavaliercoder.com/libzbxpgsql/documentation/reference/server/#pg-backends-count > pg.backends.count superuser > > Returns the number of active backend processes for remote connections. > > Type: Numeric (unsigned) > > Parameters: > > connection string - libpq...