first commit

This commit is contained in:
2024-06-03 18:43:35 +02:00
parent 2da01a3f6e
commit f501d519af
883 changed files with 71550 additions and 2 deletions

View File

@ -0,0 +1,9 @@
#!/bin/bash
QUEUE=$(docker exec sympaServ mailq | grep "^[A-F0-9]")
COUNT=$(docker exec sympaServ mailq | grep -c "^[A-F0-9]")
if [ "$COUNT" -gt 4 ]; then
echo $QUEUE
echo "alerte mailq sympa : $COUNT"
fi