An open API service indexing awesome lists of open source software.

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.

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-driver

In 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 `__