https://github.com/hacklschorsch/nixos-cluster-monitoring-sandbox
In here I learn how to set up network monitoring using Nix and Prometheus/Grafana/Loki and run experiments.
https://github.com/hacklschorsch/nixos-cluster-monitoring-sandbox
Last synced: 3 months ago
JSON representation
In here I learn how to set up network monitoring using Nix and Prometheus/Grafana/Loki and run experiments.
- Host: GitHub
- URL: https://github.com/hacklschorsch/nixos-cluster-monitoring-sandbox
- Owner: hacklschorsch
- Created: 2021-01-19T02:25:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-20T20:52:35.000Z (about 4 years ago)
- Last Synced: 2025-01-19T13:48:15.899Z (4 months ago)
- Language: Nix
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
nixos-cluster-monitoring-sandbox
================================In here I learn how to set up network monitoring using Nix and
Prometheus/Grafana/Loki and run experiments.I am using the `20.09 `__ NixOS channel.
Usage
-----On current NixOS, build and start VMs:
::
$ nixos-build-vms network.nix
$ ./result/bin/nixos-test-driverIn the resulting REPL, enter:
::
start_all()
grafana.forward_port(8080,80)And open http://localhost:8080/ in your browser to view Grafana.
Links
-----This is drawing inspiration and sometimes blatantly copying from
- `Xe’s 2020-11-20 article on Prometheus on
NixOS `__
- `The NixOS Prometheus
tests `__
- `The Mayflower Prometheus monitoring
configuration `__
- `The IOHK Bitte repo `__