This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| blueprint: | |
| name: ⚠️ Repeating Alert Notifications by LTek | |
| description: | | |
| **Repeating Alert Notifications ideal for doors, windows, locks, etc** | |
| 🚀 Version 2026.07.11.37c | |
| - ADDED: Wake Screen for Android Notifications. Good for important messages | |
| - ADDED: Variables for the triggering entity's Device Name and Area for use in titles, messages, and Notification ID. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| input { | |
| file { | |
| type => "syslog" | |
| path => ["/var/log/secure", "/var/log/messages"] | |
| tags => ["syslog"] | |
| } | |
| pipe { | |
| type => "edgecast-logs" | |
| command => "zcat /home/edgecast/logs/*.log.gz" |