Data Fields | |
int | defined |
TRUE if basic authentication can be used. More... | |
char * | uname |
User allowed to connect to monit httpd. More... | |
char * | passwd |
The users password in clear text. More... |
Definition at line 115 of file monitor.h.
|
TRUE if basic authentication can be used.
Definition at line 116 of file monitor.h. Referenced by can_http(), get_basic_authentication_header(), and printrunlist(). |
|
The users password in clear text.
Definition at line 118 of file monitor.h. Referenced by get_basic_authentication_header(). |
|
User allowed to connect to monit httpd.
Definition at line 117 of file monitor.h. Referenced by get_basic_authentication_header(). |