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): New method mysql_connection::ping() #614

Closed bouda1 closed 3 years ago

bouda1 commented 3 years ago

Description

This is useful to give an operational connection and not one already disconnected.

REFS: MON-6917

Type of change