summaryrefslogtreecommitdiffstats
path: root/plugins/check_snmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_snmp.c')
-rw-r--r--plugins/check_snmp.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/plugins/check_snmp.c b/plugins/check_snmp.c
index 2e9ea63..ca6d7a3 100644
--- a/plugins/check_snmp.c
+++ b/plugins/check_snmp.c
@@ -948,12 +948,13 @@ Check status of remote machines and obtain sustem information via SNMP\n\n"));
948void 948void
949print_usage (void) 949print_usage (void)
950{ 950{
951 printf (_("\ 951 printf ("\
952Usage: %s -H <ip_address> -o <OID> [-w warn_range] [-c crit_range] \n\ 952Usage: %s -H <ip_address> -o <OID> [-w warn_range] [-c crit_range] \n\
953 [-C community] [-s string] [-r regex] [-R regexi] [-t timeout]\n\ 953 [-C community] [-s string] [-r regex] [-R regexi] [-t timeout]\n\
954 [-l label] [-u units] [-p port-number] [-d delimiter]\n\ 954 [-l label] [-u units] [-p port-number] [-d delimiter]\n\
955 [-D output-delimiter] [-m miblist] [-P snmp version]\n\ 955 [-D output-delimiter] [-m miblist] [-P snmp version]\n\
956 [-L seclevel] [-U secname] [-a authproto] [-A authpasswd]\n\ 956 [-L seclevel] [-U secname] [-a authproto] [-A authpasswd]\n\
957 [-X privpasswd]\n"), progname); 957 [-X privpasswd]\n", progname);
958 printf (_(UT_HLP_VRS), progname, progname); 958
959 printf (UT_HLP_VRS, progname, progname);
959} 960}