Data Fields | |
volatile int | socket |
Socket used for connection. More... | |
int | type |
Socket type used for connection (UDP/TCP). More... | |
int | family |
Socket family used for connection (INET/UNIX). More... | |
char * | hostname |
Hostname to check. More... | |
int | port |
Portnumber. More... | |
char * | request |
Specific protocol request. More... | |
char * | pathname |
Pathname, in case of an UNIX socket. More... | |
char * | address |
Object used for testing a port's service. More... | |
myport::myprotocol * | protocol |
myport * | next |
next port in chain. More... |
Definition at line 132 of file monitor.h.
|
Object used for testing a port's service.
|
|
Socket family used for connection (INET/UNIX).
Definition at line 135 of file monitor.h. Referenced by create_generic_socket(), and printprocess(). |
|
Hostname to check.
Definition at line 136 of file monitor.h. Referenced by create_generic_socket(), and printprocess(). |
|
next port in chain.
Definition at line 149 of file monitor.h. Referenced by printprocess(). |
|
Pathname, in case of an UNIX socket.
Definition at line 139 of file monitor.h. Referenced by create_generic_socket(), and printprocess(). |
|
Portnumber.
Definition at line 137 of file monitor.h. Referenced by create_generic_socket(), and printprocess(). |
|
Referenced by printprocess(). |
|
Specific protocol request.
Definition at line 138 of file monitor.h. Referenced by check_http(), and printprocess(). |
|
Socket used for connection.
Definition at line 133 of file monitor.h. Referenced by check_connection_io(), check_ftp(), check_http(), check_imap(), check_nntp(), check_pop(), and check_smtp(). |
|
Socket type used for connection (UDP/TCP).
Definition at line 134 of file monitor.h. Referenced by check_connection_io(), and create_generic_socket(). |