| Age | Commit message (Collapse) | Author |
|
Options means optional, while the field in struct may contains
mandatory or must not be empty.
|
|
|
|
Add a background color for section "Service status" and "Down history"
to highlight it with other text.
Add background color for service that is down in "Service status".
|
|
The "-dev" flag enable running in development mode, where each refresh
will re-read, parse, and execute the template.
|
|
In the main Reports struct, we record the failed ScanReport in separate
slices.
Those slices then displayed on the main page under "Fail history"
section.
|
|
The start method run all the services scanner in the background and
consume the report from it from channel.
Each time new report coming it will notify the Server to update the
index page body.
|
|
Instead of using HTML and JavaScript, generate the web page using
template.
This minimize number of works we do in the future (creating client
in JavaScript and HTTP APIs).
|
|
The service configuration is stored under "$BASE_DIR/etc/lilin/service.d".
with ".cfg" as the file extension.
The service configuration use INI format.
|
|
lilin is a program to help monitor other services through HTTP, TCP,
and UDP connection.
|