This repository has been archived by the owner on Nov 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 294
/
Copy pathparsed_plugin_list.js
634 lines (634 loc) · 20.3 KB
/
parsed_plugin_list.js
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
myfcn(
[
{
"name": "NewRelic",
"type": "Collector",
"description": "Collect metrics from New Relic.",
"url": "https://github.com/inteleon/snap-plugin-collector-newrelic"
},
{
"name": "AWS-SQS",
"type": "Publisher",
"description": "Publishes metrics to AWS SQS.",
"url": "https://github.com/opsvision/snap-plugin-publisher-awssqs"
},
{
"name": "SignalFx",
"type": "Publisher",
"description": "Publishes metrics to SignalFx.",
"url": "https://github.com/opsvision/snap-plugin-publisher-signalfx"
},
{
"name": "Syslog",
"type": "Collector",
"description": "Collects syslog events.",
"url": "https://github.com/opsvision/snap-plugin-collector-syslog"
},
{
"name": "Circonus",
"type": "Publisher",
"description": "Publishes metrics to Circonus.",
"url": "https://github.com/circonus-labs/snap-plugin-publisher-circonus"
},
{
"name": "Sessioninfo",
"type": "Collector",
"description": "Collects Paloalto firewall session info",
"url": "https://github.com/IrekRomaniuk/snap-plugin-collector-sessioninfo"
},
{
"name": "Kubestate",
"type": "Collector",
"description": "Snap collector plugin for Kubernetes",
"url": "https://github.com/grafana/snap-plugin-collector-kubestate"
},
{
"name": "Ping",
"type": "Collector",
"description": "A collector for icmp latency and packet loss",
"url": "https://github.com/raintank/snap-plugin-collector-ping"
},
{
"name": "Procnum",
"type": "Collector",
"description": "No description available.",
"url": "https://github.com/raintank/snap-plugin-collector-procnum"
},
{
"name": "Memcache",
"type": "Collector",
"description": "Memcach stat collector plugin for Snap",
"url": "https://github.com/raintank/snap-plugin-collector-memcache"
},
{
"name": "Snapstats",
"type": "Collector",
"description": "Snap collector for snap task metrics to be able to monitor Snap.",
"url": "https://github.com/raintank/snap-plugin-collector-snapstats"
},
{
"name": "Tcpconns",
"type": "Collector",
"description": "No description available.",
"url": "https://github.com/raintank/snap-plugin-collector-tcpconns"
},
{
"name": "Couchbase",
"type": "Collector",
"description": "Collects Bucket Stats from the CouchBase API using SNAP.",
"url": "https://github.com/Staples-Inc/snap-plugin-collector-couchbase"
},
{
"name": "Netstat",
"type": "Collector",
"description": "Collect TCP connection metrics for the snap telemetry framework",
"url": "https://github.com/Staples-Inc/snap-plugin-collector-netstat"
},
{
"name": "Nginx",
"type": "Collector",
"description": "Collect nginx metrics from the status endpoint",
"url": "https://github.com/Staples-Inc/snap-plugin-collector-nginx"
},
{
"name": "Procstat",
"type": "Collector",
"description": "Collect process metrics using the snap telemetry framework",
"url": "https://github.com/Staples-Inc/snap-plugin-collector-procstat"
},
{
"name": "Blueflood",
"type": "Publisher",
"description": "Publishes metrics to a blueflood endpoint.",
"url": "https://github.com/Staples-Inc/snap-plugin-publisher-blueflood"
},
{
"name": "Cloudwatch",
"type": "Publisher",
"description": "A publisher plugin for intelsdi-x/snap framework",
"url": "https://github.com/Ticketmaster/snap-plugin-publisher-cloudwatch"
},
{
"name": "Apache",
"type": "Collector",
"description": "Collects Apache webserver mod_status metrics",
"url": "https://github.com/intelsdi-x/snap-plugin-collector-apache"
},
{
"name": "Cassandra",
"type": "Collector",
"description": "Collects Cassandra cluster statistics",
"url": "https://github.com/intelsdi-x/snap-plugin-collector-cassandra"
},
{
"name": "CEPH",
"type": "Collector",
"description": "Collects OpenStack CEPH module metrics",
"url": "https://github.com/intelsdi-x/snap-plugin-collector-ceph"
},
{
"name": "Cinder",
"type": "Collector",
"description": "Collects OpenStack Cinder module metrics",
"url": "https://github.com/intelsdi-x/snap-plugin-collector-cinder"
},
{
"name": "CPU",
"type": "Collector",
"description": "Collects Linux cpu metrics from /proc/stat.",
"url": "https://github.com/intelsdi-x/snap-plugin-collector-cpu"
},
{
"name": "DBI",
"type": "Collector",
"description": "Collects SQL database metrics using GO's 'SQL' package",
"url": "https://github.com/intelsdi-x/snap-plugin-collector-dbi"
},
{
"name": "Df",
"type": "Collector",
"description": "Collects Linux disk space metrics from 'df'",
"url": "https://github.com/intelsdi-x/snap-plugin-collector-df"
},
{
"name": "Disk",
"type": "Collector",
"description": "Collects Linux disk metrics from /proc/diskstats",
"url": "https://github.com/intelsdi-x/snap-plugin-collector-disk"
},
{
"name": "Docker",
"type": "Collector",
"description": "Collects Docker container runtime metrics.",
"url": "https://github.com/intelsdi-x/snap-plugin-collector-docker"
},
{
"name": "Elasticsearch",
"type": "Collector",
"description": "Collects Elasticsearch cluster and nodes statistics",
"url": "https://github.com/intelsdi-x/snap-plugin-collector-elasticsearch"
},
{
"name": "Etcd",
"type": "Collector",
"description": "Collects etcd metrics from /metrics endpoint",
"url": "https://github.com/intelsdi-x/snap-plugin-collector-etcd"
},
{
"name": "Ethtool",
"type": "Collector",
"description": "Collect ethtool interface statistics.",
"url": "https://github.com/intelsdi-x/snap-plugin-collector-ethtool"
},
{
"name": "Facter",
"type": "Collector",
"description": "Collects system information via Facter",
"url": "https://github.com/intelsdi-x/snap-plugin-collector-facter"
},
{
"name": "Glance",
"type": "Collector",
"description": "Collects OpenStack Glance metrics",
"url": "https://github.com/intelsdi-x/snap-plugin-collector-glance"
},
{
"name": "HAproxy",
"type": "Collector",
"description": "Collects HAProxy performance metrics",
"url": "https://github.com/intelsdi-x/snap-plugin-collector-haproxy"
},
{
"name": "InfluxDB",
"type": "Collector",
"description": "Collects InfluxDB internal monitoring metrics",
"url": "https://github.com/intelsdi-x/snap-plugin-collector-influxdb"
},
{
"name": "Intel-nvdimm",
"type": "Collector",
"description": "Non-Volatile DIMM Collector for Snap",
"url": "https://github.com/intelsdi-x/snap-plugin-collector-intel-nvdimm"
},
{
"name": "Interface",
"type": "Collector",
"description": "Collects network interface metrics from /proc/interface",
"url": "https://github.com/intelsdi-x/snap-plugin-collector-interface"
},
{
"name": "IOstat",
"type": "Collector",
"description": "Collects Linux iostat metrics",
"url": "https://github.com/intelsdi-x/snap-plugin-collector-iostat"
},
{
"name": "Keystone",
"type": "Collector",
"description": "Collects OpenStack Keystone module metrics",
"url": "https://github.com/intelsdi-x/snap-plugin-collector-keystone"
},
{
"name": "Libvirt",
"type": "Collector",
"description": "Collects Linux libvirt metrics",
"url": "https://github.com/intelsdi-x/snap-plugin-collector-libvirt"
},
{
"name": "Load",
"type": "Collector",
"description": "Collects Linux load average from /proc/loadavg",
"url": "https://github.com/intelsdi-x/snap-plugin-collector-load"
},
{
"name": "Logs",
"type": "Collector",
"description": "Collects log messages",
"url": "https://github.com/intelsdi-x/snap-plugin-collector-logs"
},
{
"name": "Meminfo",
"type": "Collector",
"description": "Collects Linux memory metrics from /proc/meminfo.",
"url": "https://github.com/intelsdi-x/snap-plugin-collector-meminfo"
},
{
"name": "Mesos",
"type": "Collector",
"description": "Collects Apache Mesos cluster metrics",
"url": "https://github.com/intelsdi-x/snap-plugin-collector-mesos"
},
{
"name": "MongoDB",
"type": "Collector",
"description": "Collects statistics and metrics information about MongoDB",
"url": "https://github.com/intelsdi-x/snap-plugin-collector-mongodb"
},
{
"name": "MySQL",
"type": "Collector",
"description": "Collects MySQL database metrics",
"url": "https://github.com/intelsdi-x/snap-plugin-collector-mysql"
},
{
"name": "Neutron",
"type": "Collector",
"description": "Collects OpenStack Neutron module metrics",
"url": "https://github.com/intelsdi-x/snap-plugin-collector-neutron"
},
{
"name": "Nfsclient",
"type": "Collector",
"description": "Collects NFS client metrics",
"url": "https://github.com/intelsdi-x/snap-plugin-collector-nfsclient"
},
{
"name": "Node-manager",
"type": "Collector",
"description": "Collects Intel Node Manager performance metrics",
"url": "https://github.com/intelsdi-x/snap-plugin-collector-node-manager"
},
{
"name": "Nova",
"type": "Collector",
"description": "Collects OpenStack Nova module metrics",
"url": "https://github.com/intelsdi-x/snap-plugin-collector-nova"
},
{
"name": "Openfoam",
"type": "Collector",
"description": "Collects OpenFOAM performance metrics",
"url": "https://github.com/intelsdi-x/snap-plugin-collector-openfoam"
},
{
"name": "OSv",
"type": "Collector",
"description": "Collects osv performance metrics",
"url": "https://github.com/intelsdi-x/snap-plugin-collector-osv"
},
{
"name": "PCM",
"type": "Collector",
"description": "Collects Intel Performance Counter Metrics (PCM)",
"url": "https://github.com/intelsdi-x/snap-plugin-collector-pcm"
},
{
"name": "Perfevents",
"type": "Collector",
"description": "Collects Linux cgroups perf metrics",
"url": "https://github.com/intelsdi-x/snap-plugin-collector-perfevents"
},
{
"name": "Processes",
"type": "Collector",
"description": "Collects Linux process metrics from /proc/processes",
"url": "https://github.com/intelsdi-x/snap-plugin-collector-processes"
},
{
"name": "PSUtil",
"type": "Collector",
"description": "Collects Linux psutil metrics.",
"url": "https://github.com/intelsdi-x/snap-plugin-collector-psutil"
},
{
"name": "RabbitMQ",
"type": "Collector",
"description": "Collects RabbitMQ metrics from management API",
"url": "https://github.com/intelsdi-x/snap-plugin-collector-rabbitmq"
},
{
"name": "Scaleio",
"type": "Collector",
"description": "Collects ScaleIO performance metrics",
"url": "https://github.com/intelsdi-x/snap-plugin-collector-scaleio"
},
{
"name": "Scsi",
"type": "Collector",
"description": "Collects Linux SCSI statistics",
"url": "https://github.com/intelsdi-x/snap-plugin-collector-scsi"
},
{
"name": "Schedstat",
"type": "Collector",
"description": "Collects Linux scheduler metrics from /proc/schedstats",
"url": "https://github.com/intelsdi-x/snap-plugin-collector-schedstat"
},
{
"name": "SNMP",
"type": "Collector",
"description": "Collects metrics using SNMP.",
"url": "https://github.com/intelsdi-x/snap-plugin-collector-snmp"
},
{
"name": "Smart",
"type": "Collector",
"description": "Collects Intel SSDs S.M.A.R.T. metrics",
"url": "https://github.com/intelsdi-x/snap-plugin-collector-smart"
},
{
"name": "Swap",
"type": "Collector",
"description": "Collects Linux swap metrics from /proc",
"url": "https://github.com/intelsdi-x/snap-plugin-collector-swap"
},
{
"name": "USE",
"type": "Collector",
"description": "Collect Linux Utilization, Saturation and Errors metrics",
"url": "https://github.com/intelsdi-x/snap-plugin-collector-use"
},
{
"name": "Users",
"type": "Collector",
"description": "Collects Linux user metrics from utmp",
"url": "https://github.com/intelsdi-x/snap-plugin-collector-users"
},
{
"name": "Yarn",
"type": "Collector",
"description": "Collects metrics from Hadoop Yarn",
"url": "https://github.com/intelsdi-x/snap-plugin-collector-yarn"
},
{
"name": "Anomalydetection",
"type": "Processor",
"description": "Snap plugin intended to process data and highlight outliers",
"url": "https://github.com/intelsdi-x/snap-plugin-processor-anomalydetection"
},
{
"name": "Logs-openstack",
"type": "Processor",
"description": "Snap plugin intended to process OpenStack logs",
"url": "https://github.com/intelsdi-x/snap-plugin-processor-logs-openstack"
},
{
"name": "Logs-regexp",
"type": "Processor",
"description": "Snap plugin intended to process logs using regular expressions",
"url": "https://github.com/intelsdi-x/snap-plugin-processor-logs-regexp"
},
{
"name": "Movingaverage",
"type": "Processor",
"description": "Process snap metrics and return a moving average",
"url": "https://github.com/intelsdi-x/snap-plugin-processor-movingaverage"
},
{
"name": "Statistics",
"type": "Processor",
"description": "Process metrics and return statistics over sliding window.",
"url": "https://github.com/intelsdi-x/snap-plugin-processor-statistics"
},
{
"name": "Tag",
"type": "Processor",
"description": "Process snap metrics and add tags to label the data",
"url": "https://github.com/intelsdi-x/snap-plugin-processor-tag"
},
{
"name": "Cassandra",
"type": "Publisher",
"description": "Publishes Snap metrics to Cassandra",
"url": "https://github.com/intelsdi-x/snap-plugin-publisher-cassandra"
},
{
"name": "Elasticsearch",
"type": "Publisher",
"description": "Publishes Snap metrics to Elasticsearch",
"url": "https://github.com/intelsdi-x/snap-plugin-publisher-elasticsearch"
},
{
"name": "Etcd",
"type": "Publisher",
"description": "This is a Snap publisher plugin for storing the metrics into etcd.",
"url": "https://github.com/intelsdi-x/snap-plugin-publisher-etcd"
},
{
"name": "File",
"type": "Publisher",
"description": "Publishes Snap metrics to a local file in JSON format",
"url": "https://github.com/intelsdi-x/snap-plugin-publisher-file"
},
{
"name": "Graphite",
"type": "Publisher",
"description": "Publishes Snap metrics to Graphite",
"url": "https://github.com/intelsdi-x/snap-plugin-publisher-graphite"
},
{
"name": "HANA",
"type": "Publisher",
"description": "Publishes snap metrics to SAP Hana",
"url": "https://github.com/intelsdi-x/snap-plugin-publisher-hana"
},
{
"name": "Heapster",
"type": "Publisher",
"description": "Publisher exposing container metrics through a kubelet-compatible API",
"url": "https://github.com/intelsdi-x/snap-plugin-publisher-heapster"
},
{
"name": "Heka",
"type": "Publisher",
"description": "Publishes snap metrics to Mozilla HEKA",
"url": "https://github.com/intelsdi-x/snap-plugin-publisher-heka"
},
{
"name": "InfluxDB",
"type": "Publisher",
"description": "Publishes Snap metrics to a InfluxDB",
"url": "https://github.com/intelsdi-x/snap-plugin-publisher-influxdb"
},
{
"name": "Kafka",
"type": "Publisher",
"description": "Publishes snap metrics to Apache Kafka",
"url": "https://github.com/intelsdi-x/snap-plugin-publisher-kafka"
},
{
"name": "Kairosdb",
"type": "Publisher",
"description": "Publishes snap metrics to KairosDB",
"url": "https://github.com/intelsdi-x/snap-plugin-publisher-kairosdb"
},
{
"name": "MySQL",
"type": "Publisher",
"description": "Publishes snap metrics to MySQL",
"url": "https://github.com/intelsdi-x/snap-plugin-publisher-mysql"
},
{
"name": "OpenTSDB",
"type": "Publisher",
"description": "Publishes snap metrics to OpenTSDB",
"url": "https://github.com/intelsdi-x/snap-plugin-publisher-opentsdb"
},
{
"name": "PostgreSQL",
"type": "Publisher",
"description": "Publishes snap metrics to PostreSQL",
"url": "https://github.com/intelsdi-x/snap-plugin-publisher-postgresql"
},
{
"name": "RabbitMQ",
"type": "Publisher",
"description": "Publishes snap metrics to RabbitMQ",
"url": "https://github.com/intelsdi-x/snap-plugin-publisher-rabbitmq"
},
{
"name": "Riemann",
"type": "Publisher",
"description": "Publishes snap metrics to Riemann",
"url": "https://github.com/intelsdi-x/snap-plugin-publisher-riemann"
},
{
"name": "Warp10",
"type": "Publisher",
"description": "Publishes metrics to warp10.",
"url": "https://github.com/ovhlabs/snap-plugin-publisher-warp10"
},
{
"name": "Entropy",
"type": "Collector",
"description": "Collects Linux avaliable entropy from /proc/sys/kernel/random/entropy_avail.",
"url": "https://github.com/janczer/snap-plugin-collector-entropy"
},
{
"name": "Slack",
"type": "Publisher",
"description": "Publishes Snap metrics to Slack ",
"url": "https://github.com/marcin-krolik/snap-plugin-publisher-slack"
},
{
"name": "Change-detector",
"type": "Processor",
"description": "Snap plugin intended to detect changes in metrics",
"url": "https://github.com/intelsdi-x/snap-plugin-processor-change-detector"
},
{
"name": "Tags-filter",
"type": "Processor",
"description": " Filters Snap metrics by tags",
"url": "https://github.com/intelsdi-x/snap-plugin-processor-tags-filter"
},
{
"name": "Threshold",
"type": "Processor",
"description": "This plugin filtering metrics with task defined threshold",
"url": "https://github.com/intelsdi-x/snap-plugin-processor-threshold"
},
{
"name": "Influxdb-data",
"type": "Collector",
"description": "Snap plugin intended to receive data previously saved in InfluxDB",
"url": "https://github.com/intelsdi-x/snap-plugin-collector-influxdb-data"
},
{
"name": "Prometheus",
"type": "Publisher",
"description": "Publishes metrics to a Prometheus Push Gateway",
"url": "https://github.com/hstack/snap-plugin-publisher-prometheus"
},
{
"name": "Diamond",
"type": "Collector",
"description": "Wrapper to gather telemetry data from Diamond plugins",
"url": "https://github.com/intelsdi-x/snap-plugin-collector-diamond"
},
{
"name": "Exec",
"type": "Collector",
"description": "snap plugin for collecting outputs of executable files",
"url": "https://github.com/intelsdi-x/snap-plugin-collector-exec"
},
{
"name": "Activedirectory",
"type": "Collector",
"description": "Collects Windows Active Directory metrics",
"url": "https://github.com/intelsdi-x/snap-plugin-collector-active-directory"
},
{
"name": "Cgroups",
"type": "Collector",
"description": "Snap plugin for collecting cgroups metrics using libcontainer library for cgroup statistics.",
"url": "https://github.com/intelsdi-x/snap-plugin-collector-cgroups"
},
{
"name": "Intel-dcm-platform",
"type": "Collector",
"description": "Collects metrics (power, thermal, health, inventory) from different OEM and ODM vendors’ platforms through IPMI and IPMI OEM extensions, such as Node Manager, DCMI, or IPMI SDR.",
"url": "https://github.com/intelsdi-x/snap-plugin-collector-intel-dcm-platform"
},
{
"name": "Perfmon",
"type": "Collector",
"description": "Collects Windows Perfmon metrics",
"url": "https://github.com/intelsdi-x/snap-plugin-collector-perfmon"
},
{
"name": "RDT",
"type": "Collector",
"description": "RDT Collector for Snap",
"url": "https://github.com/intelsdi-x/snap-plugin-collector-rdt"
},
{
"name": "Maptag",
"type": "Processor",
"description": "No description available.",
"url": "https://github.com/michep/snap-plugin-processor-maptag"
},
{
"name": "Pysmart",
"type": "Collector",
"description": "Collects metrics from the Self-Monitoring, Analysis and Reporting Technology (S.M.A.R.T.) leveraging the pySMART library",
"url": "https://github.com/intelsdi-x/snap-plugin-collector-pysmart"
},
{
"name": "Csvreader",
"type": "Collector",
"description": "Collect from CSV file's column as an intelsdi-x snap metric.",
"url": "https://github.com/cuongquay/snap-plugin-collector-csvreader"
}
]
)