-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathindex.html
105 lines (92 loc) · 4.95 KB
/
index.html
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="shortcut icon" href="assets/favicon.ico">
<link rel="icon" href="assets/favicon.png">
<meta content="width=device-width, initial-scale=1.0, user-scalable=no" name="viewport">
<meta content="Zabbix searcher" property="og:title">
<meta content="Zabbix searcher" property="title">
<meta content="Find the Zabbix projects that match your keywords! 900+ projects" property="description">
<meta content="Find the Zabbix projects that match your keywords! 900+ projects" property="og:description">
<meta content="appicon.png" property="og:image">
<link rel="search" type="application/opensearchdescription+xml" href="/opensearch.xml" title="Zabbix searcher" />
<title>Zabbix searcher - 900+ Zabbix projects: templates, scripts, integrations, ...</title>
<link rel="apple-touch-icon-precomposed" sizes="64x64" href="/appicon.png">
<link href="stylesheets/style.css" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
<script src="//code.jquery.com/jquery-2.2.0.min.js"></script>
<script async src="javascripts/stuff.js"></script>
<script async src="javascripts/search.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-68138874-1', 'auto');
ga('send', 'pageview');
</script>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-3816527838626497",
enable_page_level_ads: true
});
</script>
</head>
<body>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- monitoringartist.github.io/zabbix-searcher/ -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-3816527838626497"
data-ad-slot="3164622886"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<header>
<input type="search" class="input-search speedy-filter" placeholder="Search">
<a href="#" class="button js-clear-search clear-search" title="Clear search">×</a>
<a href="http://www.monitoringartist.com" target="_blank" class="logo" title="Zabbix Searcher is maintained by Monitoring Artist">
<img src="assets/Monitoring-Artist-logo.png">
</a>
<div class="fright">
<a href="https://github.com/monitoringartist/zabbix-community-repos" target="_blank" class="button small" title="900+ projects available">
<div>Projects from: Github Zabbix community repos</div>
</a>
<!-- a href="https://share.zabbix.com" target="_blank" class="button small" title="300+ projects available">
<div>Share Zabbix</div>
</a>
<a href="http://zabbix.org/wiki/Zabbix_Templates" target="_blank" class="button small" title="200+ projects available">
<div>Zabbix Wiki</div>
</a -->
</div>
</header>
<section class="list">
<ul class="container">
</ul>
<div class="loading">
Loading
</div>
<div class="no-results">
<div class="emoji s_cry" title="cry"></div>
<br><div class="no-results-text">Sorry, no results</div>
<p class="call">
Help your future self by creating and adding
<strong class="keyword"></strong> project to
</p>
<p>
<a class="button js-contribute contribute-button" href="https://github.com/monitoringartist/zabbix-community-repos" target="_blank">Github Zabbix community repos</a>
</p>
</div>
</section>
<footer>
Maintained by <a href="http://www.monitoringartist.com" target="_blank" title="DevOps / Docker / Kubernetes / AWS ECS / Google GCP / Zabbix / Zenoss / Terraform / Monitoring"><img src="assets/favicon.png"> Monitoring Artist</a>. Updated on 2018-12-24 17:49:14 UTC.
</footer>
<!-- a href="https://github.com/monitoringartist/zabbix-searcher" target="_blank" class="forkme">
<img style="position: absolute; top: 0; right: 0; border: 0; width: 149px; height: 149px;" src="https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png">
</a -->
</body>
</html>