arnaudsj / monit

Monit is a free open source utility for managing and monitoring, processes, files, directories and filesystems on a UNIX system. Monit conducts automatic maintenance and repair and can execute meaningful causal actions in error situations. (unofficial mirror)
http://mmonit.com/monit/
Other
515 stars 63 forks source link

Log to journald #32

Open haydenseitz opened 2 years ago

haydenseitz commented 2 years ago

I am trying to configure the monit service to log to journald instead of the default /var/log/monit.log. I have tried setting set log /dev/log and set log /dev/stdout, but no luck 😞

References:

haydenseitz commented 2 years ago

I have also tried creating a symlink from /var/log/monit.log to /dev/stdout, still no logs showing in journald