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