/[monit]/monit/monitrc
ViewVC logotype

Diff of /monit/monitrc

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

revision 1.23 by martinp, Sun Nov 3 21:50:30 2002 UTC revision 1.24 by chopp, Mon Nov 18 12:51:56 2002 UTC
# Line 143  Line 143 
143  #   set logfile    -- Must be followed by either a filename (full path is  #   set logfile    -- Must be followed by either a filename (full path is
144  #                     required) or the string 'syslog'.  #                     required) or the string 'syslog'.
145  #  #
146    #   set pidfile    -- Must be followed by either a filename (full path is
147    #                     required).
148    #
149  #   set mailserver -- Must be followed by a mailserver hostname. If the  #   set mailserver -- Must be followed by a mailserver hostname. If the
150  #                     mailserver is not defined, monit will try to use  #                     mailserver is not defined, monit will try to use
151  #                     'localhost' as the smtp-server for sending mail  #                     'localhost' as the smtp-server for sending mail
# Line 188  Line 191 
191  # set daemon  120           # Poll at 2-minute intervals  # set daemon  120           # Poll at 2-minute intervals
192  # set init                  # Run monit in "init" mode (non-backgrounded)  # set init                  # Run monit in "init" mode (non-backgrounded)
193  # set logfile syslog        # Set syslog as the logfile  # set logfile syslog        # Set syslog as the logfile
194    # set pidfile /var/run/monit.pid # Change the default pidfile location
195  # set mailserver localhost  # Use localhost as the smtp server  # set mailserver localhost  # Use localhost as the smtp server
196  # set mail-format           # Set a default mail from address for  # set mail-format           # Set a default mail from address for
197  #  { from: monit@foo.bar }  # all alert messages emitted by monit  #  { from: monit@foo.bar }  # all alert messages emitted by monit

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

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