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,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.
|
||||
|
@@ -21,4 +21,4 @@ galaxy_info:
|
||||
repository: "https://s.veen.world/cymais"
|
||||
documentation: "https://s.veen.world/cymais"
|
||||
dependencies:
|
||||
- alert-core
|
||||
- alert-compose
|
||||
|
@@ -1,6 +1,6 @@
|
||||
[Unit]
|
||||
Description=checking disc space
|
||||
OnFailure=alert-core.cymais@%n.service
|
||||
OnFailure=alert-compose.cymais@%n.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
|
Reference in New Issue
Block a user