mysqld_exporter: Initial version of role

This commit is contained in:
Timo Makinen 2024-02-17 17:58:32 +00:00
parent 5751c77b8f
commit 8bc5793d70
7 changed files with 125 additions and 0 deletions

View file

@ -0,0 +1,14 @@
[Unit]
Description=Prometheus MySQL Exporter
After=syslog.target
After=network.target
[Service]
Type=simple
User=mysqld_exporter
Group=mysqld_exporter
ExecStart=/usr/local/bin/mysqld_exporter --config.my-cnf=/etc/mysqld_exporter/my.cnf --web.config.file=/etc/mysqld_exporter/web-config.yml
Restart=always
[Install]
WantedBy=multi-user.target