jean-cloud-services/services/nginx_exporter/deploy.sh

5 lines
235 B
Bash
Raw Normal View History

2024-06-15 15:59:53 +00:00
#!/bin/bash
format="$(grep -oP "^[[:space:]]*log_format main '\K[^;]*(?=';$)" nginx.conf | sed 's/"/\\\\"/g')"
echo "$format"
sed -e "s/%HOST%/$(hostname)/g" -e "s/%FORMAT%/$format/g" exporter_config_template.yml > exporter_config.yml