[Sysfence-commit] sysfence/doc example.conf,1.5,1.5.2.1
Status: Alpha
Brought to you by:
emes
|
From: Michal S. <em...@us...> - 2004-05-17 15:36:46
|
Update of /cvsroot/sysfence/sysfence/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19634/doc Modified Files: Tag: get_stat_value_function example.conf Log Message: * rules without name are not allowed Index: example.conf =================================================================== RCS file: /cvsroot/sysfence/sysfence/doc/example.conf,v retrieving revision 1.5 retrieving revision 1.5.2.1 diff -u -d -r1.5 -r1.5.2.1 --- example.conf 27 Feb 2004 11:16:52 -0000 1.5 +++ example.conf 17 May 2004 15:36:33 -0000 1.5.2.1 @@ -15,7 +15,7 @@ # Here is an example: # -if { +rule "example" { la1 >= 5.0 and { { la5 > 3.0 and la5 < 5.0 } @@ -47,7 +47,7 @@ # usedswap - used swap # -when { +when "example 2" { freemem < 128M or swapused > 256M |