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,7 +6,7 @@ Verifies that each of your Nginxserved domains returns an expected HTTP statu
## Features
- Scans your `nginx` server block `.conf` files for domains.
- HEAD-requests each domain and compares against per-domain expected codes.
- Reports any mismatches via `alert-core`.
- Reports any mismatches via `alert-compose`.
- Scheduled via a systemd timer for periodic health sweeps.
## Usage

View File

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

View File

@@ -1,6 +1,6 @@
[Unit]
Description=Check nginx configuration status
OnFailure=alert-core.cymais@%n.service
OnFailure=alert-compose.cymais@%n.service
[Service]
Type=oneshot