diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-08-29 10:39:43 +0200 |
---|---|---|
committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-08-29 10:42:19 +0200 |
commit | b4d84ebfee2cc93935ffead1f09a83ab0005ea10 (patch) | |
tree | ae415b41307516b57fe14528b4b42bd68f89857c | |
parent | e4c59440f0383cda12f6d4a4b1d34c38dbe10089 (diff) | |
download | monitoring-plugins-b4d84ebfee2cc93935ffead1f09a83ab0005ea10.tar.gz |
check_snmp: Remove options description for input delimiter
-rw-r--r-- | plugins/check_snmp.c | 6 |
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=#"); |