~akhil011/ubuntu/wily/monit/crypto_fix

« back to all changes in this revision

Viewing changes to .pc/05_monitrc.patch/monitrc

  • Committer: Package Import Robot
  • Author(s): Sergey B Kirpichev
  • Date: 2014-12-28 17:32:53 UTC
  • mfrom: (1.1.25)
  • Revision ID: package-import@ubuntu.com-20141228173253-mxmq0pc92jzcyjv2
Tags: 1:5.11-1
* Imported Upstream version 5.11
* Refresh patches
* Comment for rsyslog plugin (Closes: #771322).

Show diffs side-by-side

added added

removed removed

Lines of Context:
123
123
## command line, such as 'monit status' or 'monit restart service' The reason
124
124
## for this is that the Monit client uses the HTTP interface to send these
125
125
## commands to a running Monit daemon. See the Monit Wiki if you want to 
126
 
## enable SSL for the web server. 
 
126
## enable SSL for the HTTP interface. 
127
127
#
128
128
set httpd port 2812 and
129
129
    use address localhost  # only accept connection from localhost
130
130
    allow localhost        # allow localhost to connect to the server and
131
131
    allow admin:monit      # require user 'admin' with password 'monit'
132
 
    allow @monit           # allow users of group 'monit' to connect (rw)
133
 
    allow @users readonly  # allow users of group 'users' to connect readonly
134
132
 
135
133
###############################################################################
136
134
## Services