Hello. This is Miura, the Mackerel team CRE (id:missasan). I would like to inform you about the contents of the recent update.
- Added a command to mkr to get a list of AWS integration settings
- Added a directory option to check-log
- Other OSS updates
Added a command to mkr to get a list of AWS integration settings
Added the subcommand mkr aws-integrations
to mkr to get a list of AWS integration settings.
For more information on the usage of the mkr command, please see the documentation below.
Added a directory option to check-log
When using check-log in a Windows environment, if you use pattern matching with regular expressions on a file such as X:\PATH\TO\FILE_20211026_1545.txt
by specifying X:\\PATH\\TO\\FILE_\\d{8}_\\d{6}.txt
as an argument for --file-pattern
, the file would not be found and would show up as UNKNOWN, because the directory separator \
conflicts with the regular expression notation. To address this issue, a directory option has been added to check-log.
In Windows Server environments, it is recommended to use both the --search-in-directory
and --file-pattern
options.
For more information on the usage of these options, please see the documentation below.
Other OSS updates
- [mackerel-agent-plugins v0.69.0] Fixed issues such that some metrics that were not available in the MySQL 5.7 environment are now available.
- [go-check-plugins v0.41.1] Fixed a problem where using the check-mysql plugin with the replication subcommand would cause mysqld logs to be output under certain conditions.
- [mackerel-client-go v0.19.0] Fixed a problem where the redirect check was excluded when changing external monitoring settings with the terraform-provider-mackerel API.
We would like to thank all of the contributors and all of the users who requested changes!