< Home - < Back

check_postgres


Information about the package, check_postgres, which is shipped with common Linux distributions. The check_postgres package is designed for, PostgreSQL monitoring script.


Package Name:

check_postgres

Summary:

PostgreSQL monitoring script

Description:

check_postgres.pl is a script for checking the state of one or more Postgres databases and reporting back in a Nagios-friendly manner. It is also used for MRTG.

Architecture:

noarch

Version:

2.22.0

Release:

1.el6

Size:

151 k

Repository:

epel

From Repository:

Licence:

BSD



Handy Yum Commands for check_postgres


Control the check_postgres package with the following handy commands outlined below.


Command

Description of Command

yum install check_postgres

This command will install check_postgres on the server.

yum remove check_postgres

This command will un-install check_postgres on the server. When you run this command, you will be asked if you are sure that you want to remove check_postgres, so you have to manually confirm that you want to do this.

yum -y remove check_postgres

This command will un-install check_postgres on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove check_postgres when using the -y flag.

yum update check_postgres

This command will update check_postgres to the latest version. When you run this command, you will be asked if you are sure that you want to remove check_postgres, so you have to manually confirm that you want to do this.

yum -y update check_postgres

This command will update check_postgres to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove check_postgres when using the -y flag.

yum info check_postgres

This command will show you core information about the check_postgres package.

yum deplist check_postgres

This command will show you the dependencies for check_postgres. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update check_postgres

This command will check if there is an update waiting on check_postgres. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.