FAQ

Can I get email alerts if there’s a server problem?

Yes! Just add your email address in the plugin settings and you’ll get alerts if your server is running out of memory, disk space, or CPU. You can add more than one email address (separate with commas).

When will I get a warning or alert?

By default, you’ll get a warning at 85% usage and a critical alert at 95%. You can change these numbers in the settings. Alerts are sent for CPU, memory, and disk usage.

How long does the plugin keep server data?

The plugin keeps data for 30 days. Older data is deleted automatically when Mautic does its regular cleanup (php bin/console mautic:maintenance:cleanup).

Can I connect this plugin to other tools?

Yes, the plugin can send a server.monitor webhook event. You can use this with tools like Zapier or Make.com, or set up your own webhook listener in Mautic.

How often does the plugin check my server?

By default, every 5 minutes (300 seconds). You can change this in the plugin settings by adjusting the “Timeout” value.

What if I don’t see new stats or alerts?

Make sure the plugin is published and your Mautic cron jobs are running. Stats are updated when Mautic commands run.

What kind of server do I need?

The plugin works on Linux servers. It uses /proc/stat, /proc/meminfo, and the df command to get stats.