A monitoring tool for Mautic instances. You need to install the MauticMonitorApiBundle in order to use the Mautic-Monitor-Client.
create a copy witt the name .env.test
of the .env
file in the root directory of the project.
DATABASE_URL="mysql://db_user:[email protected]:3306/mautic_monitor?serverVersion=5.7"
replace db_user
with your database user, db_password
with your database password
then execute the following commands:
bin/console doctrine:database:create
bin/console doctrine:schema:update --force
Add a Instance to the via the blue Button in the Mautic-Monitor-Client.
Currently you can only authenticate via basic auth. So you have to activate the basic auth in your Mautic instance.
To update the instances with the latest monitor data, add the following command to your crontab:
*/5 * * * * /usr/bin/php /path/to/mautic-monitor-client/bin/console instances:sync