8 Commits
Author SHA1 Message Date
Jorge Falcon e7a026671d Add TLSConfig support to monitoring module (#182)
- Allows MySQL TLS Config to be set to connect to MySQL over TLS.
Default: `true`
2026-02-23 15:00:44 -05:00
Robert Fairburn 0512d6da11 Initial cross-account log sharing module (#176) 2026-02-18 07:30:11 -06:00
Jorge Falcon 53d2a07140 Cron ignore list to monitoring module (#122)
- Updates monitoring module to use aws sdk v2
- Adds support for suppressing cron monitoring alerts
2025-10-20 13:41:39 -04:00
Jorge Falcon 8befe6f9f5 Go update to 1.24.4 (#62)
- Incrementing go version in monitoring module from 1.24.2 -> 1.24.4
2025-06-26 17:35:05 -04:00
Jorge Falcon 97bf28adde Updating go versions to 1.24.2 (#45) 2025-05-20 10:11:57 -04:00
Scott Gress 9c7ca60c1d Fix cron monitor issue when jobs have no errors (#30) 2025-04-18 17:42:43 -05:00
Scott Gress a04a23cb6c Digest errors in cron monitor (#18)
This PR updates the cron monitoring Lambda code so that if a job runs
multiple times during the monitoring window (typically 1 hour) and
reports errors during several of those runs, the monitor rolls the
errors up into one report. This will cut down on the number of messages
sent via SNS (and reported in Slack).

Example output:

```
Message: Fleet cron 'usage_statistics' (last updated 2025-03-24 17:42:05 +0000 UTC) raised errors in 4 of the previous 14 runs; the most recent is:
["4d33d9dd"]
```

(the `["4d33d9dd"]` is a random value added to a cron_stats row for
testing purposes)
2025-03-31 13:56:58 -05:00
Robert Fairburn f378f62db2 Initial migration (#1)
This will be needed to make the initial tags. Once merged to main, I
will tag with the same module revisions as what exists in the Fleet
repo. We can then test the example module using the new settings.

Once validated, we'll then update the main fleet repo to redirect here
for /terraform and remove everything there. Anything referring to old
tags will still work in-place. Additionally any website references will
be updated as well to reflect these changes.
2025-02-04 10:07:51 -06:00