aboutsummaryrefslogtreecommitdiff
path: root/plugins/check_pgsql.c
diff options
context:
space:
mode:
authorGravatar Matthias Eble <psychotrahe@gmx.de> 2009-06-01 22:47:34 +0200
committerGravatar Matthias Eble <psychotrahe@gmx.de> 2009-06-01 22:47:34 +0200
commitaff6140989777cbf128e9e4d6e35531372c284c1 (patch)
tree5aca0966e646c77e3cae82d7748d647606753a0b /plugins/check_pgsql.c
parent0a5cd15e75d512a9cbb84480b820ee787cbbdcb5 (diff)
downloadmonitoring-plugins-aff6140989777cbf128e9e4d6e35531372c284c1.tar.gz
Whitespace indent fixes for check_pgsql
Diffstat (limited to 'plugins/check_pgsql.c')
-rw-r--r--plugins/check_pgsql.c44
1 files changed, 22 insertions, 22 deletions
diff --git a/plugins/check_pgsql.c b/plugins/check_pgsql.c
index 925751b1..40c104eb 100644
--- a/plugins/check_pgsql.c
+++ b/plugins/check_pgsql.c
@@ -425,7 +425,7 @@ print_help (void)
printf (_("Test whether a PostgreSQL Database is accepting connections."));
- printf ("\n\n");
+ printf ("\n\n");
print_usage ();
@@ -437,12 +437,12 @@ print_help (void)
printf (_(UT_IPv46));
printf (" %s\n", "-d, --database=STRING");
- printf (" %s", _("Database to check "));
- printf (_("(default: %s)"), DEFAULT_DB);
- printf (" %s\n", "-l, --logname = STRING");
- printf (" %s\n", _("Login name of user"));
- printf (" %s\n", "-p, --password = STRING");
- printf (" %s\n", _("Password (BIG SECURITY ISSUE)"));
+ printf (" %s", _("Database to check "));
+ printf (_("(default: %s)"), DEFAULT_DB);
+ printf (" %s\n", "-l, --logname = STRING");
+ printf (" %s\n", _("Login name of user"));
+ printf (" %s\n", "-p, --password = STRING");
+ printf (" %s\n", _("Password (BIG SECURITY ISSUE)"));
printf (_(UT_WARN_CRIT));
@@ -450,26 +450,26 @@ print_help (void)
printf (_(UT_VERBOSE));
- printf ("\n");
+ printf ("\n");
printf (" %s\n", _("All parameters are optional."));
- printf (" %s\n", _("This plugin tests a PostgreSQL DBMS to determine whether it is active and"));
- printf (" %s\n", _("accepting queries. In its current operation, it simply connects to the"));
- printf (" %s\n", _("specified database, and then disconnects. If no database is specified, it"));
- printf (" %s\n", _("connects to the template1 database, which is present in every functioning"));
- printf (" %s\n\n", _("PostgreSQL DBMS."));
+ printf (" %s\n", _("This plugin tests a PostgreSQL DBMS to determine whether it is active and"));
+ printf (" %s\n", _("accepting queries. In its current operation, it simply connects to the"));
+ printf (" %s\n", _("specified database, and then disconnects. If no database is specified, it"));
+ printf (" %s\n", _("connects to the template1 database, which is present in every functioning"));
+ printf (" %s\n\n", _("PostgreSQL DBMS."));
printf (" %s\n", _("The plugin will connect to a local postmaster if no host is specified. To"));
- printf (" %s\n", _("connect to a remote host, be sure that the remote postmaster accepts TCP/IP"));
- printf (" %s\n\n", _("connections (start the postmaster with the -i option)."));
+ printf (" %s\n", _("connect to a remote host, be sure that the remote postmaster accepts TCP/IP"));
+ printf (" %s\n\n", _("connections (start the postmaster with the -i option)."));
printf (" %s\n", _("Typically, the nagios user (unless the --logname option is used) should be"));
- printf (" %s\n", _("able to connect to the database without a password. The plugin can also send"));
- printf (" %s\n", _("a password, but no effort is made to obsure or encrypt the password."));
+ printf (" %s\n", _("able to connect to the database without a password. The plugin can also send"));
+ printf (" %s\n", _("a password, but no effort is made to obsure or encrypt the password."));
#ifdef NP_EXTRA_OPTS
- printf ("\n");
- printf ("%s\n", _("Notes:"));
- printf (_(UT_EXTRA_OPTS_NOTES));
+ printf ("\n");
+ printf ("%s\n", _("Notes:"));
+ printf (_(UT_EXTRA_OPTS_NOTES));
#endif
printf (_(UT_SUPPORT));
@@ -480,7 +480,7 @@ print_help (void)
void
print_usage (void)
{
- printf (_("Usage:"));
+ printf (_("Usage:"));
printf ("%s [-H <host>] [-P <port>] [-c <critical time>] [-w <warning time>]\n", progname);
- printf (" [-t <timeout>] [-d <database>] [-l <logname>] [-p <password>]\n");
+ printf (" [-t <timeout>] [-d <database>] [-l <logname>] [-p <password>]\n");
}