/[monit]/monit/monitrc
ViewVC logotype

Diff of /monit/monitrc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.14 by rory, Wed Sep 25 22:43:38 2002 UTC revision 1.15 by chopp, Tue Oct 8 11:39:59 2002 UTC
# Line 56  Line 56 
56  #   tcp            -- Specifies that monit should use a TCP socket type  #   tcp            -- Specifies that monit should use a TCP socket type
57  #                     (Stream socket) when testing the port  #                     (Stream socket) when testing the port
58  #  #
59    #   tcpssl         -- Specifies that monit should use a TCP
60    #                     socket type (Stream socket) which is embeds a ssl
61    #                     connection when testing the port.
62    #
63  #   udp            -- Specifies that monit should use a UDP socket type  #   udp            -- Specifies that monit should use a UDP socket type
64  #                     (datagram socket) when testing the port  #                     (datagram socket) when testing the port
65  #  #
# Line 144  Line 148 
148  #   set httpd port -- Must be followed by a portnumber for the monit http  #   set httpd port -- Must be followed by a portnumber for the monit http
149  #                     server.  #                     server.
150  #  #
151    #         or
152    #
153    #   set sslhttpd port
154    #                  -- Must be followed by a portnumber for the monit http
155    #                     server.  It also needs a PEMFILE statement
156    #
157  #   address        -- If specified, the http server will only accept connect  #   address        -- If specified, the http server will only accept connect
158  #                     requests to this addresses This statement is an optional  #                     requests to this addresses This statement is an optional
159  #                     part of the set httpd statement.  #                     part of the set httpd statement.
160  #    #  
161    #   pemfile        -- Specifies the file with the private key and the
162    #                     certificate for ssl support
163    #
164  #   allow          -- Specify a hostnames or IP addresses allowed to connect  #   allow          -- Specify a hostnames or IP addresses allowed to connect
165  #                     to the http server (one allow statement per host)  #                     to the http server (one allow statement per host)
166  #         and/or  #         and/or

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26