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 00:00:48 +01:00
2019-02-03 19:13:01 +01:00
2019-03-09 12:57:41 +02:00
2019-02-22 20:11:27 +01:00
2019-03-07 14:19:50 +01:00
2019-03-01 14:55:12 -05:00
2019-02-03 02:16:11 +01:00
2019-03-08 15:02:22 +00:00
2019-02-22 20:11:27 +01:00
2019-03-09 22:41:55 +01:00
2019-03-12 15:04:45 +00:00
2019-04-08 14:59:12 +02:00
2019-02-26 14:49:59 -05:00
2019-03-14 01:28:53 +01:00
2019-02-22 20:11:27 +01:00
2019-01-30 12:53:54 -05:00
2018-12-16 22:55:06 +01:00
2019-01-31 17:51:48 +00:00
2019-02-22 20:11:27 +01:00
2019-03-08 16:49:36 +01:00
2019-03-15 14:31:11 +01:00
2019-03-15 01:26:49 +01:00