4 Nov
2024
4 Nov
'24
6:20 a.m.
Well there is this blog https://www.fromdual.com/monitoring-your-mariadb-database-with-snmp Though use --batch and --skip-column-names on mariadb client rather than needing grep/cut/sed things: VALUE=$(mariadb --user=root --batch --skip-column-names -e 'SELECT variable_value FROM information_schema.global_status WHERE variable_name LIKE "threads_running"') On Mon, 4 Nov 2024 at 03:36, Noah via discuss <discuss@lists.mariadb.org> wrote:
Ahoy List Members,
I hope you are well. Is there a good guide that explains how to set up monitoring mariaDB via SNMP?
Cheers,
Noah
_______________________________________________ discuss mailing list -- discuss@lists.mariadb.org To unsubscribe send an email to discuss-leave@lists.mariadb.org