Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
services:monit [2024/02/22 12:49] – willy | services:monit [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | [[https:// | ||
- | |||
- | Check: [[https:// | ||
- | |||
- | <code bash> | ||
- | emerge -v monit | ||
- | </ | ||
- | |||
- | Start it: | ||
- | <code bash> | ||
- | / | ||
- | </ | ||
- | |||
- | It is recommended to start monit through the / | ||
- | FILE / | ||
- | |||
- | # Run monit in standard runlevels | ||
- | mo: | ||
- | |||
- | After updating / | ||
- | |||
- | reverse proxy | ||
- | |||
- | <file - monit.conf> | ||
- | location /monit/ { | ||
- | rewrite ^/ | ||
- | proxy_ignore_client_abort on; | ||
- | proxy_pass | ||
- | proxy_redirect | ||
- | proxy_cookie_path / /monit/; | ||
- | } | ||
- | </ | ||
- | |||
- | < | ||
- | set httpd port 2812 and | ||
- | use address localhost | ||
- | allow localhost | ||
- | # allow admin: | ||
- | allow @users | ||
- | </ | ||