centreon / centreon-broker

A full-featured monitoring event broker, compatible with MySQL, RRDtool, Graphite and more
Apache License 2.0
37 stars 15 forks source link

fix(mysql_connection): mysql_ping called less often and with a timeout #695

Closed bouda1 closed 2 years ago

bouda1 commented 2 years ago

Description

mysql_ping can hang sometimes. This patch adds a timeout to this function call and also it is called less often.

REFS: MON-11530

Type of change