-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
276 lines (230 loc) · 14.1 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
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
<!DOCTYPE HTML>
<html>
<head>
<title>Statping-ng - Monitor your Web Services</title>
<meta charset="UTF-8">
<meta name="title" content="Statping-ng - Monitor your Web Services">
<meta name="description" content="Monitor your websites, microservices and other servers with an awesome open source application that creates a welcoming status page for your end users.">
<meta name="keywords" content="Statping, web monitoring, microservice, open source monitoring, status page">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500&display=swap" rel="stylesheet">
<meta property="og:type" content="website">
<meta property="og:url" content="https://statping-ng.github.io">
<meta property="og:title" content="Statping-ng - Monitor your Web Services">
<meta property="og:description" content="Monitor your websites, microservices and other servers with an awesome open source application that creates a welcoming status page for your end users.">
<meta property="og:image" content="assets/img/social.png">
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://statping-ng.github.io">
<meta property="twitter:title" content="Statping-ng - Monitor your Web Services">
<meta property="twitter:description" content="Monitor your websites, microservices and other servers with an awesome open source application that creates a welcoming status page for your end users.">
<meta property="twitter:image" content="assets/img/social.png">
<link rel="apple-touch-icon" sizes="57x57" href="assets/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="assets/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="assets/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="assets/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="assets/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="assets/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="assets/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="assets/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="assets/favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="assets/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicon/favicon-16x16.png">
<link rel="manifest" href="assets/favicon/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="assets/favicon/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<link rel="icon" type="image/x-icon" href="assets/favicon/favicon.ico" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="assets/css/bootstrap.min.css" />
</head>
<body>
<div class="container p-1 p-md-3 pb-5" style="max-width: 780px">
<nav class="navbar navbar-expand-lg navbar-light bg-white mb-4 mt-2">
<a class="navbar-brand" href="/">Statping-ng</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="features.html">Features</a>
</li>
<li class="nav-item">
<a class="nav-link" href="install.html">Install</a>
</li>
<li class="nav-item">
<a class="nav-link" href="sponsors.html">Sponsors & Maintainers</a>
</li>
</ul>
<!-- <ul class="navbar-nav ml-auto">
<li class="nav-item navbar-right">
<a class="nav-link" href="/login">Login</a>
</li>
<li class="nav-item navbar-right">
<a class="nav-link" href="/register">Register</a>
</li>
</ul> -->
</div>
</nav>
<div class="jumbotron mt-3 pt-3 bg-white">
<div class="text-center mb-4">
<img class="w-75" src="assets/img/banner.png">
</div>
<p class="lead">An open source server to monitor your web applications and all other HTTP, TCP, UDP, ICMP and gRPC services.</p>
<hr class="my-4">
<div class="row">
<div class="col-12 col-md-4">
<!--<a class="btn d-block btn-success btn-lg mr-3" href="/pricing" role="button">Run an Instance</a>-->
</div>
<div class="col-12 col-md-4 mt-3 mt-md-0">
<a class="btn d-block btn-success btn-lg" href="install.html" role="button">Install</a>
</div>
</div>
</div>
<div class="row mb-4">
<div class="col-10 offset-1 offset-md-0 col-md-7">
<img class="img-fluid mb-3" src="assets/img/onlinemonitor.png">
</div>
<div class="col-10 offset-1 offset-md-0 col-md-5 mt-3 mt-md-0">
<h5 class="text-center mt-2">Visual Frontend</h5>
<span class="small text-muted text-center text-md-left">
Receive notifications from many 3rd party platforms anytime one of your services becomes offline.
<img class="col-10 offset-1 mt-3" src="assets/img/serviceoffline.png">
</span>
</div>
</div>
<div class="row mt-5 mb-4">
<div class="col-10 offset-1 offset-md-0 col-md-4">
<img class="img-fluid shadow-sm mb-3" src="assets/img/sassform.png">
<h5 class="text-center">Custom Styling</h5>
<span class="small text-muted text-center text-md-left text-justify">Match your status page with your own color scheme using Sass.</span>
</div>
<div class="col-10 offset-1 offset-md-0 col-md-4 mt-3 mt-md-0">
<img class="img-fluid shadow-sm mb-3" src="assets/img/servicegrouping.png">
<h5 class="text-center">Service Groups</h5>
<span class="small text-muted text-center text-md-left">Group your services into specific categories</span>
</div>
<div class="col-10 offset-1 offset-md-0 col-md-4 mt-3 mt-md-0">
<img class="img-fluid shadow-sm mb-3" src="assets/img/seg2.jpg">
<h5 class="text-center">Simple UI</h5>
<span class="small text-muted text-center text-md-left">Receive notifications from many 3rd party platforms anytime one of your services becomes offline.</span>
</div>
</div>
<div class="row mb-5 mt-5">
<div class="col-12 bg-success pt-5 pb-5 text-center">
<h3 class="text-white font-italic">Monitor your web services with ease.</h3>
</div>
</div>
<div class="row mt-5 mb-4">
<div class="col-12">
<h3>Notifiers</h3>
Statping-ng has multiple notifiers so you can know when a service becomes offline as soon as it happens. We have already implemented Slack, Discord, Telegram, Emailing (SMTP), and many others.
<div class="row mt-5 text-muted">
<div class="col-4 col-md-2 text-center">
<i class="fab fa-slack-hash fa-4x mb-3"></i>
<h6>Slack</h6>
</div>
<div class="col-4 col-md-2 text-center">
<i class="fab fa-discord fa-4x mb-3"></i>
<h6>Discord</h6>
</div>
<div class="col-4 col-md-2 text-center">
<i class="fab fa-telegram fa-4x mb-3"></i>
<h6>Telegram</h6>
</div>
<div class="col-4 col-md-2 text-center">
<i class="fab fa-mixcloud fa-4x mb-3"></i>
<h6>Webhooks</h6>
</div>
<div class="col-4 col-md-2 text-center">
<i class="fas fa-mobile-alt fa-4x mb-3"></i>
<h6>Mobile Alerts</h6>
</div>
<div class="col-4 col-md-2 text-center">
<i class="fas fa-envelope-open-text fa-4x mb-3"></i>
<h6>Emails</h6>
</div>
</div>
</div>
</div>
<div class="row mt-5 mb-5">
<div class="col-12 col-md-9">
<h3>Open Source</h3>
Statping-ng will always remain open-source so we can all expand this awesome application to meet everyones needs.
You can host your own Statping instance for free using Docker or just download the pre-built executable for Windows, Mac, and Linux.
<p class="mt-2"></p>
<img alt="License" class="img-fluid" src="https://img.shields.io/github/license/statping-ng/statping-ng?color=green&style=for-the-badge" />
<img alt="GitHub Release" class="img-fluid" src="https://img.shields.io/github/v/release/statping-ng/statping-ng?style=for-the-badge" />
<img alt="GitHub forks" class="img-fluid" src="https://img.shields.io/github/forks/statping-ng/statping-ng?style=for-the-badge" />
<p class="mt-2"></p>
<br/>
<h3>Built from Greatness</h3>
Forked from the original statping, our codebase is tried and tested:
<p class="mt-2"></p>
<img alt="GitHub stars" class="img-fluid" src="https://img.shields.io/github/stars/statping/statping?style=for-the-badge" />
<img alt="GitHub forks" src="https://img.shields.io/github/forks/statping/statping?style=for-the-badge" />
<img alt="Docker Pulls" src="https://img.shields.io/docker/pulls/statping/statping?style=for-the-badge" />
<p class="mt-2"></p>
</div>
<div class="col-12 col-md-3 text-right">
<h4>Our Stats</h4>
<img alt="GitHub stars" class="img-fluid" src="https://img.shields.io/github/stars/statping-ng/statping-ng?style=for-the-badge" />
<p class="mt-2"></p>
<img alt="Docker Pulls" class="img-fluid" src="https://img.shields.io/docker/pulls/adamboutcher/statping-ng?style=for-the-badge" />
<p class="mt-2"></p>
<img alt="Statping GitHub issues" class="img-fluid" src="https://img.shields.io/github/issues/statping-ng/statping-ng?style=for-the-badge" />
<p class="mt-2"></p>
<img class="img-fluid" class="img-fluid" src="https://img.shields.io/github/workflow/status/statping-ng/statping-ng/2.%20Unstable%20Build,%20Test%20and%20Deploy?label=Dev&style=for-the-badge" />
<p class="mt-2"></p>
<img class="img-fluid" class="img-fluid" src="https://img.shields.io/github/workflow/status/statping-ng/statping-ng/3.%20Stable%20Build,%20Test%20and%20Deploy?label=Stable&style=for-the-badge" />
<p class="mt-2"></p>
<img class="img-fluid" class="img-fluid" src="https://img.shields.io/docker/image-size/adamboutcher/statping-ng/latest?style=for-the-badge" />
<p class="mt-2"></p>
</div>
</div>
<div class="row mb-5 mt-5">
<div class="col-12 bg-danger pt-5 pb-5 text-center">
<h3 class="text-white font-italic">Get alerts when a service is offline</h3>
</div>
</div>
<div class="row mt-5 mb-5">
<div class="col-10 offset-1 offset-md-0 col-md-4">
<img class="img-fluid shadow-sm mb-3" src="assets/img/seg1.jpg">
<h5 class="text-center">RESTful API</h5>
<span class="small text-muted text-center text-md-left text-justify">Let Statping monitor your HTTP, TCP, UDP and gRPC services with an awesome status page</span>
</div>
<div class="col-10 offset-1 offset-md-0 col-md-4 mt-3 mt-md-0">
<img class="img-fluid shadow-sm mb-3" src="assets/img/sassform.png">
<h5 class="text-center">Custom Design</h5>
<span class="small text-muted text-center text-md-left">With SASS you can give your status page a custom design that fits your current website's branding.</span>
</div>
<div class="col-10 offset-1 offset-md-0 col-md-4 mt-3 mt-md-0">
<img class="img-fluid shadow-sm mb-3" src="assets/img/seg3.jpg">
<h5 class="text-center">CLI Tool</h5>
<span class="small text-muted text-center text-md-left">With SASS you can give your status page a custom design that fits your current website's branding.</span>
</div>
</div>
<footer class="footer mt-5">
<div class="row">
<div class="col-12 col-md-7">
<span class="text-muted">© Statping-ng 2021</span>
</div>
<div class="col-12 col-md-5 d-none d-md-block">
<a href="https://github.com/statping-ng/statping-ng" class="text-muted float-left float-md-right">
<i class="fab fa-github"></i>
</a>
<!-- <a href="https://patreon.com/statping" class="text-muted float-left float-md-right mr-2">
<i class="fab fa-patreon"></i>-->
</a>
</div>
</div>
</footer>
</div>
<script src="https://kit.fontawesome.com/491a2fc9d2.js" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
</body>
</html>