blob: 759f1229f5f9bafcec718c08d05291342702ad95 (
plain)
1
2
3
4
5
|
post_install() {
echo :: 'Add the destination folder (/tmp when using the systemd unit)'
echo :: 'to your /etc/conf.d/prometheus-node-exporter:'
echo :: 'NODE_EXPORTER_ARGS="--collector.textfile.directory /tmp"'
}
|