• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Question Problems with connecting mariadb to SolarWinds Observability (former Papertrail)

k_szewczuk

New Pleskian
Server operating system version
CentOS 7.9
Plesk version and microupdate number
Plesk Obsidian 18.0.56 Update 4
Hello,

we have recently tried to connect our MariaDB databases to Papertrail but we cannot seem to make it work. We followed documentation from SolarWinds (Database monitoring system requirements) tried some options from Performance Schema Overview but after adding this

[mysqld]
performance_schema=ON
performance-schema-instrument='stage/%=ON'
performance-schema-consumer-events-stages-current=ON
performance-schema-consumer-events-stages-history=ON
performance-schema-consumer-events-stages-history-long=ON

or that

performance_schema=ON
performance-schema-consumer-statements-digest=ON
performance-schema-consumer-events-statements-history-long=ON

to /etc/my.cnf, MariaDB won't restart (error).

Maybe someone did that previously and can share some pointers?
 
Back
Top