-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathnavbar.html
More file actions
84 lines (80 loc) · 8.22 KB
/
Copy pathnavbar.html
File metadata and controls
84 lines (80 loc) · 8.22 KB
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
<div class="navbar-wrapper">
<div class="container">
<div class="navbar navbar-inverse navbar-static-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand logo" href="#">alerta</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="https://alerta.io">Home</a></li>
<li><a href="https://docs.alerta.io" onclick="ga('send', 'event', 'Outbound Link', 'docs', event.target.href)">Documentation</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Components <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="https://github.com/alerta/alerta" onclick="ga('send', 'event', 'Outbound Link', 'Alerta API', event.target.href)">Alerta API</a></li>
<li><a href="https://github.com/alerta/alerta-webui" onclick="ga('send', 'event', 'Outbound Link', 'Web UI', event.target.href)">Web UI</a></li>
<li><a href="https://github.com/alerta/python-alerta-client" onclick="ga('send', 'event', 'Outbound Link', 'CLI & Python SDK', event.target.href)">CLI & Python SDK</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Integrations <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li class="dropdown-header">External</li>
<li><a href="https://github.com/alerta/nagios-alerta" onclick="ga('send', 'event', 'Outbound Link', 'Nagios', event.target.href)">Nagios</a></li>
<li><a href="https://github.com/alerta/zabbix-alerta" onclick="ga('send', 'event', 'Outbound Link', 'Zabbix', event.target.href)">Zabbix</a></li>
<li><a href="https://github.com/alerta/riemann-alerta" onclick="ga('send', 'event', 'Outbound Link', 'Riemann', event.target.href)">Riemann</a></li>
<li><a href="https://github.com/alerta/sensu-alerta" onclick="ga('send', 'event', 'Outbound Link', 'Sensu', event.target.href)">Sensu</a></li>
<li><a href="https://github.com/alerta/kibana-alerta" onclick="ga('send', 'event', 'Outbound Link', 'Kibana', event.target.href)">Kibana</a></li>
<li><a href="https://github.com/netdata/netdata/tree/master/health/notifications/alerta onclick="ga('send', 'event', 'Outbound Link', 'netdata', event.target.href)"">netdata</a></li>
<li><a href="https://github.com/alerta/prometheus-config" onclick="ga('send', 'event', 'Outbound Link', 'Prometheus', event.target.href)">Prometheus</a></li>
<li><a href="https://docs.influxdata.com/kapacitor/latest/nodes/alert_node/#alerta" onclick="ga('send', 'event', 'Outbound Link', 'InfluxDB', event.target.href)">InfluxDB Kapacitor</a></li>
<li><a href="https://elastalert.readthedocs.io/en/latest/ruletypes.html#alerta" onclick="ga('send', 'event', 'Outbound Link', 'ElastAlert', event.target.href)">ElastAlert</a></li>
<li class="divider"></li>
<li class="dropdown-header">Webhooks</li>
<li><a href="https://docs.alerta.io/integrations.html#id5" onclick="ga('send', 'event', 'Outbound Link', 'CloudWatch', event.target.href)">AWS CloudWatch</a></li>
<li><a href="https://docs.alerta.io/integrations.html#grafana" onclick="ga('send', 'event', 'Outbound Link', 'Grafana', event.target.href)">Grafana</a></li>
<li><a href="https://docs.alerta.io/integrations.html#graylog" onclick="ga('send', 'event', 'Outbound Link', 'Graylog', event.target.href)">Graylog</a></li>
<li><a href="https://docs.alerta.io/integrations.html#new-relic" onclick="ga('send', 'event', 'Outbound Link', 'NewRelic', event.target.href)"">New Relic</a></li>
<li><a href="https://docs.alerta.io/integrations.html#id6" onclick="ga('send', 'event', 'Outbound Link', 'PagerDuty', event.target.href)">PagerDuty</a></li>
<li><a href="https://docs.alerta.io/integrations.html#id7" onclick="ga('send', 'event', 'Outbound Link', 'Pingdom', event.target.href)">Pingdom</a></li>
<li><a href="https://docs.alerta.io/integrations.html#id8" onclick="ga('send', 'event', 'Outbound Link', 'Prometheus', event.target.href)">Prometheus</a></li>
<li><a href="https://docs.alerta.io/integrations.html#riemann" onclick="ga('send', 'event', 'Outbound Link', 'Riemann', event.target.href)">Riemann</a></li>
<li><a href="https://docs.alerta.io/integrations.html#severdensity" onclick="ga('send', 'event', 'Outbound Link', 'SeverDensity', event.target.href)">SeverDensity</a></li>
<li><a href="https://docs.alerta.io/integrations.html#slack" onclick="ga('send', 'event', 'Outbound Link', 'Slack', event.target.href)">Slack</a></li>
<li><a href="https://docs.alerta.io/integrations.html#id9" onclick="ga('send', 'event', 'Outbound Link', 'Stackdriver', event.target.href)">Google Stackdriver</a></li>
<li><a href="https://docs.alerta.io/integrations.html#telegram" onclick="ga('send', 'event', 'Outbound Link', 'Telegram', event.target.href)">Telegram</a></li>
<li class="divider"></li>
<li class="dropdown-header">Plugins</li>
<li><a href="https://github.com/alerta/alerta-contrib/tree/master/plugins/amqp" onclick="ga('send', 'event', 'Outbound Link', 'Plugin AMQP', event.target.href)">AMQP</a></li>
<li><a href="https://github.com/alerta/alerta-contrib/tree/master/plugins/prometheus" onclick="ga('send', 'event', 'Outbound Link', 'Plugin Prometheus', event.target.href)">Prometheus Alertmanager</a></li>
<li><a href="https://github.com/alerta/alerta-contrib/tree/master/plugins/slack" onclick="ga('send', 'event', 'Outbound Link', 'Plugin Slack', event.target.href)">Slack</a></li>
<li><a href="https://github.com/alerta/alerta-contrib/tree/master/plugins/telegram" onclick="ga('send', 'event', 'Outbound Link', 'Plugin Telegram', event.target.href)">Telegram</a></li>
<li><a href="https://github.com/alerta/alerta-contrib/tree/master/plugins">More...</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Deploy <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="https://github.com/alerta/alerta-cloudformation" onclick="ga('send', 'event', 'Outbound Link', 'AWS', event.target.href)">AWS Cloudformation</a></li>
<li><a href="https://github.com/alerta/gcloud-api-alerta" onclick="ga('send', 'event', 'Outbound Link', 'GCP', event.target.href)">Google Cloud</a></li>
<li><a href="https://registry.hub.docker.com/r/alerta/alerta-web" onclick="ga('send', 'event', 'Outbound Link', 'Docker', event.target.href)">Docker</a></li>
<li><a href="https://github.com/alerta/packer-templates" onclick="ga('send', 'event', 'Outbound Link', 'Packer', event.target.href)">Packer</a></li>
<li><a href="https://github.com/alerta/heroku-api-alerta" onclick="ga('send', 'event', 'Outbound Link', 'Heroku', event.target.href)">Heroku</a></li>
<li><a href="https://pypi.python.org/pypi/alerta-server" onclick="ga('send', 'event', 'Outbound Link', 'PyPI', event.target.href)">Python PyPI</a></li>
<li><a href="https://github.com/alerta/vagrant-try-alerta" onclick="ga('send', 'event', 'Outbound Link', 'Vagrant', event.target.href)">Vagrant</a></li>
</ul>
</li>
<li><a href="https://github.com/alerta" onclick="ga('send', 'event', 'Outbound Link', 'GitHub', event.target.href)">GitHub</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>