monitoring-plugins/lib/utils_tcp.h
Matthias Eble d059eeb294 Moved check_tcp's expect string testing into utils_tcp for testing purposes.
Added -A/--all flag to test for every expect string passed.


git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1729 f882894a-f735-0410-b71e-b25c423dba1c
2007-06-03 14:40:13 +00:00

4 lines
175 B
C

/* Header file for utils_disk */
int np_expect_match(char* status, char** server_expect, int server_expect_count,
int all, int exact_match, int verbose);