|
@@ -117,10 +117,10 @@ set mailserver localhost
|
117
|
117
|
## services monitored and manage services from a web interface. See the
|
118
|
118
|
## Monit Wiki if you want to enable SSL for the web server.
|
119
|
119
|
#
|
120
|
|
-# set httpd port 2812 and
|
121
|
|
-# use address localhost # only accept connection from localhost
|
122
|
|
-# allow localhost # allow localhost to connect to the server and
|
123
|
|
-# allow admin:monit # require user 'admin' with password 'monit'
|
|
120
|
+set httpd port 2812 and
|
|
121
|
+ use address localhost # only accept connection from localhost
|
|
122
|
+ allow localhost # allow localhost to connect to the server and
|
|
123
|
+ allow admin:monit # require user 'admin' with password 'monit'
|
124
|
124
|
# allow @monit # allow users of group 'monit' to connect (rw)
|
125
|
125
|
# allow @users readonly # allow users of group 'users' to connect readonly
|
126
|
126
|
#
|