Go to the source code of this file.
Defines | |
#define | ACTION(c) !strncasecmp(req->url, c, sizeof(c)) |
#define | HOME "/" |
#define | STOP "/_stop" |
#define | TEST "/_monit" |
#define | ABOUT "/_about" |
#define | PIXEL "/_pixel" |
#define | RUN "/_runtime" |
#define | VIEWLOG "/_viewlog" |
Functions | |
void | init_service () |
Callback hook to the Processor module for registering this modules doGet and doPost methods. | |
Variables | |
ssl_server_connection * | mySSLServerConnection |
This particilary cervlet will provide information about the monit deamon and programs monitored by monit.
Definition in file cervlet.c.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Callback hook to the Processor module for registering this modules doGet and doPost methods.
Definition at line 103 of file cervlet.c. References add_Impl(). |
|
|