mysql-gelf
mysql-gelf copied to clipboard
A (very) basic Bash script to send MySQL status information to GrayLog through GELF
#### Updated the script to support debian-based environments. - Corrected some syntax for use in debian-based environments. - Corrected an issue with using the eval command. - Corrected 'Bad Substitution'...
My locale is LC_NUMERIC=de_BE.UTF-8 which is using a comma for decimal places. This causes problems with the printf statement. Solution: put the following line before the printf statement ``` export...
All looks well, runs, grabs data, creates the status files with real data.. but on the second run I get: [root@ovmm01 graylog]# sh mysql-status.sh Warning: Using a password on the...