11 lines
436 B
Django/Jinja
11 lines
436 B
Django/Jinja
[Unit]
|
|
Description=Prometheus MySQL Exporter
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/local/bin/prometheus-mysqld-exporter --web.listen-address=0.0.0.0:9104 --config.my-cnf /etc/default/prometheus-mysqld-exporter --collect.global_status --collect.global_variables --collect.info_schema.innodb_metrics --collect.info_schema.processlist --collect.slave_status --collect.binlog_size
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|