/[monit]/monit/monitrc
ViewVC logotype

Diff of /monit/monitrc

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

revision 1.29 by martinp, Thu Feb 6 23:32:12 2003 UTC revision 1.30 by rory, Wed Jun 4 02:10:07 2003 UTC
# Line 148  Line 148 
148  #                     (see FAQ.txt for details)  #                     (see FAQ.txt for details)
149  #  #
150  #   set logfile    -- Must be followed by either a filename (full path is  #   set logfile    -- Must be followed by either a filename (full path is
151  #                     required) or the string 'syslog'.  #                     required) or the string 'syslog'. If 'syslog' is used,
152    #                     it can be optionally followed by a single integer,
153    #                     from 0-7 that will set the facility to LOG_LOCAL0-7
154    #                     accordingly. If no integer is set, the facility will
155    #                     default to LOG_USER
156  #  #
157  #   set pidfile    -- Must be followed by either a filename (full path is  #   set pidfile    -- Must be followed by either a filename (full path is
158  #                     required).  #                     required).
# Line 196  Line 200 
200  # [NB! Check and edit for your system and uncomment below]  # [NB! Check and edit for your system and uncomment below]
201  #  #
202  # set daemon  120           # Poll at 2-minute intervals  # set daemon  120           # Poll at 2-minute intervals
203  # set logfile syslog        # Set syslog as the logfile  # set logfile syslog 3      # Set syslog as the logfile (facility LOG_LOCAL3)
204  # set mailserver localhost  # Use localhost as the smtp server  # set mailserver localhost  # Use localhost as the smtp server
205  # set mail-format           # Set a default mail from address for  # set mail-format           # Set a default mail from address for
206  #  { 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.29  
changed lines
  Added in v.1.30

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