2024-09-15 20:09:35 +02:00
2024-09-15 20:09:35 +02:00
2024-09-15 21:15:26 +02:00

setup ntfy

ntfy is on apple store and play store

Basically it's an app which subscribes to a channel with a name. messages can be send to the channel with GET requests. So curl in a simple script is essentially all you need on a system for notifications of all kind.

Details see here.

mdadm

  • add line with PROGRAM to your existing mdadm config, usually in /etc/mdadm/mdadm.cfg
  • place mdadm-notify.sh in a folder specified in the config, eg. /usr/local/bin
  • make the script executable, with eg. chmod +x /usr/local/bin/mdadm-notiy.sh
Description
information for setting up ntfy as a notification for system monitoring
Readme 27 KiB
Languages
Shell 100%