summaryrefslogtreecommitdiff
path: root/netmon.c
AgeCommit message (Collapse)Author
2023-01-21Parse CLI arguments with `https://github.com/skeeto/optparse`Keuin
2021-12-30Fix one compiler warning.v1.1.0Keuin
2021-12-30Add ping check (-p).Keuin
Support custom error handling command (-c). Add runtime params validation for logging.
2021-12-29Move `check_network` to separate files.Keuin
2021-12-28Log failure count when network failure is detected. Explicit boundary limiting.v1.0.0Keuin
2021-12-28Bugfix: wrong logging statement.Keuin
2021-12-28Renaming.Keuin
2021-12-28Bugfix: wrong logging statement.Keuin
2021-12-28Initial version.Keuin