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

Diff of /monit/monit.pod

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

revision 1.37 by chopp, Mon Nov 18 12:51:56 2002 UTC revision 1.38 by hauk, Mon Nov 25 17:00:38 2002 UTC
# Line 618  server: Line 618  server:
618   host www.tildeslash.com port 80 protocol http   host www.tildeslash.com port 80 protocol http
619    
620  At the moment monit knows how to speak I<HTTP>, I<SMTP>, I<FTP>,  At the moment monit knows how to speak I<HTTP>, I<SMTP>, I<FTP>,
621  I<POP>, I<IMAP> and I<NNTP>. If you have compiled monit with ssl  I<POP>, I<IMAP>, I<NNTP> and I<SSH>.  If you have compiled monit
622  support, monit can also speak I<HTTPS>, I<FTPS>, I<POPS> and  with ssl support, monit can also speak I<HTTPS>, I<FTPS>, I<POPS>
623  I<IMAPS>.  and I<IMAPS>.
624    
625  Some protocols also support a request statement. This statement  Some protocols also support a request statement. This statement
626  can be used to ask the server for a special document entity.  can be used to ask the server for a special document entity.
# Line 809  The biggest weakness with Basic Authenti Line 809  The biggest weakness with Basic Authenti
809  username and password is sent in clear-text (i.e. base64 encoded)  username and password is sent in clear-text (i.e. base64 encoded)
810  over the network. It is therefor recommended that you do not use  over the network. It is therefor recommended that you do not use
811  this authentication method unless you run the monit http server  this authentication method unless you run the monit http server
812  with I<ssl> support. B<If> you are using monit with ssl support  with I<ssl> support. With ssl support it is completely safe to
813  then it is completely safe to use Basic Authentication since  use Basic Authentication since B<all> http data, including Basic
814  B<all> http data, including Basic Authentication headers will be  Authentication headers will be encrypted.
 encrypted.  
815    
816  monit will use Basic Authentication if an allow statement contains  monit will use Basic Authentication if an allow statement contains
817  a username and password separated with a single ':' character,  a username and password separated with a single ':' character,
# Line 1101  I<tcpssl>, I<udp>, I<alert>, I<mail-form Line 1100  I<tcpssl>, I<udp>, I<alert>, I<mail-form
1100  I<timeout>, I<checksum>, I<resource>, I<expect>, I<mailserver>,  I<timeout>, I<checksum>, I<resource>, I<expect>, I<mailserver>,
1101  I<every>, I<mode>, I<active>, I<passive>, I<manual>, I<host>,  I<every>, I<mode>, I<active>, I<passive>, I<manual>, I<host>,
1102  I<default>, I<http>, I<ftp>, I<smtp>, I<pop>, I<nntp>, I<imap>,  I<default>, I<http>, I<ftp>, I<smtp>, I<pop>, I<nntp>, I<imap>,
1103  I<request>, I<cpuusage>, I<memusage>, I<memkbyte> and I<loadavg>.  I<ssh>, I<request>, I<cpuusage>, I<memusage>, I<memkbyte> and
1104    I<loadavg>.
1105    
1106  And here is a complete list of B<noise keywords> ignored by  And here is a complete list of B<noise keywords> ignored by
1107  monit:  monit:

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38

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