Go to the source code of this file.
Functions | |
int | check_httpd () |
Check if the HTTPD server is running. More... | |
int | can_http () |
void | monit_http (int action) |
Start and stop the monit http server. More... |
Start/Stop the monit http server and check if monit http can start.
Definition in file monit_http.c.
|
Definition at line 86 of file monit_http.c. References myrun::Auth, myrun::myautentication::defined, myrun::dohttpd, error(), has_hosts_allow(), myrun::isdaemon, prog, and Run. |
|
Check if the HTTPD server is running.
Definition at line 73 of file monit_http.c. References myrun::bind_addr, check_connect(), myrun::httpdport, and Run. |
|
Start and stop the monit http server.
Definition at line 112 of file monit_http.c. References myrun::httpdport, log(), prog, Run, START_HTTP, STOP_HTTP, and stop_httpd(). |