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

@@ -10,7 +10,7 @@ Optimized for effective disk space management, this role:
- Installs required packages (e.g. [lsof](https://en.wikipedia.org/wiki/Lsof) and [psutil](https://pypi.org/project/psutil/)) using pacman.
- Creates a directory for storing cleanup scripts.
- Deploys a Python script that deletes old backup directories when disk usage is too high.
- Configures a systemd service to run the cleanup script, with notifications via [alert-core](../alert-core/README.md).
- Configures a systemd service to run the cleanup script, with notifications via [alert-compose](../alert-compose/README.md).
## Purpose

View File

@@ -23,5 +23,5 @@ galaxy_info:
documentation: "https://s.veen.world/cymais"
dependencies:
- generic-python-pip
- alert-core
- alert-compose
- maintenance-lock

View File

@@ -1,6 +1,6 @@
[Unit]
Description=delete old backups
OnFailure=alert-core.cymais@%n.service
OnFailure=alert-compose.cymais@%n.service
[Service]
Type=oneshot