~ubuntu-branches/ubuntu/hardy/nagios-plugins/hardy-updates

« back to all changes in this revision

Viewing changes to plugins/check_pgsql.c

  • Committer: Bazaar Package Importer
  • Author(s): Luca Falavigna
  • Date: 2007-12-07 09:47:04 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20071207094704-q31hfyuxidzeqzhk
Tags: 1.4.10-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Remove build-dep on libsnmp*-dev
  - debian/control: Set Ubuntu MOTU as maintainer

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
* License: GPL
6
6
* Copyright (c) 1999-2006 nagios-plugins team
7
7
*
8
 
* Last Modified: $Date: 2007/01/28 21:46:40 $
 
8
* Last Modified: $Date: 2007-01-28 21:46:41 +0000 (Sun, 28 Jan 2007) $
9
9
*
10
10
* Description:
11
11
*
30
30
* along with this program; if not, write to the Free Software
31
31
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
32
32
 
33
 
 $Id: check_pgsql.c,v 1.35 2007/01/28 21:46:40 hweiss Exp $
 
33
 $Id: check_pgsql.c 1590 2007-01-28 21:46:41Z hweiss $
34
34
 
35
35
 *****************************************************************************/
36
36
 
37
37
const char *progname = "check_pgsql";
38
 
const char *revision = "$Revision: 1.35 $";
 
38
const char *revision = "$Revision: 1590 $";
39
39
const char *copyright = "1999-2006";
40
40
const char *email = "nagiosplug-devel@lists.sourceforge.net";
41
41