MariaDB Agent Manager Logs Reference
This page is part of MariaDB's Documentation.
The parent of this page is: Reference for MariaDB Agent Manager
Topics on this page:
Overview
Different MariaDB Agent Manager components write logs to different locations.
mariadb_agent_manager Daemon and Subcommand Logs
The mariadb_agent_manager daemon and sub-commands write certain logs to log file directory.
To access other logs for mariadb_agent_manager, use journalctl:
$ journalctl -u mariadb-agent-manager
mariadb_exporter Logs
To access the logs for mariadb_exporter on a primary or secondary host running the exporter, use journalctl:
$ journalctl -u mariadb-exporter
maxscale_exporter Logs
To access the logs for maxscale_exporter on a primary or secondary host running the exporter, use journalctl:
$ journalctl -u maxscale-exporter
node_exporter Logs
To access the logs for node_exporter on a primary or secondary host running the exporter, use journalctl:
$ journalctl -u node-exporter
skysql_uni_exporter Logs
To access the logs for skysql_uni_exporter on a primary host running the exporter, use journalctl:
$ journalctl -u skysql-uni-exporter
Prometheus Logs
To access the logs for Prometheus on a primary host, use journalctl:
$ journalctl -u prometheus
