mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-10 17:20:05 -04:00
expect is +OK for SPOP too
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@233 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
198b425de6
commit
6f1fc7e3a0
1 changed files with 1 additions and 1 deletions
|
|
@ -171,7 +171,7 @@ main (int argc, char **argv)
|
|||
asprintf (&PROGNAME, "check_spop");
|
||||
asprintf (&SERVICE, "SPOP");
|
||||
SEND=NULL;
|
||||
asprintf (&EXPECT, "110");
|
||||
asprintf (&EXPECT, "+OK");
|
||||
asprintf (&QUIT, "QUIT\r\n");
|
||||
PROTOCOL=TCP_PROTOCOL;
|
||||
use_ssl=TRUE;
|
||||
|
|
|
|||
Loading…
Reference in a new issue