[Mon-commit] mon/doc mon.8,1.6.2.2,1.6.2.3
Brought to you by:
trockij
From: Jim T. <tr...@us...> - 2007-06-25 13:10:13
|
Update of /cvsroot/mon/mon/doc In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31586/doc Modified Files: Tag: mon-1-2-branch mon.8 Log Message: updated docs Index: mon.8 =================================================================== RCS file: /cvsroot/mon/mon/doc/mon.8,v retrieving revision 1.6.2.2 retrieving revision 1.6.2.3 diff -C2 -d -r1.6.2.2 -r1.6.2.3 *** mon.8 3 Jun 2007 13:08:59 -0000 1.6.2.2 --- mon.8 25 Jun 2007 13:10:07 -0000 1.6.2.3 *************** *** 555,561 **** .SH CONFIGURATION FILE ! The configuration file consists of zero or more hostgroup definitions, and one or more watch definitions. Each watch definition may have one ! or more service definitions. A line beginning with optional leading whitespace and a pound ("#") is regarded as a comment, and is ignored. --- 555,563 ---- .SH CONFIGURATION FILE ! The configuration file consists of zero or more global variable definitions, ! zero or more hostgroup definitions, and one or more watch definitions. Each watch definition may have one ! or more service definitions. A watch definition is terminated by a blank ! line, another definition, or the end of the file. A line beginning with optional leading whitespace and a pound ("#") is regarded as a comment, and is ignored. *************** *** 567,570 **** --- 569,582 ---- single line. + Typically the configuration file has the following layout: + + 1. Global variable definitions + + 2. Hostgroup definitions + + 3. Watch definitions + + See the "etc/example.cf" file which comes for the distribution for an example. + .SS "Global Variables" The following variables may be set to override compiled-in *************** *** 991,998 **** Watch entries consist of one or more service definitions. ! There is a special watch group entry called "default". If a ! default watch group is defined with a "default" service entry, ! then this definition will be used in handling unknown mon ! traps. .SS "Service Definitions" --- 1003,1013 ---- Watch entries consist of one or more service definitions. ! A watch group is terminated by a blank line, the end of the file, or by a ! subsequent definition, "watch", "hostgroup", or otherwise. ! ! There may be a special watch group entry called "default". If a ! default watch group is defined with a service entry named "default", ! then this definition will be used in handling traps received for ! an unrecognized watch and service. .SS "Service Definitions" |