All Projects → zabbix-tools → libzbxpgsql

zabbix-tools / libzbxpgsql

Licence: other
Monitor PostgreSQL with Zabbix

Programming Languages

c
50402 projects - #5 most used programming language
M4
1887 projects

Projects that are alternatives of or similar to libzbxpgsql

effluence
Zabbix loadable module for real-time export of history to InfluxDB
Stars: ✭ 26 (-82.67%)
Mutual labels:  zabbix, zabbix-loadable
libzbxmodbus
Loadable module to integrate Modbus (RTU, TCP and encapsulated) into Zabbix. Bulk data collection included.
Stars: ✭ 44 (-70.67%)
Mutual labels:  zabbix, zabbix-loadable
zabbix-module-python
Embedded Python interpreter module for Zabbix
Stars: ✭ 32 (-78.67%)
Mutual labels:  zabbix, zabbix-loadable
zabbix-module-sockets
A Zabbix loadable module to monitor Linux Sockets
Stars: ✭ 16 (-89.33%)
Mutual labels:  zabbix, zabbix-loadable
influxdb-zabbix
Gather data from Zabbix back-end and load to InfluxDB in near real-time for enhanced performance and easier usage with Grafana.
Stars: ✭ 69 (-54%)
Mutual labels:  zabbix
ZbxWallboard
Wallboard with active triggers/problems of Zabbix Monitoring
Stars: ✭ 17 (-88.67%)
Mutual labels:  zabbix
Graphical notifications Zabbix
No description or website provided.
Stars: ✭ 77 (-48.67%)
Mutual labels:  zabbix
monitor system docs
No description or website provided.
Stars: ✭ 30 (-80%)
Mutual labels:  zabbix
centos-script
🎉centos下工具安装脚本,包含基础环境配置,Gitlab、Docker、LDAP、MongoDB、MySQL、RabbitMQ、Supervisor、Node、Python、zsh、rar、zabbix、k8s、prometheus、grafana等🎉
Stars: ✭ 121 (-19.33%)
Mutual labels:  zabbix
weixin-alert
企业微信告警发送
Stars: ✭ 51 (-66%)
Mutual labels:  zabbix
execute-engine
基于Ansible API的任务执行引擎,支持adhoc和playbook两种任务的执行
Stars: ✭ 18 (-88%)
Mutual labels:  zabbix
unifiZabbix
Zabbix templates to monitor pretty much all Unifi devices
Stars: ✭ 66 (-56%)
Mutual labels:  zabbix
rabe-zabbix
Collection of various Zabbix templates and helper scripts created or used by Radio Bern RaBe
Stars: ✭ 93 (-38%)
Mutual labels:  zabbix
zabbix-nvidia-smi-integration
The Zabbix template for monitoring Nvidia graphics cards.
Stars: ✭ 22 (-85.33%)
Mutual labels:  zabbix
orazabbix
Oracle database Monitoring via Zabbix
Stars: ✭ 18 (-88%)
Mutual labels:  zabbix
collection-of-zabbix-templates
一堆zabbix模板和笔记
Stars: ✭ 90 (-40%)
Mutual labels:  zabbix
zabbix-review-export-import
Clone of zabbix-review-export with added import object(s) feature
Stars: ✭ 36 (-76%)
Mutual labels:  zabbix
WSFC
Windows Server Failover Cluster (WSFC) metrics fetcher
Stars: ✭ 21 (-86%)
Mutual labels:  zabbix
zabbix-monitor
monitor system based on zabbix API pyzaabix grafana
Stars: ✭ 70 (-53.33%)
Mutual labels:  zabbix
shell-scripts
my-scripts
Stars: ✭ 87 (-42%)
Mutual labels:  zabbix

libzbxpgsql Build Status

This project provides comprehensive monitoring of PostgreSQL servers using a natively compiled Zabbix agent module, written in C.

A preconfigured Zabbix Template is also included for your convenience.

Sources in this project are used to compile libzbxpgsql.so which may be loaded by a Zabbix agent using the LoadModule directive. The module enables discovery and monitoring of tablespaces, databases, namespaces, tables, indexes, etc.

Installation

To compile the agent module the following items are required:

If you are building from sources cloned from GitHub, you first need to regenerate the build scripts using ./autogen.sh. Otherwise:

./configure --with-zabbix=/usr/src/zabbix
make
sudo make install

Module file libzbxpgsql.so will then be installed in /usr/local/lib.

If you are using a packaged version of Zabbix, you may with to redirect the installation directories as follows:

$ sudo make prefix=/usr sysconfdir=/etc libdir=/usr/lib64 install

Note: Please use a clean copy of the Zabbix source code. Once you configure or build the Zabbix sources, they are no longer useful for building this module.

To build the RPM package on a RHEL6+ family system with rpm-build installed:

make rpm

License

libzbxpgsql - A PostgreSQL monitoring module for Zabbix Copyright (C) 2016 - Ryan Armstrong [email protected]

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].