Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
monit [2016/05/31 14:43] yassine chaouche [How to write a monit script ?] |
monit [2016/05/31 16:17] (current) yassine chaouche [Configuring the HTTP port for the monit web interface] |
||
---|---|---|---|
Line 91: | Line 91: | ||
==== Configuring the HTTP port for the monit web interface ==== | ==== Configuring the HTTP port for the monit web interface ==== | ||
<code> | <code> | ||
- | SET HTTPD PORT 8001 | + | SET HTTPD PORT 8001 ALLOW user:pass |
</code> | </code> | ||
+ | You must put an ALLOW keyword, otherwise it won't work. | ||
==== Sending alerts when something goes wrong ==== | ==== Sending alerts when something goes wrong ==== | ||