User Tools

This is an old revision of the document!


Monit is a…

Check: Gentoo Wiki Monit page

emerge -v monit
 

Start it:

rc-update add monit default
/etc/init.d/monit start

reverse proxy

monit.conf
location /monit/ {
        rewrite ^/monit/(.*) /$1 break;
        proxy_ignore_client_abort on;
        proxy_pass   http://192.168.1.10:2812; 
        proxy_redirect  http://192.168.1.10:2812 /monit; 
        proxy_cookie_path / /monit/;
    }

This website uses technical cookies only. No information is shared with anybody or used in any way but provide the website in your browser.

More information