Skip to content

Commit

Permalink
add current server time
Browse files Browse the repository at this point in the history
  • Loading branch information
mbund committed Aug 25, 2023
1 parent ee6f391 commit 7ca1dde
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ Fully automated Kubernetes and GitOps setup to host my important services at hom

Read the [docs](https://docs.mbund.org) for technical details.

## Live Stats

<a href="https://docs.mbund.org"><img src="https://argocd.mbund.org/api/badge?name=argocd&revision=true"></a>

<a href="https://grafana.mbund.org/d/b250375b-77ce-456f-9c27-6c38221dd21a/misc?orgId=1&viewPanel=2"><img src="https://grafana-fetch-cache.mbund.org/argocd-applications" height="150"></a>
<a href="https://grafana.mbund.org/d/b250375b-77ce-456f-9c27-6c38221dd21a/misc?orgId=1&viewPanel=7"><img src="https://grafana-fetch-cache.mbund.org/server-time" height="150"></a>
<a href="https://grafana.mbund.org/d/b250375b-77ce-456f-9c27-6c38221dd21a/misc?orgId=1&viewPanel=3"><img src="https://grafana-fetch-cache.mbund.org/server-uptime" height="150"></a>
<a href="https://grafana.mbund.org/d/b250375b-77ce-456f-9c27-6c38221dd21a/misc?orgId=1&viewPanel=5"><img src="https://grafana-fetch-cache.mbund.org/internet-connectivity"></a>
<a href="https://grafana.mbund.org/d/b250375b-77ce-456f-9c27-6c38221dd21a/misc?orgId=1&viewPanel=6"><img src="https://grafana-fetch-cache.mbund.org/memory-usage"></a>
Expand Down
14 changes: 6 additions & 8 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@

Fully automated Kubernetes and GitOps setup to host my important services at home.

## Live Stats

<img src="https://argocd.mbund.org/api/badge?name=argocd&revision=true">

<div style="display: flex; flex-direction: column">
<div style="display: flex; width: 100%; align-items: stretch; height: 200px">
<iframe src="https://grafana.mbund.org/d-solo/b250375b-77ce-456f-9c27-6c38221dd21a/misc?orgId=1&panelId=2" style="flex: 1" frameborder="0"></iframe>
<iframe src="https://grafana.mbund.org/d-solo/b250375b-77ce-456f-9c27-6c38221dd21a/misc?orgId=1&panelId=3" style="flex: 1" frameborder="0"></iframe>
</div>
<iframe src="https://grafana.mbund.org/d-solo/b250375b-77ce-456f-9c27-6c38221dd21a/misc?orgId=1&panelId=5" width="100%" height="200" frameborder="0"></iframe>
<iframe src="https://grafana.mbund.org/d-solo/b250375b-77ce-456f-9c27-6c38221dd21a/misc?orgId=1&panelId=6" width="100%" height="200" frameborder="0"></iframe>
</div>
<iframe src="https://grafana.mbund.org/d-solo/b250375b-77ce-456f-9c27-6c38221dd21a/misc?orgId=1&panelId=7" height="150" frameborder="0"></iframe>
<iframe src="https://grafana.mbund.org/d-solo/b250375b-77ce-456f-9c27-6c38221dd21a/misc?orgId=1&panelId=3" height="150" frameborder="0"></iframe>
<iframe src="https://grafana.mbund.org/d-solo/b250375b-77ce-456f-9c27-6c38221dd21a/misc?orgId=1&panelId=5" width="100%" height="150" frameborder="0"></iframe>
<iframe src="https://grafana.mbund.org/d-solo/b250375b-77ce-456f-9c27-6c38221dd21a/misc?orgId=1&panelId=6" width="100%" height="500" frameborder="0"></iframe>

## Architecture

Expand Down
6 changes: 3 additions & 3 deletions system/monitoring/templates/image-fetch-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ data:
{
"hooks": [
{
"url": "https://grafana.mbund.org/render/d-solo/b250375b-77ce-456f-9c27-6c38221dd21a/misc?orgId=1&panelId=2&width=200&height=200",
"cacheId": "argocd-applications",
"url": "https://grafana.mbund.org/render/d-solo/b250375b-77ce-456f-9c27-6c38221dd21a/misc?orgId=1&panelId=7&width=500&height=200",
"cacheId": "server-time",
"refetchTime": 60
},
{
"url": "https://grafana.mbund.org/render/d-solo/b250375b-77ce-456f-9c27-6c38221dd21a/misc?orgId=1&panelId=3&width=200&height=200",
"url": "https://grafana.mbund.org/render/d-solo/b250375b-77ce-456f-9c27-6c38221dd21a/misc?orgId=1&panelId=3&width=500&height=200",
"cacheId": "server-uptime",
"refetchTime": 60
},
Expand Down

0 comments on commit 7ca1dde

Please sign in to comment.