Skip to content

hudson-newey/Server-Alert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Server-Alert

Gives an alert via email if a pre-defined server is not reachable

How to Edit Alert Message

alertTemplate.txt

This is the file which will be sent to the dedicated email. This file can be renamed and rendered in a HTML .html file.

How to Edit Alert Email
Change email@domain.com on line 23 to your prefered email

Change Email Subject
Change [ALERT] Server 192.168.1.12/24 (pi.hole/) not responding... to your email subject header.

Changing Failed Data Points Threashhold
This defines how many times a ping has to fail to give an alert.
Change the number on line 30 to the number of failed data points.

Changing Server Address
Change ping -c 1 xxx.xxx.xxx.xxx on line 8 to your server address / IP address