On 07/02/12 13:37, Tom H wrote:
sudo git clone git://github.com/tolland/monit-shared.git /usr/share/monit-sharedsudo ln -s /usr/share/monit/monit.d/* /etc/monit.d/
oops Ignore that. there is a typo in there.sudo git clone git://github.com/tolland/monit-shared.git /usr/share/monit-shared
sudo ln -s -t /etc/monit.d/ /usr/share/monit-shared/monit.d/* that is a bit less breakage involved. Tom -- To unsubscribe: https://lists.nongnu.org/mailman/listinfo/monit-general
