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.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/check_snmp.c b/plugins/check_snmp.c
index 6c672793..1f4acb5a 100644
--- a/plugins/check_snmp.c
+++ b/plugins/check_snmp.c
@@ -75,9 +75,6 @@ const char DEFAULT_MIBLIST[] = "ALL";
75# define DEFAULT_PRIV_PROTOCOL "AES" 75# define DEFAULT_PRIV_PROTOCOL "AES"
76#endif 76#endif
77 77
78#define DEFAULT_DELIMITER "="
79#define DEFAULT_BUFFER_SIZE 100
80
81/* Longopts only arguments */ 78/* Longopts only arguments */
82#define L_INVERT_SEARCH CHAR_MAX + 3 79#define L_INVERT_SEARCH CHAR_MAX + 3
83#define L_OFFSET CHAR_MAX + 4 80#define L_OFFSET CHAR_MAX + 4
@@ -1027,9 +1024,6 @@ void print_help(void) {
1027 printf(" %s\n", 1024 printf(" %s\n",
1028 _("List of MIBS to be loaded (default = none if using numeric OIDs or 'ALL'")); 1025 _("List of MIBS to be loaded (default = none if using numeric OIDs or 'ALL'"));
1029 printf(" %s\n", _("for symbolic OIDs.)")); 1026 printf(" %s\n", _("for symbolic OIDs.)"));
1030 printf(" %s\n", "-d, --delimiter=STRING");
1031 printf(" %s \"%s\"\n", _("Delimiter to use when parsing returned data. Default is"),
1032 DEFAULT_DELIMITER);
1033 printf(" %s\n", _("Any data on the right hand side of the delimiter is considered")); 1027 printf(" %s\n", _("Any data on the right hand side of the delimiter is considered"));
1034 printf(" %s\n", _("to be the data that should be used in the evaluation.")); 1028 printf(" %s\n", _("to be the data that should be used in the evaluation."));
1035 printf(" %s\n", "-z, --nulloid=#"); 1029 printf(" %s\n", "-z, --nulloid=#");