Code

Added state retention APIs. Implemented for check_snmp with --rate option.
[nagiosplug.git] / plugins / check_pgsql.c
index a3652149d7fa81202ce9e132fd63a5d994db19c7..19c3117d72929e6d29495ea3569c62c1f8426f7e 100644 (file)
@@ -466,12 +466,6 @@ print_help (void)
        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);
-#endif
-
        printf (UT_SUPPORT);
 }
 
@@ -480,7 +474,7 @@ print_help (void)
 void
 print_usage (void)
 {
-       printf (_("Usage:"));
+       printf ("%s\n", _("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");
 }