summaryrefslogtreecommitdiffstats
path: root/plugins/check_pgsql.c
diff options
context:
space:
mode:
authorThomas Guyot-Sionnest <dermoth@users.sourceforge.net>2008-11-19 06:45:18 +0000
committerThomas Guyot-Sionnest <dermoth@users.sourceforge.net>2008-11-19 06:45:18 +0000
commitcaa8bd6423e2d0d1b4e72c150e80b9c6a9e1b7fe (patch)
tree118fd80cc8ba27ef695a8e8ce409e5d70f4fa451 /plugins/check_pgsql.c
parent16f53e0717b60660145388b0feb351628f606211 (diff)
downloadmonitoring-plugins-caa8bd6423e2d0d1b4e72c150e80b9c6a9e1b7fe.tar.gz
Bulk EOL cleanup
$ git diff --ignore-space-change|diffstat 0 files changed git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2087 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_pgsql.c')
-rw-r--r--plugins/check_pgsql.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/check_pgsql.c b/plugins/check_pgsql.c
index 1a93f6bf..869ef673 100644
--- a/plugins/check_pgsql.c
+++ b/plugins/check_pgsql.c
@@ -186,7 +186,7 @@ main (int argc, char **argv)
186 status = STATE_OK; 186 status = STATE_OK;
187 } 187 }
188 PQfinish (conn); 188 PQfinish (conn);
189 printf (_(" %s - database %s (%d sec.)|%s\n"), 189 printf (_(" %s - database %s (%d sec.)|%s\n"),
190 state_text(status), dbName, elapsed_time, 190 state_text(status), dbName, elapsed_time,
191 fperfdata("time", elapsed_time, "s", 191 fperfdata("time", elapsed_time, "s",
192 (int)twarn, twarn, (int)tcrit, tcrit, TRUE, 0, FALSE,0)); 192 (int)twarn, twarn, (int)tcrit, tcrit, TRUE, 0, FALSE,0));
@@ -355,7 +355,7 @@ is_pg_dbname (char *dbname)
355 355
356/** 356/**
357 357
358the tango program should eventually create an entity here based on the 358the tango program should eventually create an entity here based on the
359function prototype 359function prototype
360 360
361@@- 361@@-
@@ -389,7 +389,7 @@ is_pg_logname (char *username)
389 389
390/****************************************************************************** 390/******************************************************************************
391@@- 391@@-
392</sect2> 392</sect2>
393</sect1> 393</sect1>
394</article> 394</article>
395-@@ 395-@@