Files
Domoticz/logwatch.sh
2025-03-06 11:09:58 +01:00

4 lines
197 B
Bash
Executable File

#!/bin/bash
/usr/sbin/logwatch --detail high --format html >/tmp/logwatch.html; echo "Log watch" | /usr/bin/mutt -s "Rapport logwatch domoticz" -a /tmp/logwatch.html -- jerome.delacotte@gmail.com