Wormington-Scholar-Chatbot / check_health.sh
Alysha Creelman
Create check_health.sh
12fa8dd unverified
raw
history blame
187 Bytes
#!/bin/bash
# Check if "app.py" is running
if ! pgrep -f "app.py"; then
echo "Chatbot is down" | mail -s "Chatbot Down Alert" amcreelman@wpi.edu,eesojka@wpi.edu,jekimball@wpi.edu
fi