summaryrefslogtreecommitdiff
path: root/net-mgmt/mysqld_exporter/files/pkg-message.in
blob: 15d06e3cad2f419eec6f5beb1d8a1ec96b012bf5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[
{ type: install
  message: <<EOM
To start mysqld_exporter, create a configuration file at:

  %%PREFIX%%/etc/my.cnf

with default MySQL credentials, such as:

  [client]
  host = localhost
  port = 3306
  user = mysqld_exporter
  password = foo123

then run "sysrc mysqld_exporter_enable=yes" to enable.

For more configuration options, visit:

  https://github.com/prometheus/mysqld_exporter
EOM
}
]