master
yaml 103 lines 2.75 KB
Raw
1 taxonomy_version: 1
2 plugin_name: go.d.plugin
3 module_name: apache
4 placements:
5 - id: apache
6 section_id: applications.apache
7 title: Apache
8 icon: apache
9 families: true
10 items:
11 - type: grid
12 id: apache-heads
13 items:
14 - type: context
15 title: Connections
16 contexts:
17 - apache.connections
18 chart_library: easypiechart
19 group_by:
20 - selected
21 value_range: [0, null]
22 colors:
23 - "#990099"
24 - "#0099C6"
25 layout: { left: 0, top: 0, width: 3, height: 4 }
26 - type: context
27 title: Requests
28 contexts:
29 - apache.requests
30 chart_library: easypiechart
31 show_post_aggregations: true
32 post_group_by:
33 - selected
34 value_range: [0, null]
35 colors:
36 - "#994499"
37 - "#0099C6"
38 layout: { left: 3, top: 0, width: 3, height: 4 }
39 - type: context
40 title: Traffic
41 contexts:
42 - apache.net
43 chart_library: gauge
44 group_by:
45 - selected
46 value_range: [0, null]
47 colors:
48 - "#994499"
49 - "#0099C6"
50 layout: { left: 6, top: 0, width: 3, height: 4 }
51 - type: context
52 title: Max Workers %
53 contexts:
54 - apache.workers
55 chart_library: gauge
56 group_by:
57 - percentage-of-instance
58 show_post_aggregations: true
59 post_group_by:
60 - selected
61 aggregation_method: max
62 selected_dimensions:
63 - busy
64 value_range: [0, 100]
65 colors:
66 - "#994499"
67 - "#0099C6"
68 layout: { left: 9, top: 0, width: 3, height: 4 }
69 - type: context
70 title: List Apache Jobs
71 contexts:
72 - apache.connections
73 - apache.requests
74 - apache.net
75 - apache.workers
76 - apache.uptime
77 chart_library: table
78 group_by:
79 - dimension
80 - label
81 - node
82 - context
83 group_by_label:
84 - _collect_job
85 table_columns:
86 - context
87 - dimension
88 labels:
89 apache.connections: Connections
90 apache.requests: Requests
91 apache.net: Traffic
92 apache.workers: Workers
93 apache.uptime: Uptime
94 - apache.connections
95 - apache.conns_async
96 - apache.workers
97 - apache.scoreboard
98 - apache.requests
99 - apache.net
100 - apache.reqpersec
101 - apache.bytespersec
102 - apache.bytesperreq
103 - apache.uptime