forked from hpcc-systems/ganglia-monitoring
-
Notifications
You must be signed in to change notification settings - Fork 0
/
modroxie.pyconf
executable file
·657 lines (655 loc) · 12.2 KB
/
modroxie.pyconf
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
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
modules {
module {
name = "modroxie"
language = "python"
}
}
collection_group {
collect_every = 30
time_threshold = 45
metric {
name = "resultsReceived"
title = "Total Results Received"
//value_threshold = 1.0
}
metric {
name = "ibytiPacketsFromSelf_s"
title = "IBYTI Packets From Self / sec"
//value_threshold = 1.0
}
metric {
name = "restarts"
title = "Total Restarts"
//value_threshold = 1.0
}
metric {
name = "nodeCacheHits_s"
title = "Node Cache Hits / sec"
//value_threshold = 1.0
}
metric {
name = "ibytiPacketsSent_s"
title = "IBYTI Packets Sent / sec"
//value_threshold = 1.0
}
metric {
name = "maxScanLength"
title = "Max Scan Length"
//value_threshold = 1.0
}
metric {
name = "ibytiPacketsWorked_s"
title = "IBYTI Packets Worked / sec"
//value_threshold = 1.0
}
metric {
name = "hiMax_s"
title = "High Max / sec"
//value_threshold = 1.0
}
metric {
name = "retriesIgnoredPrm"
title = "Retries Ignored Prm"
//value_threshold = 1.0
}
metric {
name = "retriesReceivedSec"
title = "Retries Received Sec"
//value_threshold = 1.0
}
metric {
name = "loQueryActive_s"
title = "Low Query Active / sec"
//value_threshold = 1.0
}
metric {
name = "retriesReceivedPrm_s"
title = "Retries Received Prm / sec"
//value_threshold = 1.0
}
metric {
name = "nodeCacheHits"
title = "Node Cache Hits"
//value_threshold = 1.0
}
metric {
name = "queryCount_s"
title = "Query Count / sec"
//value_threshold = 1.0
}
metric {
name = "loQueryActive"
title = "Low Query Active"
//value_threshold = 1.0
}
metric {
name = "cacheAdds_s"
title = "Cache Adds / sec"
//value_threshold = 1.0
}
metric {
name = "unknownMin_s"
title = "Unknown Min / sec"
//value_threshold = 1.0
}
metric {
name = "packetsAbandoned"
title = "Packets Abandoned"
//value_threshold = 1.0
}
metric {
name = "nodeCacheAdds"
title = "Node Cache Adds"
//value_threshold = 1.0
}
metric {
name = "loAverage"
title = "Low Average"
//value_threshold = 1.0
}
metric {
name = "slaQueryFailed_s"
title = "Slave Query Failed / sec"
//value_threshold = 1.0
}
metric {
name = "preloadCacheHits"
title = "Preload Cache Hits"
//value_threshold = 1.0
}
metric {
name = "loMin"
title = "Low Min"
//value_threshold = 1.0
}
metric {
name = "activitiesStarted"
title = "Activities Started"
//value_threshold = 1.0
}
metric {
name = "diskReadStarted"
title = "Disk Read Started"
//value_threshold = 1.0
}
metric {
name = "globalLocks"
title = "Global Locks"
//value_threshold = 1.0
}
metric {
name = "retriesNeeded"
title = "Retries Needed"
//value_threshold = 1.0
}
metric {
name = "ibytiPacketsSent"
title = "IBYTI Packets Sent"
//value_threshold = 1.0
}
metric {
name = "loMax"
title = "Low Max"
//value_threshold = 1.0
}
metric {
name = "hiQueryActive_s"
title = "High Query Active / sec"
//value_threshold = 1.0
}
metric {
name = "hiQueryActive"
title = "hiQueryActive"
//value_threshold = 1.0
}
metric {
name = "unknownQueryFailed"
title = "Unknown Query Failed"
//value_threshold = 1.0
}
metric {
name = "loQueryCount"
title = "Low Query Count"
//value_threshold = 1.0
}
metric {
name = "ibytiNoDelaysSec"
title = "ibytiNoDelaysSec"
//value_threshold = 1.0
}
metric {
name = "loQueryCount_s"
title = "Low Query Count / sec"
//value_threshold = 1.0
}
metric {
name = "unknownMin"
title = "Unknown Min"
//value_threshold = 1.0
}
metric {
name = "packetsReceived"
title = "Packets Received"
//value_threshold = 1.0
}
metric {
name = "unwantedDiscarded_s"
title = "Unwanted Discarded / sec"
//value_threshold = 1.0
}
metric {
name = "hiQueryFailed"
title = "High Query Failed"
//value_threshold = 1.0
}
metric {
name = "rowsIn"
title = "Rows In"
//value_threshold = 1.0
}
metric {
name = "unknownQueryActive"
title = "Unknown Query Active"
//value_threshold = 1.0
}
metric {
name = "unknownMax_s"
title = "Unknown Max / sec"
//value_threshold = 1.0
}
metric {
name = "retriesSent_s"
title = "Retries Sent / sec"
//value_threshold = 1.0
}
metric {
name = "ibytiNoDelaysPrm"
title = "IBYTI No Delays Prm"
//value_threshold = 1.0
}
metric {
name = "slaQueryActive_s"
title = "Slave Queries Active / sec"
//value_threshold = 1.0
}
metric {
name = "packetsAbandoned_s"
title = "Packets Abandoned / sec"
//value_threshold = 1.0
}
metric {
name = "slaMin_s"
title = "Slave Min / sec"
//value_threshold = 1.0
}
metric {
name = "totScanLength"
title = "Total Scan Length"
//value_threshold = 1.0
}
metric {
name = "ibytiPacketsHalfWorked_s"
title = "IBYTI Packets Half Worked / sec"
//value_threshold = 1.0
}
metric {
name = "slaMax"
title = "Slave Max"
//value_threshold = 1.0
}
metric {
name = "packetsReceived_s"
title = "Packets Received / sec"
//value_threshold = 1.0
}
metric {
name = "cacheHits"
title = "Cache Hits"
//value_threshold = 1.0
}
metric {
name = "hiQueryFailed_s"
title = "High Query Failed / sec"
//value_threshold = 1.0
}
metric {
name = "rowsIn_s"
title = "Rows In / sec"
//value_threshold = 1.0
}
metric {
name = "ibytiPacketsFromSelf"
title = "IBYTI Packets From Self"
//value_threshold = 1.0
}
metric {
name = "slaQueryCount_s"
title = "Slave Query Count / sec"
//value_threshold = 1.0
}
metric {
name = "leafCacheHits"
title = "Leaf Cache Hits"
//value_threshold = 1.0
}
metric {
name = "nodeCacheAdds_s"
title = "Node Cache Adds / sec"
//value_threshold = 1.0
}
metric {
name = "leafCacheAdds_s"
title = "Leaf Cache Adds / sec"
//value_threshold = 1.0
}
metric {
name = "unknownQueryCount_s"
title = "Unknown Query Count / sec"
//value_threshold = 1.0
}
metric {
name = "cacheAdds"
title = "Cache Adds"
//value_threshold = 1.0
}
metric {
name = "packetsRetried_s"
title = "Packets Retried / sec"
//value_threshold = 1.0
}
metric {
name = "hiMax"
title = "High Max"
//value_threshold = 1.0
}
metric {
name = "hiMin"
title = "High Min"
//value_threshold = 1.0
}
metric {
name = "postFiltered_s"
title = "Post Filtered / sec"
//value_threshold = 1.0
}
metric {
name = "unknownQueryFailed_s"
title = "Unknown Query Failed / sec"
//value_threshold = 1.0
}
metric {
name = "ibytiNoDelaysSec_s"
title = "IBYTI No Delays Sec / sec"
//value_threshold = 1.0
}
metric {
name = "maxQueueLength"
title = "Max Queue Length"
//value_threshold = 1.0
}
metric {
name = "leafCacheAdds"
title = "Leaf Cache Adds"
//value_threshold = 1.0
}
metric {
name = "packetsRetried"
title = "Packets Retried"
//value_threshold = 1.0
}
metric {
name = "slavesActive"
title = "Slaves Active"
//value_threshold = 1.0
}
metric {
name = "hiMin_s"
title = "High Min / sec"
//value_threshold = 1.0
}
metric {
name = "hiAverage"
title = "High Average"
//value_threshold = 1.0
}
/* metric {
name = "lastQueryTime"
title = "Last Query Time"
//value_threshold = 1.0
}*/
metric {
name = "packetsSent"
title = "Packets Sent"
//value_threshold = 1.0
}
metric {
name = "dataBufferPages"
title = "Data Buffer Pages"
//value_threshold = 1.0
}
metric {
name = "loMin_s"
title = "Low Min / sec"
//value_threshold = 1.0
}
metric {
name = "slaQueryFailed"
title = "Slave Query Failed"
//value_threshold = 1.0
}
metric {
name = "unknownAverage"
title = "Unknown Average"
//value_threshold = 1.0
}
metric {
name = "resultsReceived_s"
title = "Results Received / sec"
//value_threshold = 1.0
}
metric {
name = "unknownQueryCount"
title = "Unknown Query Count"
//value_threshold = 1.0
}
metric {
name = "nodesLoaded"
title = "Nodes Loaded"
//value_threshold = 1.0
}
metric {
name = "preloadCacheAdds"
title = "Preload Cache Adds"
//value_threshold = 1.0
}
metric {
name = "meanScanLength"
title = "Mean Scan Length"
//value_threshold = 1.0
}
metric {
name = "unknownQueryActive_s"
title = "Unknown Query Active / sec"
//value_threshold = 1.0
}
metric {
name = "retriesSent"
title = "Retries Sent"
//value_threshold = 1.0
}
metric {
name = "hiQueryCount_s"
title = "High Query Count / sec"
//value_threshold = 1.0
}
metric {
name = "activitiesCompleted"
title = "Activities Completed"
//value_threshold = 1.0
}
metric {
name = "diskReadCompleted"
title = "Disk Read Completed"
//value_threshold = 1.0
}
metric {
name = "dataBuffersActive"
title = "Data Buffers Active"
//value_threshold = 1.0
}
metric {
name = "ibytiNoDelaysPrm_s"
title = "IBYTI No Delays Prm / sec"
//value_threshold = 1.0
}
metric {
name = "ibytiPacketsReceived"
title = "IBYTI Packets Received"
//value_threshold = 1.0
}
metric {
name = "leafCacheHits_s"
title = "Leaf Cache Hits / sec"
//value_threshold = 1.0
}
metric {
name = "slaAverage"
title = "Slave Average"
//value_threshold = 1.0
}
metric {
name = "retriesReceivedPrm"
title = "Retries Received Prm"
//value_threshold = 1.0
}
metric {
name = "unwantedDiscarded"
title = "Unwanted Discarded"
//value_threshold = 1.0
}
metric {
name = "slaMin"
title = "Slave Min"
//value_threshold = 1.0
}
metric {
name = "retriesIgnoredSec_s"
title = "Retries Ignored Sec / sec"
//value_threshold = 1.0
}
metric {
name = "retriesReceivedSec_s"
title = "Retries Received Sec / sec"
//value_threshold = 1.0
}
metric {
name = "loQueryFailed_s"
title = "Low Query Failed / sec"
//value_threshold = 1.0
}
metric {
name = "maxSlavesActive"
title = "Max Slaves Active"
//value_threshold = 1.0
}
metric {
name = "numFilesToProcess"
title = "Num Files To Process"
//value_threshold = 1.0
}
metric {
name = "rowsOut_s"
title = "Rows Out / sec"
//value_threshold = 1.0
}
metric {
name = "postFiltered"
title = "POST Filtered"
//value_threshold = 1.0
}
metric {
name = "retriesNeeded_s"
title = "Retries Needed / sec"
//value_threshold = 1.0
}
metric {
name = "slaMax_s"
title = "Slave Max / sec"
//value_threshold = 1.0
}
metric {
name = "ibytiPacketsTooLate"
title = "IBYTI Packets Too Late"
//value_threshold = 1.0
}
metric {
name = "cacheHits_s"
title = "Cache Hits / sec"
//value_threshold = 1.0
}
metric {
name = "totScans"
title = "Total Scans"
//value_threshold = 1.0
}
metric {
name = "slaQueryActive"
title = "Slave Queries Active"
//value_threshold = 1.0
}
metric {
name = "ibytiPacketsReceived_s"
title = "IBYTI Packets Received / sec"
//value_threshold = 1.0
}
metric {
name = "indexRecordsRead"
title = "Index Records Read"
//value_threshold = 1.0
}
metric {
name = "rowsOut"
title = "Rows Out"
//value_threshold = 1.0
}
metric {
name = "ibytiPacketsWorked"
title = "IBYTI Packets Worked"
//value_threshold = 1.0
}
metric {
name = "queryCount"
title = "Query Count"
//value_threshold = 1.0
}
metric {
name = "ibytiPacketsTooLate_s"
title = "IBYTI Packets Too Late / sec"
//value_threshold = 1.0
}
metric {
name = "ibytiPacketsHalfWorked"
title = "IBYTI Packets Half Worked"
//value_threshold = 1.0
}
metric {
name = "retriesIgnoredPrm_s"
title = "Retries Ignored Prm / sec"
//value_threshold = 1.0
}
metric {
name = "hiQueryCount"
title = "High Query Count"
//value_threshold = 1.0
}
metric {
name = "packetsSent_s"
title = "Packets Sent / sec"
//value_threshold = 1.0
}
metric {
name = "globalSignals"
title = "Global Signals"
//value_threshold = 1.0
}
metric {
name = "unknownMax"
title = "Unknown Max"
//value_threshold = 1.0
}
metric {
name = "slaQueryCount"
title = "Slave Query Count"
//value_threshold = 1.0
}
metric {
name = "indexRecordsRead_s"
title = "Index Records Read / sec"
//value_threshold = 1.0
}
metric {
name = "loMax_s"
title = "Low Max / sec"
//value_threshold = 1.0
}
/* metric {
name = "lastQueryDate"
title = "Last Query Date"
//value_threshold = 1.0
}*/
metric {
name = "retriesIgnoredSec"
title = "Retries Ignored Sec"
//value_threshold = 1.0
}
metric {
name = "abortsSent"
title = "Aborts Sent"
//value_threshold = 1.0
}
metric {
name = "loQueryFailed"
title = "Low Query Failed"
//value_threshold = 1.0
}
}