/[monit]/monit/monit.pod
ViewVC logotype

Diff of /monit/monit.pod

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

revision 1.27 by chopp, Tue Oct 8 14:40:22 2002 UTC revision 1.28 by chopp, Thu Oct 10 16:08:53 2002 UTC
# Line 605  are allowed to bind to. Line 605  are allowed to bind to.
605  Or if you want to have ssl support for the httpd server you can  Or if you want to have ssl support for the httpd server you can
606  use the following expression:  use the following expression:
607    
608    set httpds port 2812 pemfile /var/certs/monit.pem    set httpd port 2812
609            ssl enable
610            pemfile /var/certs/monit.pem
611    
612  The pemfile holds the private key and the certificate.  It should  The pemfile holds the private key and the certificate.  It should
613  be stored on a safe place on the filesystem and should have  be stored on a safe place on the filesystem and should have
# Line 849  much easier to read at a glance. The pun Line 851  much easier to read at a glance. The pun
851                   messages emitted by monit.                   messages emitted by monit.
852   set httpd port  Activates monit http server at the given   set httpd port  Activates monit http server at the given
853                   portnumber.                   portnumber.
854     ssl enable      Enables ssl support for the httpd server.
855                     It requires the use of the pemfile statement.
856     ssl disable     Disables ssl support for the httpd server.
857                     It is equal to omitting any ssl statement.
858     pemfile         Set the pemfile to be used with ssl.
859   address         If specified, the http server will only   address         If specified, the http server will only
860                   accept connect requests to this addresses                   accept connect requests to this addresses
861                   This statement is an optional part of the                   This statement is an optional part of the
# Line 968  much easier to read at a glance. The pun Line 975  much easier to read at a glance. The pun
975  Here's the complete list of reserved B<keywords> used by monit:  Here's the complete list of reserved B<keywords> used by monit:
976    
977  I<set>, I<daemon>, I<logfile>, I<syslog>, I<address>, I<httpd>,  I<set>, I<daemon>, I<logfile>, I<syslog>, I<address>, I<httpd>,
978  I<httpds>, I<allow>, I<check>, I<init>, I<pidfile>, I<group>,  I<ssl>, I<enable>, I<disable>, I<pemfile>, I<allow>, I<check>,
979  I<start>, I<stop>, I<port(number)>, I<unix(socket)>, I<type>,  I<init>, I<pidfile>, I<group>, I<start>, I<stop>,
980  I<proto(col)>, I<tcp>, I<tcpssl>, I<udp>, I<alert>,  I<port(number)>, I<unix(socket)>, I<type>, I<proto(col)>, I<tcp>,
981  I<mail-format>, I<restart>, I<timeout>, I<checksum>, I<resource>,  I<tcpssl>, I<udp>, I<alert>, I<mail-format>, I<restart>,
982  I<expect>, I<mailserver>, I<every>, I<autostart>, I<yes>, I<no>,  I<timeout>, I<checksum>, I<resource>, I<expect>, I<mailserver>,
983  I<host>, I<default>, I<http>, I<ftp>, I<smtp>, I<pop>, I<nntp>,  I<every>, I<autostart>, I<yes>, I<no>, I<host>, I<default>,
984  I<imap>, I<request>, I<cpuusage>, I<memusage>, I<memkbyte> and  I<http>, I<ftp>, I<smtp>, I<pop>, I<nntp>, I<imap>, I<request>,
985  I<loadavg>.  I<cpuusage>, I<memusage>, I<memkbyte> and I<loadavg>.
986    
987  And here is a complete list of B<noise keywords> ignored by  And here is a complete list of B<noise keywords> ignored by
988  monit:  monit:

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

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