#8 Sending Telegram message to Paddy in case the SQL server is down
This commit is contained in:
@@ -9,6 +9,9 @@ def runPings():
|
||||
telegram = TelegramHandler.TelegramHandler()
|
||||
conn = SQLConnectionHandler.getConnection()
|
||||
|
||||
if not conn:
|
||||
telegram.sendMessage('230970888', 'Your SQL Server seems to be offline. Maybe give it a check as soon as possible.')
|
||||
|
||||
# Get data from SQL
|
||||
users = getUsers(conn)
|
||||
servers = getServersToPing(conn)
|
||||
|
||||
Reference in New Issue
Block a user