monit icon indicating copy to clipboard operation
monit copied to clipboard

Option to install latest version of monit, instead of version in `apt` repo?

Open dylancwood opened this issue 10 years ago • 2 comments

Thank you for the great role.

I recently ran into an issue where the version of Monit in the apt repo (5.6) does not support some critical functionality (run check program ... as uid.., which was added in 5.9).

How do you feel about a PR that adds the option to retrieve the compiled monit executable from a URL?

dylancwood avatar Dec 19 '15 22:12 dylancwood

Sure its certain not uncommon for apt repos to be behind, and optionally installing from source is great way to circumvent that, would you fetch it from the monit downloads (e.g - https://mmonit.com/monit/dist/binary/5.15/monit-5.15-linux-x64.tar.gz) or clone the repo using a variable tag and build it? If you want to put something up to this affect id be happy to take a look :)

farridav avatar Dec 20 '15 13:12 farridav

I'd be open to that PR. The nginx/nodejs roles kinda have the option of toggling between source vs package install.

otakup0pe avatar Aug 12 '16 21:08 otakup0pe