7 lines
168 B
Bash
Executable File
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
|