Renamed alert-bot to alert-compose

This commit is contained in:
2025-07-09 00:11:41 +02:00
parent 8da2e41463
commit 7362accab0
61 changed files with 67 additions and 67 deletions

View File

@@ -7,7 +7,7 @@ Scans `journalctl` over the last day for “error” entries and alerts if any a
- Runs `journalctl --since '1 day ago' | grep -i error`.
- Exits non-zero on matches.
- Scheduled via systemd timer.
- Alerts via `alert-core` on detection.
- Alerts via `alert-compose` on detection.
## Usage
Include the role; set `on_calendar_health_journalctl` for your preferred schedule.

View File

@@ -21,4 +21,4 @@ galaxy_info:
repository: "https://s.veen.world/cymais"
documentation: "https://s.veen.world/cymais"
dependencies:
- alert-core
- alert-compose

View File

@@ -1,6 +1,6 @@
[Unit]
Description=checking journalctl health
OnFailure=alert-core.cymais@%n.service
OnFailure=alert-compose.cymais@%n.service
[Service]
Type=oneshot