mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 10:19:09 +00:00 
			
		
		
		
	Renamed alert-bot to alert-compose
This commit is contained in:
		| @@ -6,7 +6,7 @@ This role installs and configures the necessary components for sending notificat | ||||
|  | ||||
| ## Overview | ||||
|  | ||||
| Optimized for real-time alerts, this role is a key component of the overall [`alert-core` suite](../). It ensures that, upon failure of a critical service, a Telegram message is automatically sent to notify administrators and enable prompt troubleshooting. | ||||
| Optimized for real-time alerts, this role is a key component of the overall [`alert-compose` suite](../). It ensures that, upon failure of a critical service, a Telegram message is automatically sent to notify administrators and enable prompt troubleshooting. | ||||
|  | ||||
| ## Purpose | ||||
|  | ||||
| @@ -17,7 +17,7 @@ The primary purpose of this role is to provide a robust solution for automated T | ||||
| - **Service Installation & Configuration:** Installs and configures necessary components (including the `curl` package). | ||||
| - **Customizable Templates:** Supports tailored Telegram message templates for service failure notifications. | ||||
| - **Secure Notifications:** Leverages systemd to trigger alerts automatically when services fail. | ||||
| - **Suite Integration:** Part of the [`alert-core` suite](../) which includes related roles such as [alert-email](../alert-email/README.md) and others. | ||||
| - **Suite Integration:** Part of the [`alert-compose` suite](../) which includes related roles such as [alert-email](../alert-email/README.md) and others. | ||||
|    | ||||
| ## Other Resources | ||||
|  | ||||
|   | ||||
| @@ -1,7 +1,7 @@ | ||||
| --- | ||||
| galaxy_info: | ||||
|   author: "Kevin Veen-Birkenbach" | ||||
|   description: "Installs and configures components for sending Telegram notifications through systemd. This role is part of the alert-core suite, providing automated alerts when services fail." | ||||
|   description: "Installs and configures components for sending Telegram notifications through systemd. This role is part of the alert-compose suite, providing automated alerts when services fail." | ||||
|   license: "CyMaIS NonCommercial License (CNCL)" | ||||
|   license_url: "https://s.veen.world/cncl" | ||||
|   company: | | ||||
|   | ||||
		Reference in New Issue
	
	Block a user