Files
monitor/checkMeteoService
T
2025-03-24 21:33:34 +00:00

7 lines
168 B
Bash
Executable File

#!/bin/bash
if [[ $(tail -200 /tmp/meteoo.err | grep -c Traceback) -gt 0 ]]; then
./addEvent.sh "ERROR,"meteoo",1,1,Meteoo service programming error detected"
fi