-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
103 lines (102 loc) · 4.35 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
<html><head><meta charset="utf-8" /><meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="description" content="" />
<meta name="author" content="Maxim Sokhatsky" /><title>UP</title>
<link rel="stylesheet" href="https://n2o.dev/blank.css" />
<link rel="stylesheet" href="https://n2o.dev/zima.css" />
<link rel="stylesheet" href="https://n2o.dev/pro/pro.css" />
</head><body><nav>
<a href="https://erp.uno/en/">ERP</a>
<a href="https://mail.erp.uno" style="background:#ededed;">UP</a>
</nav><header>
<a href="https://github.com/erpuno/up"><img src="https://openmoji.org/data/color/svg/1F1E8-1F1ED.svg" /></a>
<h1>UP</h1>
</header><aside>
<article>
<section>
<h3>SYNOPSIS</h3>
<div>Health check status page for distributed applications.</div>
<div>
<ul><li>Incidents; </li>
<li>Maintenance;</li>
<li>Components;</li>
<li>Metrics;</li>
<li>Groups;</li>
<li>Users.</li></ul></div>
<div>
</div><br/>
</section>
<section>
<h3><a href="https://up.erp.dev">MODULES</a></h3>
<div><ul><li><a href="man/up_endpoint.htm">ENDPOINT</a></li>
<li><a href="man/up_service.htm">SERVICE</a></li>
<li><a href="man/up_application.htm">APPLICATION</a></li></ul></div>
<br />
<div>
APR 2024 © <a href="https://github.com/5HT">5HT</a> ISC<br />
VER 0.1
</div>
</section>
<section>
</section>
</article>
</aside><main>
<section>
<a name=principles><h3>COMPONENTS</h3></a>
<p>Overall status by components:</p>
<p> 2024-01-23 — 🔋 — <b class=se>UP</b> — Foundation (General, Foundation, Security) is ok.</p>
<p> 2024-01-24 — ⚡ — <b class=se>ISSUES</b> — Administration (Terminology, Administration) has issues.</p>
<p> 2024-01-24 — 🚨 — <b class=se>MAINTENANCE</b> — Clinical (Diagnostic, Medications, Clinical) is under maintenance due to incident I-09123-22.</p>
</section>
<section>
<a name=principles><h3>INCIDENTS</h3></a>
<p>Registered incidents and outages:</p>
<p> 2024-01-24 — ⚡ — <b class=se>IDENTIFIED</b> — I-09123-22: Administration at medium everity.</p>
<p> 2024-01-24 — 🚨 — <b class=se>INVESTIGATING</b> — I-09123-23: Clinical module at top Severity.</p>
<p> 2024-01-25 — 🔋 — <b class=se>RESOLVED</b> — Foundation profile group operates ok</p>
<p> 2024-01-25 — 🔋 — <b class=se>RESOLVED</b> — General module operates ok</p>
<p> 2024-01-25 — 🔋 — <b class=se>RESOLVED</b> — Foundation module operates ok</p>
</section>
<section>
<a name=principles><h3>MAINTENANCE</h3></a>
<p>Spawned maintenance processes:</p>
<p> 2024-01-25 — 🔋 — <b class=se>COMPLETE</b> — Generall module fixed.</p>
<p> 2024-01-25 — 🔋 — <b class=se>COMPLETE</b> — Foundation module fixed.</p>
<p> 2024-01-24 — ⚡ — <b class=se>PROGRESS</b> — Administration issue is identified due to I-09123-23.</p>
<p> 2024-01-24 — 🚨 — <b class=se>PROGRESS</b> — Clinical is under maintenance due to I-09123-22.</p>
</section>
<section>
<a name=principles><h3>METRICS</h3></a>
<p>No metrics. Use API to create one.</p>
</section>
<section>
<a name=principles><h3>API</h3></a>
<p>The UP HTTP API:</p>
<figure><code>
get "/"
get "/incidents"
get "/incidents/:id"
put "/incidents"
get "/maintenance"
get "/maintenance/:id"
put "/maintenance"
get "/metrics"
get "/metrics/:id"
put "/metrics"
get "/components"
get "/components/:type/:id"
put "/components"
get "/groups"
get "/groups/:type/:id"
put "/groups"
get "/users"
get "/users/:type/:id"
put "/users"
</code></figure>
<br><center>˙</center>
</section>
</main><footer>
<br><center>˙</center>
<br>
Made with <span class="heart">❤</span> to ERP/1
</footer>
</body></html>