/[rrd-simple-monitoring]/etc/create.defs
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /etc/create.defs

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations)
Thu Jul 16 18:48:19 2009 UTC (14 years, 9 months ago) by dpavlin
File size: 1297 byte(s)
import upstream http://rrd.me.uk/rrd-simple-monitoring.tar.gz

without prerequisities

1
2 # * means all
3 # - means undef/na
4
5 # rrdfile ds type min max
6 ^net_traffic_.+ Transmit DERIVE 0 -
7 ^net_traffic_.+ Receive DERIVE 0 -
8
9 # 10000000000 = 10 gigabit
10 # 1000000000 = 1 gigabit
11 # 100000000 = 100 megabit
12 # rrdfile ds type min max
13 ^switch_traffic$ ifInOctets COUNTER 0 10000000000
14 ^switch_traffic$ ifOutOctets COUNTER 0 10000000000
15 ^switch_traffic_port\d+$ ifInOctets COUNTER 0 1000000000
16 ^switch_traffic_port\d+$ ifOutOctets COUNTER 0 1000000000
17
18 # rrdfile ds type min max
19 ^hw_irq_interrupts_cpu\d+$ * DERIVE 0 -
20
21 # rrdfile ds type min max
22 ^hdd_io_.+ * DERIVE 0 -
23
24 # rrdfile ds type min max
25 ^net_nfs_operations$ * DERIVE 0 -
26
27 # rrdfile ds type min max
28 ^apache_status$ ReqPerSec DERIVE 0 -
29 ^apache_status$ BytesPerSec DERIVE 0 -
30 ^apache_logs$ * DERIVE 0 -
31
32 # rrdfile ds type min max
33 ^db_mysql_activity$ * DERIVE 0 -
34 ^db_mysql_activity_com$ * DERIVE 0 -
35 ^db_mysql_activity_scan$ * DERIVE 0 -
36 ^db_mysql_threads$ Threads_created DERIVE 0 -
37 ^db_mysql_traffic$ * DERIVE 0 -
38 ^db_mysql_connections$ * DERIVE 0 -
39 ^db_mysql_created_tmp$ * DERIVE 0 -
40
41 # rrdfile ds type min max
42 ^mail_postfix_traffic$ * ABSOLUTE 0 -
43
44

  ViewVC Help
Powered by ViewVC 1.1.26