All Projects → bucardo → Check_postgres

bucardo / Check_postgres

Licence: other
Nagios check_postgres plugin for checking status of PostgreSQL databases

Programming Languages

perl
6916 projects

Projects that are alternatives of or similar to Check postgres

Dbdpg
Perl Postgres driver DBD::Pg aka dbdpg
Stars: ✭ 38 (-91.32%)
Mutual labels:  hacktoberfest, postgresql, postgres
Pgmetrics
Collect and display information and stats from a running PostgreSQL server
Stars: ✭ 612 (+39.73%)
Mutual labels:  postgresql, postgres, monitoring
Pgwatch2
PostgreSQL metrics monitor/dashboard
Stars: ✭ 960 (+119.18%)
Mutual labels:  postgresql, postgres, monitoring
Grafana
The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
Stars: ✭ 45,930 (+10386.3%)
Mutual labels:  hacktoberfest, postgres, monitoring
Openitcockpit
openITCOCKPIT is an Open Source system monitoring tool built for different monitoring engines like Nagios, Naemon and Prometheus.
Stars: ✭ 108 (-75.34%)
Mutual labels:  hacktoberfest, monitoring, nagios
Prest
PostgreSQL ➕ REST, low-code, simplify and accelerate development, ⚡ instant, realtime, high-performance on any Postgres application, existing or new
Stars: ✭ 3,023 (+590.18%)
Mutual labels:  hacktoberfest, postgresql, postgres
Sqlcell
SQLCell is a magic function for the Jupyter Notebook that executes raw, parallel, parameterized SQL queries with the ability to accept Python values as parameters and assign output data to Python variables while concurrently running Python code. And *much* more.
Stars: ✭ 145 (-66.89%)
Mutual labels:  hacktoberfest, postgresql, postgres
Deno Nessie
A modular Deno library for PostgreSQL, MySQL, MariaDB and SQLite migrations
Stars: ✭ 381 (-13.01%)
Mutual labels:  hacktoberfest, postgresql, postgres
Postgres
PostgreSQL driver for Deno
Stars: ✭ 352 (-19.63%)
Mutual labels:  postgresql, postgres
Awesome Monitoring
INFRASTRUCTURE、OPERATION SYSTEM and APPLICATION monitoring tools for Operations.
Stars: ✭ 356 (-18.72%)
Mutual labels:  monitoring, nagios
Pg Mem
An in memory postgres DB instance for your unit tests
Stars: ✭ 350 (-20.09%)
Mutual labels:  hacktoberfest, postgresql
Moebooru
Moebooru, a fork of danbooru1 that has been heavily modified
Stars: ✭ 347 (-20.78%)
Mutual labels:  hacktoberfest, postgresql
Epgsql
Erlang PostgreSQL client library.
Stars: ✭ 336 (-23.29%)
Mutual labels:  postgresql, postgres
Thruk
Thruk is a multibackend monitoring webinterface for Naemon, Nagios, Icinga and Shinken using the Livestatus API.
Stars: ✭ 357 (-18.49%)
Mutual labels:  monitoring, nagios
Osquery
SQL powered operating system instrumentation, monitoring, and analytics.
Stars: ✭ 18,475 (+4118.04%)
Mutual labels:  hacktoberfest, monitoring
Sqlx
🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, SQLite, and MSSQL.
Stars: ✭ 5,039 (+1050.46%)
Mutual labels:  postgresql, postgres
Parse Server
API server module for Node/Express
Stars: ✭ 19,165 (+4275.57%)
Mutual labels:  hacktoberfest, postgres
Postgresql
Development repository for the postgresql cookbook
Stars: ✭ 326 (-25.57%)
Mutual labels:  hacktoberfest, postgresql
Jet
Type safe SQL builder with code generation and automatic query result data mapping
Stars: ✭ 373 (-14.84%)
Mutual labels:  postgresql, postgres
Redash
Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data.
Stars: ✭ 20,147 (+4499.77%)
Mutual labels:  hacktoberfest, postgresql

check_postgres

Build Status

This is check_postgres, a monitoring tool for Postgres.

The most complete and up to date information about this script can be found at:

https://bucardo.org/check_postgres/

This document will cover how to install the script.

Quick method

For the impatient Nagios admin, just copy the "check_postgres.pl" file to your Nagios scripts directory, and perhaps symlink entries to that file by:

cd <the directory you just copied the file to>
mkdir postgres
cd postgres
perl ../check_postgres.pl --symlinks

Then join the announce mailing list (see below)

Complete method

The better way to install this script is via the standard Perl process:

perl Makefile.PL
make
env -i make test
make install

The last step usually needs to be done as the root user. You may want to copy the script to a place that makes more sense for Nagios, if using it for that purpose. See the "Quick" instructions above.

For make test, please report any failing tests to [email protected]. The tests need to have some standard Postgres binaries available, such as initdb, psql, and pg_ctl. If these are not in your path, or you want to use specific ones, please set the environment variable PGBINDIR first. More details on running the testsuite are available in README.dev.

Once make install has been done, you should have access to the complete documentation by typing:

man check_postgres

The HTML version of the documentation is also available at:

https://bucardo.org/check_postgres/check_postgres.pl.html

Mailing lists

The final step should be to subscribe to the low volume check_postgres-announce mailing list, so you learn of new versions and important changes. Information on joining can be found at:

https://mail.endcrypt.com/mailman/listinfo/check_postgres-announce

General questions and development issues are discussed on the check_postgres list, which we recommend people join as well:

https://mail.endcrypt.com/mailman/listinfo/check_postgres

Development happens via git. You can check out the repository by doing:

https://github.com/bucardo/check_postgres
git clone https://github.com/bucardo/check_postgres.git

COPYRIGHT

Copyright 2007 - 2021 Greg Sabino Mullane

LICENSE INFORMATION

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

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].