diff options
Diffstat (limited to 'plugins/check_pgsql.c')
-rw-r--r-- | plugins/check_pgsql.c | 2 |
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.")); |