Bas van Dijk
7cf27feb2f
nixos/prometheus: get rid of empty arguments
Previously the prometheus.service file looked like:
ExecStart=/nix/store/wjkhfw3xgkmavz1akkqir99w4lbqhak7-prometheus-1.8.2-bin/bin/prometheus -storage.local.path=/var/lib/prometheus/metrics \
-config.file=/nix/store/zsnvzw51mk3n1cxjd0351bj39k1j6j27-prometheus.yml-check-config-checked \
-web.listen-address=0.0.0.0:9090 \
-alertmanager.notification-queue-capacity=10000 \
-alertmanager.timeout=10s \
\
Restart=always
Now it's:
ExecStart=/nix/store/wjkhfw3xgkmavz1akkqir99w4lbqhak7-prometheus-1.8.2-bin/bin/prometheus \
-storage.local.path=/var/lib/prometheus/metrics \
-config.file=/nix/store/zsnvzw51mk3n1cxjd0351bj39k1j6j27-prometheus.yml-check-config-checked \
-web.listen-address=0.0.0.0:9090 \
-alertmanager.notification-queue-capacity=10000 \
-alertmanager.timeout=10s
Restart=always
2019-04-08 14:59:12 +02:00
..
2019-03-07 02:11:20 +02:00
2019-02-27 09:56:03 +01:00
2018-09-29 20:51:11 -04:00
2019-03-09 14:25:05 -05:00
2019-03-25 14:49:22 +01:00
2019-02-22 07:23:59 +01:00
2019-03-13 11:37:11 +01:00
2019-02-25 01:38:51 +01:00
2019-04-08 14:59:12 +02:00
2019-03-08 11:19:18 +02:00
2019-03-09 13:42:14 +02:00
2019-01-31 00:41:10 +02:00
2019-03-15 17:33:45 +01:00
2019-03-16 09:17:15 +01:00
2019-02-28 19:07:00 +01:00