FOSDEM / infrastructure

Infrastructure used during the conference
Other
54 stars 22 forks source link

make sure not to write smartmon.prom elsewhere than SD #113

Closed markvdb closed 7 years ago

markvdb commented 7 years ago

/srv/node_exporter/textfiles/smartmon.prom gets written every minute. In the case of the video boxes, to the SD card.

This should at the very least be made configurable, so we can avoid writing to the SD..

SuperQ commented 7 years ago

Yup, it should already be configurable, we can put that in a group_vars template.

gerryd commented 7 years ago

I've updated the group_vars for the video boxes. The node_exporter binaries and textfiles are now on the SSD. I've also added a skip for the untar task if the correct version of node_exporter was already present. This saves us quite some time when deploying videoboxes which don't have a lot of CPU power.