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
..
2018-08-09 16:53:30 +02:00
2019-04-08 14:59:12 +02:00
2018-11-08 22:34:23 +01:00
2019-02-22 20:11:27 +01:00
2017-05-29 15:05:28 +02:00
2018-06-30 03:02:58 +02:00
2017-04-08 14:15:18 +02:00
2019-01-26 00:31:32 +00:00
2017-03-09 16:14:17 +01:00
2019-03-18 13:31:04 -07:00
2018-06-30 03:02:58 +02:00
2018-10-27 05:15:03 -04:00
2019-02-06 12:50:24 +01:00
2019-02-22 20:11:27 +01:00
2019-03-08 09:50:02 +02:00
2018-06-30 03:02:58 +02:00
2018-08-31 03:03:04 +00:00
2018-11-08 22:34:23 +01:00
2017-03-26 23:06:42 +01:00
2018-11-09 16:07:42 -08:00
2019-02-04 20:17:26 -05:00
2019-02-22 20:11:27 +01:00
2019-02-22 20:11:27 +01:00
2018-11-25 13:33:22 +01:00
2018-06-30 03:02:58 +02:00
2018-06-30 03:02:58 +02:00
2018-09-07 09:46:46 +01:00
2019-02-22 20:11:27 +01:00
2018-07-20 20:56:59 +00:00
2018-06-30 03:02:58 +02:00
2018-11-24 23:07:30 +01:00
2019-02-22 20:11:27 +01:00
2018-06-30 03:02:58 +02:00
2019-02-22 20:11:27 +01:00
2018-06-30 03:02:58 +02:00
2018-08-28 17:43:12 +03:00
2018-08-30 08:25:13 +01:00