forked from crazy-canux/awesome-monitoring
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.md
569 lines (391 loc) · 25.7 KB
/
README.md
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
# Awesome-Monitoring [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
> A curated list of awesome resources for monitoring tools.
* [awesome](https://github.com/sindresorhus/awesome)
* [awesome-awesomeness](https://github.com/bayandin/awesome-awesomeness)
***
## Contents
* [Monitoring](#monitoring)
* [Nagios](#nagios)
* [Zabbix](#zabbix)
* [Ganglia](#ganglia)
* [Zenoss](#zenoss)
* [Opserver](#opserver)
* [Netdata](#netdata)
* [Nagios Monitoring](#nagios-monitoring)
* [Icinga](#icinga)
* [Naemon](#naemon)
* [Shinken](#shinken)
* [Centreon](#centreon)
* [Opsview](#opsview)
* [Check_mk](#check_mk)
* [Sensu](#sensu)
* [Cabot](#cabot)
* [Server Density](#server-density)
* [PagerDuty](#pagerduty)
* [Nagios Monitoring Plugins](#nagios-monitoring-plugins)
* [Nagios Monitoring Addons](#nagios-monitoring-addons)
* [Zabbix Monitoring](#zabbix-monitoring)
* [Zabbix Monitoring Plugins](#zabbix-monitoring-plugins)
* [Zabbix Monitoring Addons](#zabbix-monitoring-addons)
* [Metrics and Logging](#modern-monitoring)
* [collect](#collect)
* [storage](#storage)
* [alerting](#alerting)
* [dashboard](#dashboard)
* [Tracing](#tracing-system)
* [Zipkin](#zipkin)
* [Sentry](#sentry)
* [Jaeger](#jaeger)
* [Pinpoint](#pinpoint)
* [NewRelic](#newrelic)
* [Javamelody](#javamelody)
* [kamon](#kamon)
* [OpenTelementry](#opentelementry)
* [Skywalking](#skywalking)
* [API](#api)
* [super-devops](#super-devops)
* [go-devops](#go-devops)
* [Contributing](#contributing)
* [License](#license)
***
## Monitoring
Tranditional Monitoring tools.
### Nagios
* [Nagios](https://www.nagios.org/) - Nagios Is The Industry Standard In IT Infrastructure Monitoring.
* [Nagios enterprise](https://www.nagios.com/) - IT Infrastructure Monitoring World Class Network, Server and Log Monitoring Software.
* [Nagios exchange](https://exchange.nagios.org/) - Nagios official exchange website.
* [Nagios core github](https://github.com/NagiosEnterprises/nagioscore) - Nagios core written in C.
* [Nagios chinese](https://sourceforge.net/projects/nagios-cn/files/?source=navbar) - Nagios chinese document.
* [Nagios](http://canuxcheng.com/devops/Monitoring_Nagios.html) - Blog.
### Zabbix
> Zabbix is the ultimate enterprise-level software designed for real-time monitoring of millions of metrics collected from tens of thousands of servers, virtual machines and network devices. Zabbix is Open Source and comes at no cost.
* [Zabbix](https://www.zabbix.org) - The Ultimate Enterprise-class Monitoring Platform.
* [Zabbix enterprise](http://www.zabbix.com/) - Zabbix enterprise website.
* [Zabbix core](https://zabbix.org/wiki/Get_Zabbix) - Zabbix core written in C.
* [Zabbix github](https://github.com/zabbix) - Zabbix github.
### Ganglia
> Ganglia is a scalable distributed monitoring system for high-performance computing systems such as clusters and Grids.
* [Ganglia](http://ganglia.info/) - Ganglia is a scalable distributed monitoring system for high-performance computing systems.
* [Ganglia core github](https://github.com/ganglia/monitor-core) - Ganglia written in C.
* [Ganglia github](https://github.com/ganglia) - Related source code.
### Zenoss
> Zenoss works with the world's largest companies to ensure their IT services and applications are always on. As the global leader in hybrid IT monitoring and analytics software, Zenoss provides complete visibility for cloud, virtual and physical IT environments.
* [Zenoss](https://www.zenoss.org/) - The Hybrid IT Monitoring Platform.
* [Zenoss enterprise](https://www.zenoss.com/) - Zenoss enterprise website.
* [Zenoss core sf](https://sourceforge.net/projects/zenoss/) - Zenoss core written in C.
* [Zenoss github](https://github.com/zenoss) - Zenoss github.
### Opserver
* [Opserver](http://opserver.org/) - Stack Exchange's monitoring system.
* [Opserver github](https://github.com/opserver/Opserver) - Opserver written in C#.
### Netdata
> netdata is a system for distributed real-time performance and health monitoring. It provides unparalleled insights, in real-time, of everything happening on the system it runs (including applications such as web and database servers), using modern interactive web dashboards.
* [netdata](http://my-netdata.io/) - Get control of your servers. Simple. Effective. Awesome.
* [netdata github](https://github.com/firehol/netdata) - Netdata written in C.
***
## Nagios Monitoring
Monitoring tools based on nagios.
### Icinga
* [Icinga](https://www.icinga.org/) - Monitoring core with features and REST API.
* [Icinga exchange](https://exchange.icinga.org/) - Icinga2 official exchange website.
* [Icinga2 core github](https://github.com/Icinga/icinga2) - Icinga2 core written in C++.
* [Icinga chinese](https://sourceforge.net/projects/icinga-cn/files/) - Icinga2 chinese document.
### Naemon
> Naemon is the new monitoring suite that aims to be fast, stable and innovative while giving you a clear view of the state of your network and applications.
* [Naemon](http://www.naemon.org/) - Networks, Applications and Event Monitor.
* [Naemon core github](https://github.com/naemon/naemon-core) - Next generation of nagios core written in C.
### Shinken
> Shinken is a monitoring framework. It's a Python Nagios® Core total rewrite enhancing flexibility and large environment management.
* [Shinken](http://www.shinken-monitoring.org/) - Flexible and scalable monitoring framework.
* [Shinken core github](https://github.com/naparuba/shinken) - Shinken core written in Python.
* [Shinken exchange github](https://github.com/shinken-monitoring) - Shinken exchange.
### Centreon
> Centreon is a network, system, applicative supervision and monitoring tool.
* [Centreon](https://www.centreon.com) - An industry reference for open source monitoring.
* [Centreon core github](https://github.com/centreon/centreon-engine) - Centreon core written in C++.
* [Centreon plugins github](https://github.com/centreon/centreon-plugins) - Centreon plugins.
### Opsview
> Powerful monitoring for IT networks large and small, visualize all aspects of your IT at a glance.
* [Opsview](https://www.opsview.com/) - Comprehensive coverage, rapid resolution, elegant visualization.
* [Opsview core](https://www.openhub.net/p/opsview) - Opsview core written in Perl.
### check_mk
> Check_MK is comprehensive IT monitoring solution in the tradition of Nagios.
* [Check_mk](http://mathias-kettner.de/check_mk.html) - Check_mk is open source and pure python code.
* [check_mk exchange](http://mathias-kettner.com/check_mk_exchange.php?HTML=yes) - Check_mk plugins.
* [check_mk core git](http://git.mathias-kettner.de/git/?p=check_mk.git;a=tree) - Check_mk core written in Python.
### Sensu
* [Sensu](https://sensuapp.org/) - Monitoring for today's infrastructure.
* [Sensu github](https://github.com/sensu/sensu) - Sensu core written in Ruby.
* [Sensu-plugins](http://sensu-plugins.io/) - Sensu plugins.
* [Sensu-plugins github](https://github.com/sensu-plugins) - Sensu plugins source code.
### Cabot
* [cabot github](https://github.com/arachnys/cabot) - Self-hosted, easily-deployable monitoring and alerts service.
### Server Density
* [server density](https://www.serverdensity.com/) - Server monitoring.
* [server density github](https://github.com/serverdensity) - Related source code.
### PagerDuty
* [pagerduty](https://www.pagerduty.com/) - Digital Operations Management.
* [pagerduty github](https://github.com/PagerDuty) - Related source code.
### Nagios Monitoring Plugins
> The Monitoring Plugins Development Team, maintain a bundle of more than fifty standard plugins for Icinga, Naemon, Nagios, Shinken, Sensu, Centreon and Opsview.
* [monitoring-plugins](https://www.monitoring-plugins.org/) - Monitoring plugins official website.
* [monitoring-plugins github](https://github.com/monitoring-plugins) - Monitoring plugins source code.
#### Develop Plugins
> How to develop plugins for your own service.
* [monitoring plugin development guidelines](https://www.monitoring-plugins.org/doc/guidelines.html) - Plugins development document official website.
#### Plugins API
* [monitoring-plugins perl](https://github.com/monitoring-plugins/monitoring-plugin-perl) - Official Perl module for plugins.
* [arguspy](https://github.com/crazy-canux/arguspy) - A set of Python API for write your monitoring plugins.
* [arguspy docs](http://arguspy.readthedocs.io/en/latest/) - Document for arguspy.
#### Monitoring Windows server
* [check_wmi_plus.pl](http://www.edcint.co.nz/checkwmiplus/) - Plugin for windows monitoring use WMI.
#### Monitoring OS X
* [OSX-Monitoring-Tools](https://github.com/jedda/OSX-Monitoring-Tools) - Plugins used to monitoring Mac system.
#### Monitoring Linux/Unix
* [check_fujitsu_health.pl](https://github.com/lausser/check_fujitsu_health) - For fujitsu.
* [check_hpasm.pl](https://github.com/lausser/check_hpasm) - For Hpasm.
#### Monitoring Network
* [check_nwc_health.pl](https://github.com/lausser/check_nwc_health) - For nwc.
#### Monitoring Storage
* [check_tl_health.pl](https://github.com/lausser/check_tl_health) - For tl.
* [check_raid.pl](https://github.com/glensc/nagios-plugin-check_raid) - For raid.
* [check_sstcam.pl](https://github.com/lausser/check_sstcam) - For sstcam.
#### Monitoring Virtualization
* [check_wmware_api.pl](https://github.com/op5/check_vmware_api) - For vmware.
* [check_vmware_esx.pl](https://github.com/BaldMansMojo/check_vmware_esx) - For vmware.
#### Monitoring Cloud Computing
* [openstack nagios plugins](https://github.com/cirrax/openstack-nagios-plugins) - Monitoring openstack.
#### Monitoring BigData
#### Monitoring Database
* [check_mysql_health.pl](https://github.com/lausser/check_mysql_health) - For mysql.
* [check_oracle_health.pl](https://github.com/lausser/check_oracle_health) - For oracle.
* [check_db2_health.pl](https://github.com/lausser/check_db2_health) - For db2.
* [check_mssql_health.pl](https://github.com/lausser/check_mssql_health) - For mssql.
* [check_mongodb.py](https://github.com/mzupan/nagios-plugin-mongodb) - For mongodb.
* [check_postgres.pl](https://github.com/bucardo/check_postgres) - For postgres.
#### Monitoring Log
* [check_logfiles.pl](https://github.com/lausser/check_logfiles) - For logfile.
* [check events](https://github.com/pewo/nagios-plugins)
* [check_generic](https://github.com/flackem/check_generic)
* [check_multi](https://github.com/flackem/check_multi)
#### Monitoring Application
* [check_sap_health.pl](https://github.com/lausser/check_sap_health) - For sap.
* [check_mailbox_health.pl](https://github.com/lausser/check_mailbox_health) - For mailbox.
* [check_elasticsearch.py](https://github.com/anchor/nagios-plugin-elasticsearch) - For ES.
* [check_graphite_data.py](https://github.com/etsy/nagios_tools) - For graphite.
* [nagios-plugins-rabbitmq](https://github.com/nagios-plugins-rabbitmq/nagios-plugins-rabbitmq) - For rabbitmq.
* [Celery-Nagios-Plugin](https://github.com/wilhelm-murdoch/Celery-Nagios-Plugin) - For celery.
* [nagios-jenkins-plugin](https://github.com/jonlives/nagios-jenkins-plugin) - For jenkins.
* [ceph-nagios-plugins](https://github.com/valerytschopp/ceph-nagios-plugins) - For ceph.
* [check_ssl_cert](https://github.com/matteocorti/check_ssl_cert) - For CA.
#### Monitoring Languages
* [nagios_erlang](https://github.com/lethain/nagios_erlang) - Monitoring erlang
#### Monitoring SNMP
* [nagios snmp plugins](http://nagios.manubulon.com/) - For snmp.
* [nagios snmp plugins SF](https://sourceforge.net/projects/nagios-snmp/) - For snmp.
#### Misc
* [zplugin](https://github.com/crazy-canux/zplugin) - Tons of plugins monitoring your business.
* [nagios plugins](https://github.com/HariSekhon/nagios-plugins) - HariSekhon's plugins.
* [nagios plugins](https://github.com/willixix/naglio-plugins) - Willixix's plugins.
* [nagios plugins](https://github.com/MonitoringPlug/monitoringplug) - MonitoringPlug's plugins.
* [nagios plugins](https://github.com/AppliedTrust/nagios-plugins) - AppliedTrust's plugins.
* [nagios plugins](https://github.com/opinkerfi/nagios-plugins) - opinkerfi's plugins.
* [nagios plugins](https://github.com/kumina/nagios-plugins-kumina) - kumina's plugins.
* [nagios plugins](https://github.com/Inuits/monitoring-plugins) - Inuits's plugins.
* [nagios plugins](https://github.com/appfirst/nagios-plugins) - appfirst's plugins.
* [nagios plugins](https://github.com/Voxer/nagios-plugins) - Voxer's plugins.
* [nagios plugins](https://github.com/innogames/igmonplugins) - innogames's plugins.
### Nagios Monitoring Addons
> This is the addon can be used for Nagios, Naemon, Icinga, Shinken, Centreon and Opsview.
* [nagios-addons github](https://github.com/NagiosEnterprises) - Nagios addons.
* [naemon-addons github](https://github.com/naemon) - Naemon addons.
* [icinga-addons github](https://github.com/Icinga) - Icinga addons.
* [shinken-addons github](https://github.com/shinken-monitoring) - Shinken addons.
#### Agent
* [NRPE github](https://github.com/NagiosEnterprises/nrpe) - Nagios Remote Plugin Executor for Linux.
* [NRPE_NT SF](https://sourceforge.net/projects/nrpent/) - Nagios Remote Plugin Executor for Windows.
* [NSCP](http://nsclient.org/) - NSClient++.
* [NSCP github](https://github.com/mickem/nscp) - NSCP source code.
* [NCPA github](https://github.com/NagiosEnterprises/ncpa) - Nagios Cross Platform Agent.
#### Event broker
* [NDOUtils github](https://github.com/NagiosEnterprises/ndoutils) - Nagios Data Output Utils, for Nagios.
* [IDOUtils github](https://github.com/Icinga) - Icinga Data Output Utils, for Icinga.
* [naemon-livestatus github](https://github.com/naemon/naemon-livestatus) - For Naemon.
* [mod-livestaus github](https://github.com/shinken-monitoring/mod-livestatus) - For Shinken.
* [MK Livestatus](http://mathias-kettner.com/checkmk_livestatus.html) - For nagios/check_mk.
* [MK Livestatus git](http://git.mathias-kettner.de/git/?p=check_mk.git;a=tree;f=livestatus;hb=HEAD) - Livesttus source code.
#### Distributions
* [MK OMD](http://omdistro.org/) - The Open Monitoring Distribution, for Nagios/Naemon/Icinga/Shinken/check_mk.
* [MK OMD git](http://git.mathias-kettner.de/git/?p=omd.git;a=tree) - OMD source code.
* [NSCA github](https://github.com/NagiosEnterprises/nsca) - Nagios Service Check Acceptor, for nagios/naemon/icinga.
* [NSCA-ng](http://www.nsca-ng.org/) - Next Generation of NSCA.
* [NSCA-ng github](https://github.com/weiss/nsca-ng) - NSCA-ng source code.
* [NRDP github](https://github.com/NagiosEnterprises/nrdp) - Nagios Remote Data Processor, as a replacement for NSCA.
* [DNX](http://dnx.sourceforge.net/) - Distributed Nagios eXecutor, for Nagios/Naemon.
* [DNX github](https://github.com/DNX-Project/DNX) - DNX source code.
* [gearman](http://gearman.org/) - Gearman official website.
* [gearman github](https://github.com/gearman/gearmand) - Gearmand source code. A gearman job server written in C++.
* [consol mod-gearman](http://www.mod-gearman.org/) - Gearman worker for Nagios/Naemon.
* [consol mod-gearman github](https://github.com/sni/mod_gearman) - Mod-gearman source code. A gearman wroker written in C.
* [op5 merlin](https://kb.op5.com/display/MERLIN/Distributed+%28Merlin%29+Home) - For Nagios/Naemon.
* [op5 merlin github](https://github.com/op5/merlin) - Merlin source code.
#### Visualization
* [op5 Ninja](https://kb.op5.com/display/GUI/GUI+%28Ninja%29+Home) - For Nagios/Naemon.
* [op5 Ninja github](https://github.com/op5/ninja) - Ninja source code.
* [mod-webui github](https://github.com/shinken-monitoring/mod-webui) - For Shinken.
* [icingaweb2 github](https://github.com/Icinga/icingaweb2) - For Icinga.
* [consol thruk](http://www.thruk.org/) - Webinterface for Nagios/Naemon/Icinga/Shinken.
* [consol thruk github](https://github.com/sni/Thruk) - Thruk source code.
* [nagdash github](https://github.com/lozzd/Nagdash) - Dashboard interface for nagios.
* [nagstamon](https://nagstamon.ifw-dresden.de/) - Nagios status viewer on windows.
* [nagstamon github](https://github.com/HenriWahl/Nagstamon) - Nagstamon source code.
* [coffeesaint](https://www.vanheusden.com/java/CoffeeSaint/) - Java based nagios status viewer.
* [coffeesaint github](https://github.com/flok99/CoffeeSaint) - Coffeesaint source code.
* [nagmap github](https://github.com/hecko/nagmap/) - Integration of nagios/icinga into google maps.
* [nagvis](http://www.nagvis.org/) - Draw map from event brokers.
* [nagvis github](https://github.com/NagVis/nagvis) - Nagvis source code.
* [realopinsight](http://realopinsight.com/) - Realopinsight.
* [realopinsight github](https://github.com/RealOpInsightLabs/realopinsight-workstation) - Realopinsight source code.
#### Metric Storage
* [rrdtool](http://oss.oetiker.ch/rrdtool/) - Round Robin Database Tool, store perfomance data.
* [rrdtool github](https://github.com/oetiker/rrdtool-1.x) - Rrdtool source code.
* [graphite-whisper github](https://github.com/graphite-project/whisper) - Graphite whisper.
* [statsd github](https://github.com/etsy/statsd) - Daemon for easy but powerful stats aggregation.
#### Metric Forwarding
* [graphios github](https://github.com/shawn-sterling/graphios) - A program to send nagios perf data to graphite(carbon)/statsd/librato/influxdb.
* [ledbetter github](https://github.com/github/ledbetter) - Script that scrapes alert statistics from Nagios and reports them to Graphite.
* [nagflux github](https://github.com/Griesbacher/nagflux) - A connector which copies performancedata from Nagios / Icinga(2) / Naemon to InfluxDB
#### Metric Graphing
* [nagiosgraph](http://nagiosgraph.sourceforge.net/) - Create graphs and store data in rrdtool.
* [nagiosgraph SF](https://sourceforge.net/projects/nagiosgraph/) - Nagiosgraph source code.
* [pnp4nagios](http://docs.pnp4nagios.org/) - Create graphs and store rrdtool.
* [pnp4nagios github](https://github.com/lingej/pnp4nagios) - Php4nagios source code.
* [Graphite carbon github ](https://github.com/graphite-project/carbon) - Graphite carbon.
* [Graphite web github](https://github.com/graphite-project/graphite-web) - Graphite web.
#### Configuration
* [nagios.vim](https://github.com/crazy-canux/nagios.vim) - Vim plugin for Nagios.
* [icinga2.vim](https://github.com/crazy-canux/icinga2.vim) - Vim plugin for Icinga2.
* [nconf](http://www.nconf.org/dokuwiki/doku.php) - Enterprise Nagios configurator.
* [nconf github](https://github.com/nconf/nconf) - Nconf source code.
* [adagios](http://adagios.org/) - Web based nagios configuration.
* [adagios github](https://github.com/opinkerfi/adagios) - Adagios source code.
#### Procedure
* [dokuwiki](https://www.dokuwiki.org/dokuwiki/) - Dokuwiki.
* [dokuwiki github](https://github.com/splitbrain/dokuwiki) - Dokuwiki source code.
#### Business Process Intelligence
* [nagiosBPI github](https://github.com/NagiosEnterprises/nagiosbpi) - NagiosBPI.
* [BP](http://bp-addon.monitoringexchange.org/) - BP.
* [BP github](https://github.com/booboo-at-gluga-de/bp-addon) - BP source code.
#### SNMP
* [NSTI github](https://github.com/NagiosEnterprises/nsti) - NSTI.
* [nagios-mib github](https://github.com/nagios-plugins/nagios-mib) - This is the initial set of MIBs for Nagios to allow traps sent from Nagios to be recognized by other NMSes.
#### Addons API
* [nagiosvshell github](https://github.com/NagiosEnterprises/nagiosvshell) - Nagios v-shell PHP interface.
* [pynag](http://pynag.org/) - API for managin nagios configuration and write plugins.
* [pynag github](https://github.com/pynag/pynag) - Pynag source code.
* [nagios-api github](https://github.com/zorkian/nagios-api) - A REST-like, JSON interface to nagios.
* [nagiosharder github](https://github.com/railsmachine/nagiosharder) - Ruby API for scraping nagios.
* [nagrestconf](http://nagrestconf.smorg.co.uk/) - A REST interface and configuration GUI for nagios.
* [nagrestconf github](https://github.com/mclarkson/nagrestconf) - Nagrestconf.
#### Misc
* [chef-nagios-cookbook github](https://github.com/schubergphilis/nagios) - Chef nagios cookbook.
* [cucumber](http://cucumber-nagios.org/) - Cucumber.
* [cucumber github](https://github.com/auxesis/cucumber-nagios) - Cucumber source code.
* [nagios-herald](https://codeascraft.com/2014/06/06/introducing-nagios-herald/) - Customizing nagios alerts.
* [nagios-herald github](https://github.com/etsy/nagios-herald) - Nagios-herald source code.
***
## Zabbix Monitoring
> Monitoring tools based on Zabbix.
### Zabbix Monitoring Plugins
### Zabbix Monitoring Addons
***
## Modern Monitoring
Modern Monitoring tools for devops, container(kubernetes), microservice and serverless.
### Collect
Collect metrics and logs.
Metrics
* [telegraf github](https://github.com/influxdata/telegraf) - TICK stack, The plugin-driven server agent for collecting & reporting metrics.
* [node-exporter github](https://github.com/prometheus/node_exporter) - Prometheus stack, Exporter for machine metrics.
* [collectd](http://collectd.org/) - The system statistics collection daemon.
* [collectd github](https://github.com/collectd/collectd) - collectd written in C.
* [tcollector github](https://github.com/OpenTSDB/tcollector) - Data collection framework for OpenTSDB
* [falcon-plus github](https://github.com/open-falcon/falcon-plus) - An open-source and enterprise-level monitoring system.
Logging
* [promtail github](https://github.com/grafana/loki) - log agent for loki.
* [fluent github](https://github.com/fluent) - Fluentd is an open-source logging solution to unify data collection and consumption.
* [beats github](https://github.com/elastic/beats) - Lightweight shippers for Elasticsearch & Logstash, Elastic stack
* [logstash github](https://github.com/elastic/logstash) - Transport and process your logs, events, or other data, Elastic stack.
### Storage
Metrics
* [influxdata](https://influxdata.com) - influxdb, written in go.
* [influxdata github](https://github.com/influxdata/influxdb) - TICK stack.
* [prometheus](https://prometheus.io/) - The Prometheus monitoring system and time series database.
* [prometheus github](https://github.com/prometheus/prometheus) - Prometheus stack.
* [VictoriaMetrics](https://github.com/VictoriaMetrics/VictoriaMetrics/) - VictoriaMetrics stack.
* [OpenTSDB](http://opentsdb.net/) - OpenTSDB, written in java.
* [OpenTSDB github](https://github.com/OpenTSDB/opentsdb) - OpenTSDB source code.
* [kairosDB](http://kairosdb.github.io/) - KairosDB.
* [kairosDB github](https://github.com/kairosdb/kairosdb) - KairosDB source code.
Logging
* [loki github](https://github.com/grafana/loki) - Loki: like Prometheus, but for logs.
* [elasticsearch](https://www.elastic.co/cn/products/elasticsearch) - Open Source, Distributed, RESTful Search Engine, written in java.
* [elasticsearch github](https://github.com/elastic/elasticsearch) - Elastic stack.
### Dashboard
* [grafana](http://grafana.org/) - Grafana.
* [grafana github](https://github.com/grafana/grafana) - Grafana source code.
* [chronograf github](https://github.com/influxdata/chronograf) - TICK stack
* [kibana github](https://github.com/elastic/kibana) - Elastic stack
### Alerting
* [kapacitor github](https://github.com/influxdata/kapacitor) - TICK stack, written in go.
* [alertmanager github](https://github.com/prometheus/alertmanager) - Prometheus stack, Prometheus Alertmanager, written in go.
* [x-pack](https://www.elastic.co/cn/products/x-pack) - Elastic stack.
* [Bosun](http://bosun.org/) - Time Series Alerting Framework.
* [Bosun github](https://github.com/bosun-monitor) - Bosun written in Go.
***
## Tracing System
AKA APM.
### Zipkin
* [zipkin github](https://github.com/openzipkin/zipkin) - A distributed tracing system.
### Jaeger
* [Jaeger](https://www.jaegertracing.io/)
* [Jaeger github](https://github.com/jaegertracing) - Distributed Tracing System
### Sentry
* [Sentry](https://sentry.io/welcome/) - Sentry provides open-source and hosted error monitoring that helps all software
teams discover, triage, and prioritize errors in real-time.
* [Sentry github](https://github.com/getsentry/sentry) - Sentry is cross-platform application monitoring, with a focus on error reporting.
### Pinpoint
* [pinpoint github](https://github.com/pinpoint-apm/pinpoint) - APM, (Application Performance Management) tool for large-scale distributed systems.
### NewRelic
* [new relic](https://newrelic.com/) - Performance management system.
* [new relic github](https://github.com/newrelic) - New relic written in Ruby.
### Javamelody
* [javamelody](https://github.com/javamelody/javamelody/wiki) - Monitoring of JavaEE applications.
* [javamelody github](https://github.com/javamelody/javamelody) - The source code.
### Kamon
* [kamon](http://www.kamon.io/) - Monitoring applications running on the JVM.
* [kamon github](https://github.com/kamon-io/Kamon) - The source code.
### OpenTelementry
all-in-one.
OpenCensus and OpenTracing have merged to form OpenTelemetry.
* [opentelementry](https://opentelemetry.io/) - High-quality, ubiquitous, and portable telemetry to enable effective observability.
* [opentelementry github](https://github.com/open-telemetry)
### SkyWalking
all-in-one
* [skywalking](https://skywalking.apache.org/) - Application performance monitor tool for distributed systems, especially designed for microservices, cloud native and container-based (Kubernetes) architectures.
* [skywalking github](https://github.com/apache/skywalking)
***
## API
### super-devops
* [super-devops](http://super-devops.readthedocs.io/en/latest/) - Tons of devops tools for devops related project.
* [super-devops github](https://github.com/crazy-canux/super-devops)
### go-devops
* [go-devops](https://godoc.org/github.com/crazy-canux/go-devops) - Tons of devops tools for devops related project.
* [go-devops github](https://github.com/crazy-canux/go-devops)
***
## Contributing
[Contribution guide](CONTRIBUTING.md)
***
## Authors
[Authors](AUTHORS.md)
***
## License
[![CC0](https://licensebuttons.net/p/zero/1.0/88x31.png)](http://creativecommons.org/publicdomain/zero/1.0/)