Gentoo Archives: gentoo-commits

From: "Tiago Cunha (tcunha)" <tcunha@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/symon/files: symux.conf symon.conf symon-symux.conf.patch symon-symon.conf.patch
Date: Tue, 01 Dec 2009 18:25:25
Message-Id: E1NFXPe-0005Op-3w@stork.gentoo.org
1 tcunha 09/12/01 18:25:22
2
3 Added: symux.conf symon.conf
4 Removed: symon-symux.conf.patch symon-symon.conf.patch
5 Log:
6 - Version bump.
7 - Remove old.
8 (Portage version: 2.1.6.13/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.1 net-analyzer/symon/files/symux.conf
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/symon/files/symux.conf?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/symon/files/symux.conf?rev=1.1&content-type=text/plain
15
16 Index: symux.conf
17 ===================================================================
18 #
19 # Demo symux configuration. See symux(8) for BNF.
20 #
21
22 mux 127.0.0.1 2100
23
24 source 127.0.0.1 {
25 accept { cpu(0), mem,
26 if(lo),
27 # cpuiow(0),
28 # sensor(fan0), sensor(in0), sensor(temp0),
29 # if(eth0), if(eth1), if(eth2),
30 # df(sda),
31 # smart(sda),
32 # io(hda), io(hdb), io(hdc), io(hdd)
33 io(sda)
34 }
35 datadir "/var/lib/symon/rrds/localhost"
36 }
37
38 # an example showing the write directive
39 #
40 # source 10.0.0.2 {
41 # accept { cpu(0), mem, if(eth0), if(eth1),
42 # if(lo), if(eth2), io(sda)
43 # }
44 #
45 # write cpu(0) in "/var/lib/symon/rrds/<host>/cpu0.rrd"
46 # write mem in "/var/lib/symon/rrds/<host>/mem.rrd"
47 # write if(eth0) in "/var/lib/symon/rrds/<host>/if_eth0.rrd"
48 # write if(eth1) in "/var/lib/symon/rrds/<host>/if_eth1.rrd"
49 # write if(lo) in "/var/lib/symon/rrds/<host>/if_lo.rrd"
50 # write if(eth2) in "/var/lib/symon/rrds/<host>/if_eth2.rrd"
51 # write io(sda) in "/var/lib/symon/rrds/<host>/io_sda.rrd"
52 # }
53
54
55
56 1.1 net-analyzer/symon/files/symon.conf
57
58 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/symon/files/symon.conf?rev=1.1&view=markup
59 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/symon/files/symon.conf?rev=1.1&content-type=text/plain
60
61 Index: symon.conf
62 ===================================================================
63 #
64 # Demo configuration for symon. See symon(8) for BNF.
65 #
66
67 monitor { cpu(0), mem,
68 if(lo),
69 # cpuiow(0),
70 # sensor(fan0), sensor(in0), sensor(temp0),
71 # if(eth0), if(eth1), if(eth2),
72 # df(sda),
73 # smart(sda),
74 # io(hda), io(hdb), io(hdc), io(hdd)
75 io(sda)
76 } stream to 127.0.0.1 2100