diff options
| author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-11-07 15:10:39 +0100 |
|---|---|---|
| committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-11-07 15:10:39 +0100 |
| commit | 5bbfd58105766d453a6d0de5b9afcaf6daf4b460 (patch) | |
| tree | 7f553a70ca980fe7e7de57c3bc0e648d3986930f | |
| parent | 9d827acbe1aac0edaa91a8765a87412a189cadf1 (diff) | |
| download | monitoring-plugins-5bbfd58105766d453a6d0de5b9afcaf6daf4b460.tar.gz | |
Fix typo
| -rw-r--r-- | plugins/check_mysql_query.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_mysql_query.c b/plugins/check_mysql_query.c index cb79b4b4..8af378d5 100644 --- a/plugins/check_mysql_query.c +++ b/plugins/check_mysql_query.c | |||
| @@ -269,7 +269,7 @@ check_mysql_query_config_wrapper process_arguments(int argc, char **argv) { | |||
| 269 | case 'w': { | 269 | case 'w': { |
| 270 | mp_range_parsed tmp = mp_parse_range_string(optarg); | 270 | mp_range_parsed tmp = mp_parse_range_string(optarg); |
| 271 | if (tmp.error != MP_PARSING_SUCCES) { | 271 | if (tmp.error != MP_PARSING_SUCCES) { |
| 272 | die(STATE_UNKNOWN, "failed to parse warnign threshold"); | 272 | die(STATE_UNKNOWN, "failed to parse warning threshold"); |
| 273 | } | 273 | } |
| 274 | result.config.thresholds = mp_thresholds_set_warn(result.config.thresholds, tmp.range); | 274 | result.config.thresholds = mp_thresholds_set_warn(result.config.thresholds, tmp.range); |
| 275 | } break; | 275 | } break; |
