| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-10-27 | add go.sumv1.2.0 | Paul Buetow | |
| 2025-10-27 | bunp version | Paul Buetow | |
| 2025-10-27 | feat: Add randomSpread and RunInterval to checks | Paul Buetow | |
| This commit introduces two new optional parameters to the check configuration: - `randomSpread`: This parameter allows specifying a random sleep time up to N seconds before a check is executed. This is useful to avoid all checks running at the same time. - `RunInterval`: This parameter defines the minimum interval in seconds between two executions of a check. This is useful if gogios is run more frequently than a specific check should be. The `README.md` has been updated to document these new features. fix: Fix deadlock when skipping checks This commit also fixes a deadlock that occurred when a check was skipped due to the `RunInterval` setting. The `inputWg.Done()` was not being called, causing the main goroutine to wait forever. build: Replace Taskfile with Magefile The `Taskfile.yml` has been replaced with a `Magefile.go` to manage the build process. This provides more flexibility and is more idiomatic for Go projects. | |||
| 2025-06-12 | Add comprehensive unit tests for federated feature | Paul Buetow | |
| - Tests successful federation from remote endpoints - Tests error handling (server errors, invalid JSON, timeouts) - Tests multiple endpoint federation - Tests duplicate check name conflict resolution - Uses httptest.NewServer for realistic HTTP simulation - Validates federated check marking and status reporting 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> | |||
| 2025-06-01 | more on federated | Paul Buetow | |
| 2025-06-01 | more on federation | Paul Buetow | |
| 2025-05-29 | add comment | Paul Buetow | |
| 2025-05-29 | also show last checked ago in stale report | Paul Buetow | |
| 2025-05-29 | can report stale alerts | Paul Buetow | |
| 2025-05-28 | initial merge state | Paul Buetow | |
| 2025-05-28 | add epoch to check status | Paul Buetow | |
| 2025-05-28 | bunp version | Paul Buetow | |
| 2025-05-28 | persisting report to a file as well | Paul Buetow | |
| 2025-05-28 | fix unknown handling | Paul Buetow | |
| 2025-05-28 | update go version | Paul Buetow | |
| 2024-05-03 | add `-s` flag to the cron tab | Paul Buetow | |
| 2024-05-03 | add blog post | Paul Buetow | |
| 2024-05-03 | remove develop version suffixv1.1.0 | Paul Buetow | |
| 2024-05-03 | add -force to readme | Paul Buetow | |
| 2024-05-02 | add -force flag | Paul Buetow | |
| 2023-10-19 | add goreleaser | Paul Buetow | |
| 2023-10-04 | wrap error | Paul Buetow | |
| 2023-09-03 | add dir setup to rc.local for OpenBSD | Paul Buetow | |
| 2023-07-28 | remove bin | Paul Buetow | |
| 2023-07-28 | lowercase error | Paul Buetow | |
| 2023-06-29 | use log.Fatal | Paul Buetow | |
| 2023-06-18 | add go-task dev | Paul Buetow | |
| 2023-06-18 | add vet and lint checking - fix some lint errors | Paul Buetow | |
| 2023-06-18 | create state dir if it doesnt exist yet | Paul Buetow | |
| 2023-06-07 | restyle | Paul Buetow | |
| 2023-06-01 | bump version str | Paul Buetow | |
| 2023-06-01 | mention Gorumv1.0.2 | Paul Buetow | |
| 2023-06-01 | add retry docs | Paul Buetow | |
| 2023-06-01 | Add Gogios logo | Paul Buetow | |
| 2023-05-31 | change wording | Paul Buetow | |
| 2023-05-17 | add retry and retry interval check config options | Paul Buetow | |
| 2023-05-13 | remove my job title | Paul Buetow | |
| 2023-05-01 | Add taskfile | Paul Buetow | |
| 2023-05-01 | fix dependency | Paul Buetow | |
| 2023-04-27 | fix version string and owner in licv1.0.1 | Paul Buetow | |
| 2023-04-26 | wordingv1.0.0 | Paul Buetow | |
| 2023-04-25 | add DependsOn | Paul Buetow | |
| 2023-04-24 | add version string | Paul Buetow | |
| 2023-04-23 | remove comments for the obviousv0.0.0 | Paul Buetow | |
| 2023-04-23 | typo | Paul Buetow | |
| 2023-04-23 | add trade off | Paul Buetow | |
| 2023-04-23 | fix wording | Paul Buetow | |
| 2023-04-23 | add NRPE to README | Paul Buetow | |
| 2023-04-22 | print out when there were no status changes or there are no unhandled alerts" | Paul Buetow | |
| 2023-04-22 | dont show status change for unhandled report | Paul Buetow | |
