mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-02-20 00:10:09 -05:00
The np_expect_match() function now returns one of three possible states instead of just TRUE or FALSE: - NP_MATCH_SUCCESS - NP_MATCH_FAILURE - NP_MATCH_RETRY The NP_MATCH_RETRY state indicates that matching might succeed if np_expect_match() is called with a longer input string. This allows check_tcp to decide whether it makes sense to wait for additional data from the server. |
||
|---|---|---|
| .. | ||
| tests | ||
| extra_opts.c | ||
| extra_opts.h | ||
| Makefile.am | ||
| parse_ini.c | ||
| parse_ini.h | ||
| utils_base.c | ||
| utils_base.h | ||
| utils_cmd.c | ||
| utils_cmd.h | ||
| utils_disk.c | ||
| utils_disk.h | ||
| utils_tcp.c | ||
| utils_tcp.h | ||