{"id":13420690,"url":"https://github.com/zabbix-tools/libzbxpgsql","last_synced_at":"2026-03-11T10:36:11.844Z","repository":{"id":26986360,"uuid":"30450165","full_name":"zabbix-tools/libzbxpgsql","owner":"zabbix-tools","description":"Monitor PostgreSQL with Zabbix","archived":false,"fork":false,"pushed_at":"2023-11-14T14:26:30.000Z","size":1155,"stargazers_count":158,"open_issues_count":51,"forks_count":65,"subscribers_count":24,"default_branch":"master","last_synced_at":"2024-11-11T00:02:32.244Z","etag":null,"topics":["postgresql","postgresql-monitoring","zabbix","zabbix-loadable"],"latest_commit_sha":null,"homepage":"http://cavaliercoder.com/libzbxpgsql/","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zabbix-tools.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2015-02-07T08:34:51.000Z","updated_at":"2024-11-07T15:37:21.000Z","dependencies_parsed_at":"2024-01-18T09:04:38.206Z","dependency_job_id":"99952941-f83d-4584-8df9-1f4d03755706","html_url":"https://github.com/zabbix-tools/libzbxpgsql","commit_stats":null,"previous_names":["cavaliercoder/libzbxpgsql"],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zabbix-tools%2Flibzbxpgsql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zabbix-tools%2Flibzbxpgsql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zabbix-tools%2Flibzbxpgsql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zabbix-tools%2Flibzbxpgsql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zabbix-tools","download_url":"https://codeload.github.com/zabbix-tools/libzbxpgsql/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243701070,"owners_count":20333614,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["postgresql","postgresql-monitoring","zabbix","zabbix-loadable"],"created_at":"2024-07-30T22:01:39.181Z","updated_at":"2025-03-15T07:31:22.842Z","avatar_url":"https://github.com/zabbix-tools.png","language":"C","funding_links":[],"categories":["TODO scan for Android support in followings"],"sub_categories":[],"readme":"# libzbxpgsql [![Build Status](https://travis-ci.org/cavaliercoder/libzbxpgsql.svg?branch=master)](https://travis-ci.org/cavaliercoder/libzbxpgsql)\n\nThis project provides comprehensive monitoring of PostgreSQL servers using a\nnatively compiled Zabbix agent module, written in C.\n\n**N.B.** Zabbix 6+ users will probably prefer the official support for PostrgreSQL\navailable in `zabbix_agent2`, [documented here](https://git.zabbix.com/projects/AP/repos/postgresql/browse/README.md).\n\nA preconfigured Zabbix Template is also included for your convenience.\n\nSources in this project are used to compile `libzbxpgsql.so` which may be\nloaded by a Zabbix agent using the `LoadModule` directive. The module enables\ndiscovery and monitoring of tablespaces, databases, namespaces, tables,\nindexes, etc.\n\n* Read the [documentation](http://cavaliercoder.com/libzbxpgsql/)\n* Download the [packages](http://cavaliercoder.com/libzbxpgsql/download)\n* Clone the [sources](http://github.com/cavaliercoder/libzbxpgsql)\n* Follow the [author](http://cavaliercoder.com)\n\n\n## Installation\n\nTo compile the agent module the following items are required:\n\n* GNU build tools (`make`, `gcc`, `autoconf`, `automake`, `libtool`, `m4`, etc.)\n* [Zabbix sources](http://www.zabbix.com/download.php)\n* [libpq development headers](http://www.postgresql.org/download/)\n\nIf you are building from sources cloned from GitHub, you first need to\nregenerate the build scripts using `./autogen.sh`. Otherwise:\n\n    ./configure --with-zabbix=/usr/src/zabbix\n    make\n    sudo make install\n\nModule file `libzbxpgsql.so` will then be installed in `/usr/local/lib`.\n\nIf you are using a packaged version of Zabbix, you may with to redirect the\ninstallation directories as follows:\n\n    $ sudo make prefix=/usr sysconfdir=/etc libdir=/usr/lib64 install\n\n__Note:__ Please use a clean copy of the Zabbix source code. Once you configure\nor build the Zabbix sources, they are no longer useful for building this module.\n\nTo build the RPM package on a RHEL6+ family system with `rpm-build` installed:\n\n    make rpm\n\n\n## License\n\nlibzbxpgsql - A PostgreSQL monitoring module for Zabbix\nCopyright (C) 2016 - Ryan Armstrong \u003cryan@cavaliercoder.com\u003e\n\nThis program is free software; you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation; either version 2 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program; if not, write to the Free Software\nFoundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzabbix-tools%2Flibzbxpgsql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzabbix-tools%2Flibzbxpgsql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzabbix-tools%2Flibzbxpgsql/lists"}