summaryrefslogtreecommitdiff
path: root/index.html
blob: 8b981c6b492f62c0e0f5a2b2355c5e909a63d533 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
               "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>check_postgres.pl - Postgres monitoring script for Nagios</title>
<style type="text/css">
ul.ml a { font-weight: bolder; }
ul.ml li ul { list-style: none; padding-left: 1.5em; padding-top: 0.3em; padding-bottom: 0.3em; }
ul.doc a { font-weight: bolder; }
ul.doc li ul { list-style: none; padding-left: 1.5em; padding-top: 0.3em; padding-bottom: 0.3em; }
h1 {
  background-color: #3399ff;
  border: solid 1px #999999;
  padding: 0.2em;
  padding-left: 0.5em;
  -moz-border-radius: 20px;
}
</style>
</head>
<body>

<h1>check_postgres.pl</h1>

<p><b>check_postgres.pl</b> is a script for checking the state of one or more Postgres databases and reporting back in a Nagios-friendly manner. It was developed by Greg Sabino Mullane of <a href="http://www.endpoint.com/">End Point Corporation</a> and is BSD-licensed. The latest version is <b>2.8.0</b>, and was released on February 15, 2009.</p>

<ul>
 <li><a href="/check_postgres/check_postgres.pl.html">Documentation for check_postgres 2.8.0</a></li>
</ul>
<ul>
 <li><a href="/check_postgres/check_postgres.pl">Download check_postgres.pl 2.8.0</a></li>
 <li><a href="/check_postgres/check_postgres.pl.asc">PGP signature for check_postgres.pl 2.8.0</a></li>
</ul>

<p>The latest development version can be downloaded via git:</p>
<pre>
  git clone http://bucardo.org/check_postgres.git
</pre>

<p>Two mailing lists are available. For discussions about the program, bug reports, 
feature requests, and commit notices, use the 'check_postgres' list. A low-volume 
list for announcement of new versions and important notices is the 'check_postgres-announce' list.
<ul>
 <li><a href='https://mail.endcrypt.com/mailman/listinfo/check_postgres'>Information on the check_postgres list</a></li>
 <li><a href='https://mail.endcrypt.com/mailman/listinfo/check_postgres-announce'>Information on the check_postgres-announce list</a></li>
</ul>

</body>
</html>