-
Notifications
You must be signed in to change notification settings - Fork 0
/
help.html
57 lines (45 loc) · 2.25 KB
/
help.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Is It Up Help</title>
</head>
<body>
<div class="container-fluid">
<div class="row">
<div class="col-md-2">
<article class="markdown-body entry-content" itemprop="text">
<h1>
<a id="user-content-is-it-up" class="anchor" href="#is-it-up" aria-hidden="true"></a>Help</h1>
<h4>
Configurable extension to show the status of different components in multiple environments</h4>
<h3>
Features</h3>
<ul>
<li>Ability to configure it using JSON from options page</li>
<li>Ability to refresh continously with a interval that can be configured</li>
<li>Ability to push Chrome notifications when environment is down.</li>
<li>Ability to configure multiple links for each component which opens in new window
</ul>
<h3>
</a>Extension showing status of different components in multiple environments</h3>
<p>
<img src="./screenshots/Extension.png" alt="Extension" title="Extension" style="max-width:100%;">
</p>
<h3>Screenshot showing options page and all possible configurations</h3>
<p>
<img src="./screenshots/Options.png" alt="Options" title="Options Page" style="max-width:100%;">
</p>
<h3>Visual representation of configuration JSON file.</h3>
<a href="./conf/defaultConf.json">Download default configuration file</a>
<p>
<img src="./screenshots/ConfigurationJson.png?raw=true" alt="Configuration" title="Configuration Json Visual Representation"
style="max-width:100%;">
</p>
</article>
</div>
</div>
</body>
</html>