Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 5393
blob562e529391c4f9fd1264ea068e60d1a6b2c7c922
1 Title: MySQL agent plugin: With agent bakery it's now possible to use a local mysql config file
2 Level: 1
3 Component: checks
4 Compatible: compat
5 Edition: cee
6 Version: 1.5.0i1
7 Date: 1507793522
8 Class: feature
10 By default the mk_mysql agent plugin is using the /etc/check_mk/mysql.cfg configuration file
11 to load the configuration set in the agent bakery. This file is under control of the bakery
12 and may not be modified by the user locally.
14 It is now possible to include an optional file that the user is allowed to store and modify
15 locally. This may be useful in case on wants to put the agent under bakery control, but
16 don't want to store the database credentials in the bakery. Instead of that the credentials
17 can be put into this file manually.
19 The new file is loaded from the same directory as the mysql.cfg and it must be named
20 mysql.local.cfg. When using the default paths, the full path is: 
21 <tt>/etc/check_mk/mysql.local.cfg</tt>.