This manual page is for Mac OS X Server version 10.6

If you are running Mac OS X (client), this command is not available.

If you are running a different version of Mac OS X Server, view the documentation locally:

  • In Xcode

  • In Terminal, using the man(1) command

Reading manual pages

Manual pages are intended as a quick reference for people who already understand a technology.

  • For more information about the manual page format, see the manual page for manpages(5).

  • For more information about this technology, look for other documentation in the Apple Reference Library.

  • For general information about writing shell scripts, read Shell Scripting Primer.



emond.plist(5)                             BSD File Formats Manual                            emond.plist(5)

NAME
     emond.plist -- config file for emond

SYNOPSIS
     emond.plist is a plist formatted file containing configuration info for the emond daemon.

DESCRIPTION
     This document details the configuration parameters in an XML property list used by the emond daemon.
     The property list dictionary contains two sections. The config_data section contains the configuration
     information used by emond. The initial_globals section contains the initial data used when processing
     events.

     The keys in the config_data section are:

     debug_level
              The debug level, default is 0, larger numbers increase the detail. The info is logged to the
              error_log_path

     error_log_path
              The path to the error log

     log_events
              Triggers the logging of events to the event_log_path

     event_log_path
              The path to the event log (only present if the log_events key is true)

     save_state
              Tells emond to save the accumulated state info of the event processing system to disk when
              shutting down and reload that state when restarting.

     The initial globals section is used to contain default site specific data for the rules used by emond
     is addition to the config data contained in the rules files themselves.

SEE ALSO
     plist(5), emond(8)

Darwin                                        October 15, 2009                                        Darwin

Reporting Problems

The way to report a problem with this manual page depends on the type of problem:

Content errors
Report errors in the content of this documentation with the feedback links below.
Bug reports
Report bugs in the functionality of the described tool or API through Bug Reporter.
Formatting problems
Report formatting mistakes in the online version of these pages with the feedback links below.