Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 05f368b60a68
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 6795bdd58ca1
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Nov 4, 2018

  1. nixos/prometheus: add package option

    With a package option we can let the user decide what package to use for
    prometheus without requiring an overlay.
    andir authored and globin committed Nov 4, 2018
    Copy the full SHA
    0de150e View commit details
    Browse the repository at this point in the history
  2. nixos/prometheus: check configuration before starting service

    With `promtool` we can check the validity of a configuration before
    deploying it. This avoids situations where you would end up with a
    broken monitoring system without noticing it - since the monitoring
    broke down. :-)
    andir authored and globin committed Nov 4, 2018
    Copy the full SHA
    6795bdd View commit details
    Browse the repository at this point in the history