mirror of
https://github.com/monitoring-mixins/website.git
synced 2024-12-14 11:37:31 +00:00
Add gitea
This commit is contained in:
parent
34c2bb1a72
commit
a13429fc47
6 changed files with 1453 additions and 0 deletions
1
assets/gitea/alerts.yaml
Normal file
1
assets/gitea/alerts.yaml
Normal file
|
@ -0,0 +1 @@
|
||||||
|
null
|
1424
assets/gitea/dashboards/gitea-overview.json
Normal file
1424
assets/gitea/dashboards/gitea-overview.json
Normal file
File diff suppressed because it is too large
Load diff
1
assets/gitea/rules.yaml
Normal file
1
assets/gitea/rules.yaml
Normal file
|
@ -0,0 +1 @@
|
||||||
|
null
|
|
@ -511,6 +511,11 @@
|
||||||
"name": "wso2-streaming-integrator",
|
"name": "wso2-streaming-integrator",
|
||||||
"source": "https://github.com/grafana/jsonnet-libs",
|
"source": "https://github.com/grafana/jsonnet-libs",
|
||||||
"subdir": "wso2-streaming-integrator-mixin"
|
"subdir": "wso2-streaming-integrator-mixin"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "gitea",
|
||||||
|
"source": "https://github.com/go-gitea/gitea",
|
||||||
|
"subdir": "contrib/gitea-monitoring-mixin"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
17
site/content/gitea/_index.md
Normal file
17
site/content/gitea/_index.md
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
---
|
||||||
|
title: gitea
|
||||||
|
---
|
||||||
|
|
||||||
|
## Overview
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
{{< panel style="danger" >}}
|
||||||
|
Jsonnet source code is available at [github.com/go-gitea/gitea](https://github.com/go-gitea/gitea/tree/master/contrib/gitea-monitoring-mixin)
|
||||||
|
{{< /panel >}}
|
||||||
|
|
||||||
|
## Dashboards
|
||||||
|
Following dashboards are generated from mixins and hosted on github:
|
||||||
|
|
||||||
|
|
||||||
|
- [gitea-overview](https://github.com/monitoring-mixins/website/blob/master/assets/gitea/dashboards/gitea-overview.json)
|
|
@ -511,6 +511,11 @@
|
||||||
"name": "wso2-streaming-integrator",
|
"name": "wso2-streaming-integrator",
|
||||||
"source": "https://github.com/grafana/jsonnet-libs",
|
"source": "https://github.com/grafana/jsonnet-libs",
|
||||||
"subdir": "wso2-streaming-integrator-mixin"
|
"subdir": "wso2-streaming-integrator-mixin"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "gitea",
|
||||||
|
"source": "https://github.com/go-gitea/gitea",
|
||||||
|
"subdir": "contrib/gitea-monitoring-mixin"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue