Skip to content
Snippets Groups Projects
Commit 313fa1db authored by Ubbo Veentjer's avatar Ubbo Veentjer
Browse files

some notes on metrics. belongs to #13

parent bf72fad6
No related branches found
No related tags found
No related merge requests found
......@@ -251,13 +251,26 @@ There is a [full and documented example](https://gitlab.gwdg.de/SADE/SADE/blob/d
For server configuration and setup we use puppet for most servers. The main puppet code is provided in GitLab <https://gitlab.gwdg.de/dariah-de-puppet>. The DARIAH-DE and TextGrid Repository module (dhrep) is contained in Github <https://github.com/DARIAH-DE/puppetmodule-dhrep>.
### Monitoring
## Monitoring
- Icinga probes for DARIAH-DE services <https://icinga.de.dariah.eu/icinga>
- Metrics for Sever specific monitoring <https://metrics.gwdg.de>
### Metrics for Sever specific monitoring <https://metrics.gwdg.de>
### Release Management
To view real time metrics from our servers or applications we use [Grafana](https://grafana.com/), which is available at <https://metrics.gwdg.de> inside GoeNet.
Grafana retrieves its data from influxdb. [Telegraf](https://github.com/influxdata/telegraf)can be used to store data from the servers in that database. It is easy to enable telegraf on puppet configured servers. Telegraf stores metrics from the server in the influxdb.
Some system stats monitored by telegraf in our current puppet setup:
* CPU
* Memory
* Space
* Apache
* ...
A list of stats telegraf collects stats with the input plugin, a list is [available](https://github.com/influxdata/telegraf#input-plugins).
## Release Management
# Code quality level for RDD
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment