-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathzbx_bbbstats_template.xml
207 lines (207 loc) · 8.06 KB
/
zbx_bbbstats_template.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
<?xml version="1.0" encoding="UTF-8"?>
<zabbix_export>
<version>5.0</version>
<date>2020-10-09T14:18:24Z</date>
<groups>
<group>
<name>Templates/Applications</name>
</group>
</groups>
<templates>
<template>
<template>Template App BigBlueButton Statistics</template>
<name>Template App BigBlueButton Statistics</name>
<description>Basic statistics for a BBB Server</description>
<groups>
<group>
<name>Templates/Applications</name>
</group>
</groups>
<applications>
<application>
<name>BBB Stats</name>
</application>
</applications>
<items>
<item>
<name>BBB Stats Master Item</name>
<key>bbb.stats</key>
<history>10d</history>
<trends>0</trends>
<value_type>TEXT</value_type>
<description>Master Item for BBB usage statistics.</description>
<applications>
<application>
<name>BBB Stats</name>
</application>
</applications>
</item>
<item>
<name>Number of rooms - breakout</name>
<type>DEPENDENT</type>
<key>bbb.stats.rooms.breakout</key>
<delay>0</delay>
<description>Number of active breakout rooms.</description>
<applications>
<application>
<name>BBB Stats</name>
</application>
</applications>
<preprocessing>
<step>
<type>JSONPATH</type>
<params>$.breakout_rooms</params>
</step>
</preprocessing>
<master_item>
<key>bbb.stats</key>
</master_item>
</item>
<item>
<name>Number of rooms - regular</name>
<type>DEPENDENT</type>
<key>bbb.stats.rooms.regular</key>
<delay>0</delay>
<description>Number of active regular rooms.</description>
<applications>
<application>
<name>BBB Stats</name>
</application>
</applications>
<preprocessing>
<step>
<type>JSONPATH</type>
<params>$.regular_rooms</params>
</step>
</preprocessing>
<master_item>
<key>bbb.stats</key>
</master_item>
</item>
<item>
<name>Number of rooms - total</name>
<type>DEPENDENT</type>
<key>bbb.stats.rooms.total</key>
<delay>0</delay>
<description>Number of active rooms.</description>
<applications>
<application>
<name>BBB Stats</name>
</application>
</applications>
<preprocessing>
<step>
<type>JSONPATH</type>
<params>$.total_rooms</params>
</step>
</preprocessing>
<master_item>
<key>bbb.stats</key>
</master_item>
</item>
<item>
<name>Users online - total</name>
<type>DEPENDENT</type>
<key>bbb.stats.users.total</key>
<delay>0</delay>
<description>Number of users online. User might be counted twice if they are in a regular and a breakout room.</description>
<applications>
<application>
<name>BBB Stats</name>
</application>
</applications>
<preprocessing>
<step>
<type>JSONPATH</type>
<params>$.total_users</params>
</step>
</preprocessing>
<master_item>
<key>bbb.stats</key>
</master_item>
</item>
<item>
<name>Users online - unique</name>
<type>DEPENDENT</type>
<key>bbb.stats.users.unique</key>
<delay>0</delay>
<description>Unique number of unique users online. User who are in a regular room and a breakout room are not counted twice.</description>
<applications>
<application>
<name>BBB Stats</name>
</application>
</applications>
<preprocessing>
<step>
<type>JSONPATH</type>
<params>$.unique_users</params>
</step>
</preprocessing>
<master_item>
<key>bbb.stats</key>
</master_item>
</item>
</items>
</template>
</templates>
<graphs>
<graph>
<name>Rooms</name>
<show_work_period>NO</show_work_period>
<show_triggers>NO</show_triggers>
<type>STACKED</type>
<graph_items>
<graph_item>
<sortorder>1</sortorder>
<color>2774A4</color>
<item>
<host>Template App BigBlueButton Statistics</host>
<key>bbb.stats.rooms.total</key>
</item>
</graph_item>
<graph_item>
<sortorder>2</sortorder>
<color>199C0D</color>
<item>
<host>Template App BigBlueButton Statistics</host>
<key>bbb.stats.rooms.breakout</key>
</item>
</graph_item>
<graph_item>
<sortorder>3</sortorder>
<color>F63100</color>
<item>
<host>Template App BigBlueButton Statistics</host>
<key>bbb.stats.rooms.regular</key>
</item>
</graph_item>
</graph_items>
</graph>
<graph>
<name>Users online</name>
<show_work_period>NO</show_work_period>
<show_triggers>NO</show_triggers>
<ymin_type_1>FIXED</ymin_type_1>
<graph_items>
<graph_item>
<sortorder>1</sortorder>
<color>D84315</color>
<calc_fnc>ALL</calc_fnc>
<item>
<host>Template App BigBlueButton Statistics</host>
<key>bbb.stats.users.total</key>
</item>
</graph_item>
<graph_item>
<sortorder>2</sortorder>
<color>FF8A65</color>
<calc_fnc>ALL</calc_fnc>
<item>
<host>Template App BigBlueButton Statistics</host>
<key>bbb.stats.users.unique</key>
</item>
</graph_item>
</graph_items>
</graph>
</graphs>
</zabbix_export>