Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 13 additions & 4 deletions cmk-ops-frontent/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,26 +45,31 @@ <h4 class="text-lg font-semibold">Monitoring links</h4>

<div class="mt-8 inline-flex flex-col space-y-2">
<a
href="https://gf.credmark.com/"
target="_blank"
href="https://gf.credmark.com/"
class="text-blue-600 underline"
>Grafana Prod</a
>
> (use Github login)
<a
target="_blank"
href="https://gf.staging.credmark.com/"
class="text-blue-600 underline"
>Grafana Staging</a
>
> (use Github login)
<a
target="_blank"
href="https://credmark.grafana.net/"
class="text-blue-600 underline"
>Grafana Cloud</a
>
> (need an email-based login)
<a
target="_blank"
href="https://productpulse.credmark.com/"
class="text-blue-600 underline"
>Internal Monitoring Dashboard</a
>
<a
target="_blank"
href="https://status.credmark.com/"
class="text-blue-600 underline"
>Credmark Status Page</a
Expand All @@ -78,21 +83,25 @@ <h4 class="text-lg font-semibold">CD and Workflows UI links</h4>

<div class="mt-8 inline-flex flex-col space-y-2">
<a
target="_blank"
href="https://cd.credmark.com/argocd/"
class="text-blue-600 underline"
>ArgoCD Prod</a
>
<a
target="_blank"
href="https://cd.staging.credmark.com/argocd/"
class="text-blue-600 underline"
>ArgoCD Staging</a
>
<a
target="_blank"
href="https://wf.credmark.com/"
class="text-blue-600 underline"
>ArgoWrokflows Prod</a
>
<a
target="_blank"
href="https://wf.staging.credmark.com/"
class="text-blue-600 underline"
>ArgoWrokflows Staging</a
Expand Down