summaryrefslogtreecommitdiffstats
path: root/plugins/check_pgsql.c
diff options
context:
space:
mode:
authorThomas Guyot-Sionnest <dermoth@users.sourceforge.net>2008-04-27 14:35:26 (GMT)
committerThomas Guyot-Sionnest <dermoth@users.sourceforge.net>2008-04-27 14:35:26 (GMT)
commited62784a0b68959fd13fe5bc53a5aef4f17fbffa (patch)
treef479a5b8ad8cac8d6dcc506ba61aa5ec3fbb5bb3 /plugins/check_pgsql.c
parent140a93ce6bce63df2d70841f2f78aa968ea997d6 (diff)
downloadmonitoring-plugins-ed62784a0b68959fd13fe5bc53a5aef4f17fbffa.tar.gz
--help output cleanup (plus removal of spaces on blank lines)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1984 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_pgsql.c')
-rw-r--r--plugins/check_pgsql.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/check_pgsql.c b/plugins/check_pgsql.c
index 0563322..c721b07 100644
--- a/plugins/check_pgsql.c
+++ b/plugins/check_pgsql.c
@@ -438,9 +438,11 @@ print_help (void)
438 printf (" %s\n", _("specified database, and then disconnects. If no database is specified, it")); 438 printf (" %s\n", _("specified database, and then disconnects. If no database is specified, it"));
439 printf (" %s\n", _("connects to the template1 database, which is present in every functioning")); 439 printf (" %s\n", _("connects to the template1 database, which is present in every functioning"));
440 printf (" %s\n\n", _("PostgreSQL DBMS.")); 440 printf (" %s\n\n", _("PostgreSQL DBMS."));
441
441 printf (" %s\n", _("The plugin will connect to a local postmaster if no host is specified. To")); 442 printf (" %s\n", _("The plugin will connect to a local postmaster if no host is specified. To"));
442 printf (" %s\n", _("connect to a remote host, be sure that the remote postmaster accepts TCP/IP")); 443 printf (" %s\n", _("connect to a remote host, be sure that the remote postmaster accepts TCP/IP"));
443 printf (" %s\n\n", _("connections (start the postmaster with the -i option).")); 444 printf (" %s\n\n", _("connections (start the postmaster with the -i option)."));
445
444 printf (" %s\n", _("Typically, the nagios user (unless the --logname option is used) should be")); 446 printf (" %s\n", _("Typically, the nagios user (unless the --logname option is used) should be"));
445 printf (" %s\n", _("able to connect to the database without a password. The plugin can also send")); 447 printf (" %s\n", _("able to connect to the database without a password. The plugin can also send"));
446 printf (" %s\n", _("a password, but no effort is made to obsure or encrypt the password.")); 448 printf (" %s\n", _("a password, but no effort is made to obsure or encrypt the password."));