This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| nms:prometheus [2020/03/25 11:19] – created jotasandoku | nms:prometheus [2023/11/02 14:38] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| Example of query for total traffic (sum all servers in a site with In/Out traffic): | Example of query for total traffic (sum all servers in a site with In/Out traffic): | ||
| - | # prometheus.XX.grapeshot.co.uk:9090 from Cam | + | # prometheus.XX.mycompany1.co.uk:9090 from Cam |
| - | sum(irate(node_netstat_IpExt_InOctets{instance=~" | + | sum(irate(node_netstat_IpExt_InOctets{instance=~" |
| + | |||
| + | \\ | ||
| + | * Exporter (in the server/ | ||
| + | * node exporter (linux box) | ||
| + | * snmp exporter (really anything) | ||
| + | * Dashboard | ||
| + | * Grafana | ||
| + | * Alert | ||
| + | * YAML configuration for prometheus | ||
| + | |||
| + | \\ | ||
| + | '' | ||
| + | \\ | ||
| + | prometheus stores its data in a time series database | ||