monitors:mysql-checker

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
monitors:mysql-checker [2015/10/16 19:20] – created jccleavermonitors:mysql-checker [2015/11/06 06:41] – Correct pool_example -> pool_reuse plus link in credits jccleaver
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 => '/some/path/here.crt',  CERT => '/some/path/here.crt',
  PRIVKEY => '/some/path/here.key',  PRIVKEY => '/some/path/here.key',
Line 494: Line 494:
 ===== Credits ===== ===== Credits =====
  
-Includes some code from the 'threads' module'pool_example.pl script.+Includes some code from the 'threads' module on CPAN'[[http://cpansearch.perl.org/src/JDHEDDEN/threads-2.02/examples/pool_reuse.pl|pool_reuse.pl]] script, which was a great inspiration.
  
-Thank you to ServiceNow for providing an environment where this could be deployed.+Thank you to [[http://www.servicenow.com/|ServiceNow]] for providing an environment where this could be deployed.
  
 ===== Changelog ===== ===== Changelog =====
  • monitors/mysql-checker.txt
  • Last modified: 2015/11/06 06:41
  • by jccleaver