mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-06 02:11:42 +02:00
Renamed alert-bot to alert-compose
This commit is contained in:
@@ -6,7 +6,7 @@ Verifies that each of your Nginx‐served 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
|
||||
|
@@ -23,4 +23,4 @@ galaxy_info:
|
||||
documentation: "https://s.veen.world/cymais"
|
||||
dependencies:
|
||||
- generic-python-pip
|
||||
- alert-core
|
||||
- alert-compose
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user