common: Do not install collectd
I think I have finally decided that I want *collectd* to run in a container on FCOS machines. It's much easier and quicker to deploy and configure that way. The only drawback is how filesystems are monitored, but I think I am okay with `ReportByDevice` now. In fact, I might even like it better, since container hosts have *tons* of redundant mounts that add noise to the disk usage charts.master
parent
17ba7d9d03
commit
9e790d055c
|
@ -5,7 +5,6 @@ ignition:
|
|||
config:
|
||||
merge:
|
||||
- local: sshkeys.ign
|
||||
- local: collectd.ign
|
||||
- local: local_exporter.ign
|
||||
- local: notify-shutdown.ign
|
||||
- local: ssh-host-certs.ign
|
||||
|
|
Loading…
Reference in New Issue