Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| monitors:mysql-checker [2015/10/16 19:20] – created jccleaver | monitors:mysql-checker [2015/11/06 06:41] (current) – [mysql-checker.pl] jccleaver | ||
|---|---|---|---|
| Line 127: | Line 127: | ||
| # the RHEL 6 mysql-libs-5.1 RPM. | # the RHEL 6 mysql-libs-5.1 RPM. | ||
| # | # | ||
| - | # Includes some code from the ' | + | # Includes some code from the ' |
| # | # | ||
| # Copyright Japheth Cleaver < | # Copyright Japheth Cleaver < | ||
| Line 160: | Line 160: | ||
| # host and IP address are added later on... | # host and IP address are added later on... | ||
| use constant { | use constant { | ||
| - | USER => 'monitoring', | + | USER => 'youruseraccount', |
| - | PASS => '', | + | PASS => 'yourpasswordhere', |
| CERT => '/ | CERT => '/ | ||
| PRIVKEY => '/ | PRIVKEY => '/ | ||
| Line 494: | Line 494: | ||
| ===== Credits ===== | ===== Credits ===== | ||
| - | Includes some code from the ' | + | Includes some code from the ' |
| - | Thank you to ServiceNow for providing an environment where this could be deployed. | + | Thank you to [[http:// |
| ===== Changelog ===== | ===== Changelog ===== | ||