nixpkgs/nixos/modules/services/monitoring/prometheus
Bas van Dijk 739bdff4a4 nixos/prometheus/alertmanager: use ExecStart instead of script
This results in a simpler service unit which doesn't first have to
start a shell:

  > cat /nix/store/s95nsr8zbkblklanqpkiap49mkwbaq45-unit-alertmanager.service/alertmanager.service
  ...
  ExecStart=/nix/store/4g784lwcy7kp69hg0z2hfwkhjp2914lr-alertmanager-0.16.2-bin/bin/alertmanager \
    --config.file /nix/store/p2c7fyi2jkkwq04z2flk84q4wyj2ggry-checked-config \
    --web.listen-address [::1]:9093 \
    --log.level warn
  ...
2019-04-10 15:03:09 +02:00
..
exporters Rollback versionning of services.prometheus.{exporters, alertmanager}. 2019-03-25 14:36:46 +01:00
alertmanager.nix nixos/prometheus/alertmanager: use ExecStart instead of script 2019-04-10 15:03:09 +02:00
default.nix nixos/prometheus: add back the option services.prometheus.dataDir 2019-04-09 13:13:34 +02:00
exporters.nix Rollback versionning of services.prometheus.{exporters, alertmanager}. 2019-03-25 14:36:46 +01:00
exporters.xml docs: format 2018-09-29 20:51:11 -04:00