Age | Commit message (Expand) | Author | Files | Lines |
2024-09-05 | fix broken SQL update | Gibheer | 1 | -2/+2 |
2024-09-05 | use fs facilities | Parsa Yousefi | 1 | -6/+2 |
2024-09-05 | replace deprecated dependency | Parsa Yousefi | 1 | -3/+3 |
2023-09-05 | add support for debug checker log output | Gibheer | 1 | -0/+1 |
2023-09-05 | add debug log support for the checker | Gibheer | 1 | -0/+13 |
2023-09-05 | migrate moncheck to slog | Gibheer | 4 | -10/+179 |
2023-08-17 | switch from log to slog | Gibheer | 5 | -28/+24 |
2023-08-17 | prepare switch to log/slog | Gibheer | 3 | -2/+109 |
2023-08-17 | add TODO items | Gibheer | 1 | -0/+3 |
2022-12-15 | add LICENSE file20221215 | Gibheer | 1 | -0/+19 |
2022-12-15 | monfront - add basic interface to create some entities | Gibheer | 6 | -0/+255 |
2022-12-02 | monfront - only ACK when the check is in alarm state | Gibheer | 1 | -1/+14 |
2022-11-22 | monfront - remove more old cruft | Gibheer | 1 | -4/+0 |
2022-11-22 | monfront - remove create option | Gibheer | 1 | -11/+0 |
2022-11-22 | remove old schema file | Gibheer | 1 | -85/+0 |
2022-11-11 | update dependencies | Gibheer | 142 | -2292/+16032 |
2022-11-08 | update dependencies | Gibheer | 211 | -11259/+28220 |
2021-12-02 | cmd/monfront - import monfront from separate repository | Gibheer | 427 | -4/+197845 |
2021-12-02 | cmd/moncheck - fix missing return value | Gibheer | 1 | -3/+5 |
2021-12-02 | cmd/moncheck - switch to monzero.Checker | Gibheer | 1 | -85/+15 |
2021-12-02 | add basic infrastructure for writing a checker | Gibheer | 2 | -0/+188 |
2019-08-12 | support new checker api | Gibheer | 3 | -16/+14 |
2019-08-12 | make build the default | Gibheer | 1 | -3/+3 |
2019-05-28 | disable CGO support because of build errors | Gibheer | 1 | -2/+2 |
2019-05-28 | fill in state_change column | Gibheer | 1 | -2/+6 |
2019-04-10 | cmd/moncheck: use mapping only for notifications | Gibheer | 1 | -16/+9 |
2019-04-09 | fix idle in transaction | Gibheer | 1 | -18/+8 |
2019-03-13 | move monfront to separate repository | Gibheer | 3 | -881/+0 |
2019-03-08 | monfront - fix group list | Gibheer | 1 | -18/+28 |
2019-03-08 | monfront - enable jumping from groups to checks | Gibheer | 1 | -7/+8 |
2019-03-08 | monfront - add link to list checks from a group | Gibheer | 1 | -5/+23 |
2019-01-24 | monfront - final fix for select all | Gibheer | 1 | -6/+10 |
2019-01-24 | monfront - add select all | Gibheer | 1 | -22/+46 |
2019-01-24 | monfront - fix check id variable name | Gibheer | 1 | -1/+1 |
2019-01-24 | monfront - firefox has no event.path | Gibheer | 1 | -6/+12 |
2019-01-24 | monfront - add highlight to selected rows | Gibheer | 1 | -0/+7 |
2019-01-24 | monfront - add line select | Gibheer | 1 | -3/+20 |
2019-01-24 | monfront - link to node checks from check detail0.1 | Gibheer | 1 | -1/+1 |
2019-01-24 | monfront - fix referer | Gibheer | 1 | -1/+2 |
2019-01-11 | monfront - add notifications to check details | Gibheer | 1 | -9/+56 |
2019-01-11 | monfront - remove showNode and showGroup | Gibheer | 1 | -10/+0 |
2019-01-11 | add missing table to database schema | Gibheer | 1 | -2/+9 |
2019-01-11 | monfront - send an okay notification when check is acknowledged | Gibheer | 1 | -0/+20 |
2019-01-11 | moncheck - add hostname to notifications | Gibheer | 1 | -5/+10 |
2019-01-10 | monfront - fix group order | Gibheer | 1 | -8/+9 |
2019-01-10 | monfront - sort result list | Gibheer | 1 | -1/+11 |
2019-01-10 | monfront - add hover background color | Gibheer | 1 | -0/+1 |
2019-01-10 | monfront - add css to make check detail view nicer | Gibheer | 1 | -8/+7 |
2019-01-09 | monfront - add check detail view | Gibheer | 1 | -46/+220 |
2019-01-07 | moncheck - make workers configurable | Gibheer | 2 | -3/+11 |