Remove collectd network-online.target dependency
dustin/metricspi/pipeline/head This commit looks good
Details
dustin/metricspi/pipeline/head This commit looks good
Details
Now that *dhcpcd.service* and *dhcpcd-wait-online.service* correctly activate *network.target* and *network-online.target*, respectively, the hack to fix the *collectd* *wait_prometheus* plugin binding to the TCP socket is no longer needed.pull/2/head
parent
52e28b6912
commit
103250acc2
|
@ -1,7 +0,0 @@
|
|||
[Unit]
|
||||
# If collectd starts before eth0 is "UP," it will fail to bind to the TCP
|
||||
# socket for Prometheus:
|
||||
#
|
||||
# write_prometheus plugin: Opening a listening socket for [::]:9103 failed.
|
||||
After=network-online.target
|
||||
Wants=network-online.target
|
Loading…
Reference in New Issue