Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 176635 | Differences between
and this patch

Collapse All | Expand All

(-)symon/symon/symon.conf.orig (-8 / +5 lines)
Lines 4-15 Link Here
4
# Demo configuration for symon. See symon(8) for BNF.
4
# Demo configuration for symon. See symon(8) for BNF.
5
5
6
monitor { cpu(0),  mem,
6
monitor { cpu(0),  mem,
7
	  if(lo0),
7
	if(lo),
8
#	  pf,
8
	if(eth0),
9
#         mbuf,
9
#	if(eth1)
10
#         sensor(0),
10
#	io(hda), io(hdb), io(hdc), io(hdd)
11
#         proc(httpd),
11
	io(sda), io(sdb)
12
#         if(xl0), if(de0), if(wi0),
13
#	  io(wd1), io(wd2), io(wd3), io(cd0)
14
	  io(wd0)
15
} stream to 127.0.0.1 2100
12
} stream to 127.0.0.1 2100

Return to bug 176635