Skip to content

luguenth/Mautic-Monitor-Client

Repository files navigation

Mautic-Monitor-Client

A monitoring tool for Mautic instances. You need to install the MauticMonitorApiBundle in order to use the Mautic-Monitor-Client.

img_1.png

Installation:

create a copy witt the name .env.test of the .env file in the root directory of the project.

DATABASE_URL="mysql://db_user:db_password@127.0.0.1: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

Usage:

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.

Configuration:

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

About

A monitoring tool for Mautic instances. You need to install the Corresponding API Plugin for Mautic https://github.com/luguenth/Mautic-Monitor-API-Plugin

Resources

Stars

Watchers

Forks

Packages

No packages published