monit-docker icon indicating copy to clipboard operation
monit-docker copied to clipboard

Error in documentation (pidfile)

Open kfeina opened this issue 1 year ago • 0 comments

Hello again,

I think that the documentation is not correct related to pidifle, it is written "check program" :

check program docker.foo_php_fpm.pid with pidfile /run/monit-docker/foo_php_fpm.pid group monit-docker if changed pid then alert

And It sholud be "check process":

check process docker.foo_php_fpm.pid with pidfile /run/monit-docker/foo_php_fpm.pid group monit-docker if changed pid then alert

kfeina avatar Mar 01 '24 10:03 kfeina