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

@@ -6,5 +6,5 @@ Monitors disk-space usage and alerts if any filesystem usage exceeds your define
## Features
- Uses `df` to gather current usage.
- Compares against `size_percent_disc_space_warning` threshold.
- Sends failure alerts via `alert-core`.
- Sends failure alerts via `alert-compose`.
- Runs on a configurable systemd timer.

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 disc space
OnFailure=alert-core.cymais@%n.service
OnFailure=alert-compose.cymais@%n.service
[Service]
Type=oneshot