Add pushover-client and configuration.
This commit is contained in:
parent
95972c6d3b
commit
eb4db66bfd
5 changed files with 716 additions and 0 deletions
4
etc/local.d/pushover-alert.start
Executable file
4
etc/local.d/pushover-alert.start
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Alert that this host is up.
|
||||
( sleep 30; [[ -x /opt/sbin/pushover-client ]] && /opt/sbin/pushover-client -p -1 -m "Boot up: ${HOSTNAME%%.*}" ) &
|
||||
Loading…
Add table
Add a link
Reference in a new issue