[Mon-commit] mon/doc mon.8,1.5,1.6 README.protocol,1.1.1.1,1.2
Brought to you by:
trockij
From: David N. <vi...@us...> - 2005-07-31 17:02:47
|
Update of /cvsroot/mon/mon/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12955 Modified Files: mon.8 README.protocol Log Message: Added documentation of view related commands and configuration. Index: mon.8 =================================================================== RCS file: /cvsroot/mon/mon/doc/mon.8,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** mon.8 31 Jul 2005 15:49:23 -0000 1.5 --- mon.8 31 Jul 2005 17:02:38 -0000 1.6 *************** *** 208,211 **** --- 208,217 ---- availability, or SNMP events. .TP + .BI view + A collection of hostgroups, used to filter mon output for client display. + i.e. a 'network-services' view might be defined so your network staff + can see just the hostgroups which matter to them, without having to see + all hostgroups defined in Mon. + .TP .BI watch A collection of services which apply to a particular group. *************** *** 944,947 **** --- 950,973 ---- .RE + .SS "View Entries" + View entries begin with the keyword + .BR view , + and are followed by a view tag and the names of one or more + hostgroups. The view tag must be composed of alphanumeric + characters, a dash ("-"), a period ("."), + or an underscore ("_"). Non-blank lines following + the first view line are interpreted as more hostgroup names. + The view definition ends with a blank line. For example: + + .RS + .nf + view servers dns-servers web-servers file-servers + mail-servers + + view network-services routers switches vpn-servers + .fi + .RE + + .SS "Watch Group Entries" Index: README.protocol =================================================================== RCS file: /cvsroot/mon/mon/doc/README.protocol,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** README.protocol 9 Jun 2004 05:18:06 -0000 1.1.1.1 --- README.protocol 31 Jul 2005 17:02:38 -0000 1.2 *************** *** 114,117 **** --- 114,121 ---- set {group} {service} {variable} {value} + setview {view} + + getview + get maxkeep *************** *** 152,155 **** --- 156,161 ---- list dtlog + list views + ack {group} {service} {comment} |