<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Monitor on FromDual GmbH</title><link>https://www.fromdual.com/tags/monitor/</link><description>Recent content in Monitor on FromDual GmbH</description><generator>Hugo</generator><language>en-GB</language><managingEditor>oli.sennhauser@fromdual.com (Oli Sennhauser)</managingEditor><webMaster>oli.sennhauser@fromdual.com (Oli Sennhauser)</webMaster><copyright>© FromDual GmbH</copyright><lastBuildDate>Thu, 19 Feb 2026 18:18:00 +0100</lastBuildDate><atom:link href="https://www.fromdual.com/tags/monitor/index.xml" rel="self" type="application/rss+xml"/><item><title>FromDual Performance Monitor for MariaDB/MySQL allows SNMP monitoring</title><link>https://www.fromdual.com/blog/fromdual-performance-monitor-for-mariadb-mysql-allows-snmp-monitoring/</link><pubDate>Thu, 23 Jun 2022 12:03:59 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/fromdual-performance-monitor-for-mariadb-mysql-allows-snmp-monitoring/</guid><description>&lt;p&gt;The newest release of the &lt;a href="https://www.fromdual.com/fromdual-performance-monitorFromDual"&gt;Performance Monitor for MariaDB and MySQL&lt;/a&gt; v2.0.0 (&lt;code&gt;fpmmm&lt;/code&gt;) allows you to monitor your MariaDB and MySQL databases via SNMP (&lt;a href="https://en.wikipedia.org/wiki/Simple_Network_Management_Protocol" target="_blank"&gt;Simple Network Management Protocol&lt;/a&gt;).&lt;/p&gt;</description></item><item><title>Download Performance Monitor</title><link>https://www.fromdual.com/download-fromdual-performance-monitor/</link><pubDate>Fri, 07 Aug 2015 15:41:50 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/download-fromdual-performance-monitor/</guid><description>&lt;h2 id="fromdual-performance-monitor-for-mysql-and-mariadb-including-maas"&gt;FromDual Performance Monitor for MySQL and MariaDB including MaaS&lt;/h2&gt;
&lt;p&gt;The &lt;a href="https://www.fromdual.com/mysql-performance-monitor" title="FromDual Performance Monitor for MySQL and MariaDB"&gt;FromDual Performance Monitor&lt;/a&gt; for MySQL, Galera Cluster, MariaDB and Percona Server is a Monitoring solution based on Zabbix. Its various alerts, advisors and graphs help you to monitor and operate your MySQL databases. This solution is also available as Monitoring as a Service solution if you want to avoid the hassle of installing your own monitoring solution.&lt;/p&gt;</description></item><item><title>Nagios and Icinga plugins for MySQL 1.0.0 have been released</title><link>https://www.fromdual.com/blog/nagios-and-icinga-plugins-for-mysql-1.0.0-have-been-released/</link><pubDate>Wed, 04 Feb 2015 22:02:00 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/nagios-and-icinga-plugins-for-mysql-1.0.0-have-been-released/</guid><description>&lt;p&gt;FromDual has the pleasure to announce the release of the new version 1.0.0 of its widely used Nagios and Icinga plugins for MySQL, Galera Cluster, MariaDB and Percona Server.&lt;/p&gt;</description></item><item><title>What can MySQL performance monitoring graphs tell you?</title><link>https://www.fromdual.com/blog/what-can-mysql-performance-monitoring-graphs-tell-you/</link><pubDate>Thu, 16 Feb 2012 18:32:45 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/what-can-mysql-performance-monitoring-graphs-tell-you/</guid><description>&lt;p&gt;Many of you may monitor their databases for different purposes. Beside alerting it is often good to also make some graphs from MySQL performance counters to see what is actually happening on your database.&lt;/p&gt;</description></item><item><title>FromDual launches Monitoring as a Service for MySQL</title><link>https://www.fromdual.com/blog/newsletter-en-2012-01/</link><pubDate>Thu, 19 Jan 2012 14:16:04 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/newsletter-en-2012-01/</guid><description>&lt;p&gt;On January 9&lt;sup&gt;th&lt;/sup&gt; FromDual launched its Monitoring as a Service (MaaS) solution for MySQL.
This service is based on the &lt;a href="http://www.shinguz.ch/tellmatic/click.php?l_id=79&amp;amp;nl_id=24&amp;amp;q_id=0&amp;amp;a_id=0&amp;amp;h_id=0" target="_blank" title="MySQL Performance Monitor (mpm)"&gt;Performance Monitor for MySQL&lt;/a&gt; (mpm) v0.8 and &lt;a href="http://www.shinguz.ch/tellmatic/click.php?l_id=80&amp;amp;nl_id=24&amp;amp;q_id=0&amp;amp;a_id=0&amp;amp;h_id=0" target="_blank" title="Zabbix"&gt;Zabbix&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>MaaS Key Request</title><link>https://www.fromdual.com/maas-key-request/index.php</link><pubDate>Wed, 18 Jan 2012 17:26:37 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/maas-key-request/index.php</guid><description>&lt;?php

$fromdual_base = dirname(dirname($_SERVER['SCRIPT_FILENAME']));
$fromdual_file = $fromdual_base . '/php/maas-key-request.inc';

if ( $_SERVER["REQUEST_METHOD"] == 'GET' ) {
 $FROMDUAL_REQUEST = $_GET;
}
elseif ( $_SERVER["REQUEST_METHOD"] == 'POST' ) {
 $FROMDUAL_REQUEST = $_POST;
}

$fromdual_function = array_key_exists('f', $FROMDUAL_REQUEST) ? substr($FROMDUAL_REQUEST['f'], 0, 16) : 'form';

if ( file_exists($fromdual_file) ) {
 require_once($fromdual_file);
}
else {
 echo '&lt;p style="color: red;"&gt;' . 'ERROR: Internal error. File does not exist.' . '&lt;/p&gt;</description></item><item><title>MySQL Performance Monitor with DRBD monitoring capabilities</title><link>https://www.fromdual.com/blog/drbd-performance-monitoring/</link><pubDate>Sat, 26 Mar 2011 11:25:31 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/drbd-performance-monitoring/</guid><description>&lt;p&gt;The FromDual Performance Monitor for MySQL has now a new module for monitoring DRBD. Since more an more of our customers want to run MySQL High Availability solutions based on DRBD we have implemented this module.&lt;/p&gt;</description></item><item><title>MySQL Performance Monitor</title><link>https://www.fromdual.com/blog/launch-mysql-performance-monitor/</link><pubDate>Wed, 18 Aug 2010 11:31:12 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/launch-mysql-performance-monitor/</guid><description>&lt;p&gt;FromDual launches its &lt;a href="https://www.fromdual.com/mysql-performance-monitor"&gt;database Performance Monitoring solution&lt;/a&gt; for MySQL, Percona Server and MariaDB. This solution provides monitoring capabilities for most MySQL Storage Engines (Aria, InnoDB, MyISAM, NDB, PBXT and XtraDB). Further you can monitor MySQL Master - Slave replication set-ups, UNIX processes (&lt;code&gt;mysqld&lt;/code&gt;, &lt;code&gt;ndbd&lt;/code&gt;) and MySQL specific information.&lt;/p&gt;</description></item><item><title>FromDual Performance Monitor 2.2.1 has been released</title><link>https://www.fromdual.com/blog/fpmmm-release-notes/fromdual-performance-monitor-2.2.1-has-been-released/</link><pubDate>Thu, 19 Feb 2026 18:18:00 +0100</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/fpmmm-release-notes/fromdual-performance-monitor-2.2.1-has-been-released/</guid><description>&lt;p&gt;FromDual has the pleasure to announce the release of the new version 2.2.1 of its popular Database Performance Monitor for MariaDB, Galera Cluster, MySQL and PostgreSQL &lt;a href="https://www.fromdual.com/software/fromdual-performance-monitor/"&gt;&lt;code&gt;fpmmm&lt;/code&gt;&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>FromDual Performance Monitor for MariaDB 2.1.0 has been released</title><link>https://www.fromdual.com/blog/fpmmm-release-notes/fromdual-performance-monitor-for-mariadb-2.1.0-has-been-released/</link><pubDate>Sat, 09 Dec 2023 18:27:02 +0100</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/fpmmm-release-notes/fromdual-performance-monitor-for-mariadb-2.1.0-has-been-released/</guid><description>&lt;p&gt;FromDual has the pleasure to announce the release of the new version 2.1.0 of its popular Database Performance Monitor for MariaDB and Galera Cluster &lt;a href="https://www.fromdual.com/fpmmm-installation-guide"&gt;&lt;code&gt;fpmmm&lt;/code&gt;&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>FromDual Performance Monitor for MariaDB 2.0.0 has been released</title><link>https://www.fromdual.com/blog/fpmmm-release-notes/fromdual-performance-monitor-for-mariadb-2.0.0-has-been-released/</link><pubDate>Thu, 19 May 2022 20:09:49 +0200</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/fpmmm-release-notes/fromdual-performance-monitor-for-mariadb-2.0.0-has-been-released/</guid><description>&lt;p&gt;FromDual has the pleasure to announce the release of the new version 2.0.0 of its popular Database Performance Monitor for MariaDB and Galera Cluster &lt;a href="https://www.fromdual.com/fpmmm-installation-guide"&gt;&lt;code&gt;fpmmm&lt;/code&gt;&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>FromDual Performance Monitor for MariaDB 1.2.0 has been released</title><link>https://www.fromdual.com/blog/fpmmm-release-notes/fromdual-performance-monitor-for-mariadb-1.2.0-has-been-released/</link><pubDate>Fri, 12 Jun 2020 16:47:48 +0200</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/fpmmm-release-notes/fromdual-performance-monitor-for-mariadb-1.2.0-has-been-released/</guid><description>&lt;p&gt;FromDual has the pleasure to announce the release of the new version 1.2.0 of its popular Database Performance Monitor for MariaDB and Galera Cluster &lt;a href="https://www.fromdual.com/fpmmm-installation-guide"&gt;&lt;code&gt;fpmmm&lt;/code&gt;&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>FromDual Performance Monitor for MariaDB and MySQL 1.1.0 has been released</title><link>https://www.fromdual.com/blog/fpmmm-release-notes/fromdual-performance-monitor-for-mariadb-and-mysql-1.1.0-has-been-released/</link><pubDate>Tue, 24 Dec 2019 12:34:55 +0100</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/fpmmm-release-notes/fromdual-performance-monitor-for-mariadb-and-mysql-1.1.0-has-been-released/</guid><description>&lt;p&gt;FromDual has the pleasure to announce the release of the new version 1.1.0 of its popular Database Performance Monitor for MariaDB, MySQL and Galera Cluster &lt;a href="https://www.fromdual.com/mysql-performance-monitor"&gt;&lt;code&gt;fpmmm&lt;/code&gt;&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>FromDual Performance Monitor for MariaDB and MySQL 1.0.2 has been released</title><link>https://www.fromdual.com/blog/fpmmm-release-notes/fromdual-performance-monitor-for-mariadb-and-mysql-1.0.2-has-been-released/</link><pubDate>Wed, 13 Mar 2019 20:58:18 +0100</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/fpmmm-release-notes/fromdual-performance-monitor-for-mariadb-and-mysql-1.0.2-has-been-released/</guid><description>&lt;p&gt;FromDual has the pleasure to announce the release of the new version 1.0.2 of its popular Database Performance Monitor for MariaDB, MySQL, Galera Cluster and Percona Server &lt;a href="https://www.fromdual.com/mysql-performance-monitor"&gt;fpmmm&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>FromDual Performance Monitor for MySQL and MariaDB 1.0.1 has been released</title><link>https://www.fromdual.com/blog/fpmmm-release-notes/fromdual-performance-monitor-for-mysql-and-mariadb-1.0.1-has-been-released/</link><pubDate>Fri, 10 Feb 2017 15:13:11 +0100</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/fpmmm-release-notes/fromdual-performance-monitor-for-mysql-and-mariadb-1.0.1-has-been-released/</guid><description>&lt;p&gt;FromDual has the pleasure to announce the release of the new version 1.0.1 of its popular Database Performance Monitor for MySQL, MariaDB, Galera Cluster and Percona Server &lt;a href="https://www.fromdual.com/mysql-performance-monitor"&gt;fpmmm&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>FromDual Performance Monitor for MySQL and MariaDB 1.0.0 has been released</title><link>https://www.fromdual.com/blog/fpmmm-release-notes/fromdual-performance-monitor-for-mysql-and-mariadb-1.0.0-has-been-released/</link><pubDate>Thu, 03 Nov 2016 23:03:46 +0100</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/fpmmm-release-notes/fromdual-performance-monitor-for-mysql-and-mariadb-1.0.0-has-been-released/</guid><description>&lt;p&gt;FromDual has the pleasure to announce the release of the new version 1.0.0 of its popular Database Performance Monitor for MySQL, MariaDB, Galera Cluster and Percona Server &lt;a href="https://www.fromdual.com/mysql-performance-monitor"&gt;fpmmm&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>FromDual Performance Monitor for MySQL and MariaDB 0.10.6 has been released</title><link>https://www.fromdual.com/blog/fpmmm-release-notes/fromdual-performance-monitor-for-mysql-and-mariadb-0.10.6-has-been-released/</link><pubDate>Wed, 03 Aug 2016 19:40:09 +0200</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/fpmmm-release-notes/fromdual-performance-monitor-for-mysql-and-mariadb-0.10.6-has-been-released/</guid><description>&lt;p&gt;FromDual has the pleasure to announce the release of the new version 0.10.6 of its popular Database Performance Monitor for MySQL, MariaDB, Galera Cluster and Percona Server &lt;a href="https://www.fromdual.com/mysql-performance-monitor"&gt;fpmmm&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>FromDual Performance Monitor for MySQL and MariaDB 0.10.5 has been released</title><link>https://www.fromdual.com/blog/fpmmm-release-notes/fromdual-performance-monitor-for-mysql-and-mariadb-0.10.5-has-been-released/</link><pubDate>Thu, 06 Aug 2015 18:29:22 +0200</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/fpmmm-release-notes/fromdual-performance-monitor-for-mysql-and-mariadb-0.10.5-has-been-released/</guid><description>&lt;p&gt;FromDual has the pleasure to announce the release of the new version 0.10.5 of its popular Database Performance Monitor for MySQL, MariaDB, Galera Cluster and Percona Server &lt;a href="https://www.fromdual.com/mysql-performance-monitor"&gt;fpmmm&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>FromDual Performance Monitor for MySQL and MariaDB 0.10.4 has been released</title><link>https://www.fromdual.com/blog/fpmmm-release-notes/fromdual-performance-monitor-for-mysql-and-mariadb-0.10.4-has-been-released/</link><pubDate>Sat, 16 May 2015 14:29:43 +0200</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/fpmmm-release-notes/fromdual-performance-monitor-for-mysql-and-mariadb-0.10.4-has-been-released/</guid><description>&lt;p&gt;FromDual has the pleasure to announce the release of the new version 0.10.4 of its popular Database Performance Monitor for MySQL, MariaDB, Galera Cluster and Percona Server &lt;a href="https://www.fromdual.com/mysql-performance-monitor"&gt;fpmmm&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>FromDual Performance Monitor for MySQL and MariaDB 0.10.1 has been released</title><link>https://www.fromdual.com/blog/fpmmm-release-notes/fromdual-performance-monitor-for-mysql-and-mariadb-0.10.1-has-been-released/</link><pubDate>Sun, 19 Apr 2015 16:11:59 +0200</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/fpmmm-release-notes/fromdual-performance-monitor-for-mysql-and-mariadb-0.10.1-has-been-released/</guid><description>&lt;p&gt;FromDual has the pleasure to announce the release of the new version 0.10.1 of its popular Database Performance Monitor for MySQL, MariaDB, Galera Cluster and Percona Server &lt;a href="https://www.fromdual.com/mysql-performance-monitor"&gt;fpmmm&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>FromDual Performance Monitor for MySQL 0.9.3 has been released</title><link>https://www.fromdual.com/blog/fpmmm-release-notes/mysql-performance-monitor-0.9.3-has-been-released/</link><pubDate>Wed, 09 Jul 2014 12:25:16 +0200</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/fpmmm-release-notes/mysql-performance-monitor-0.9.3-has-been-released/</guid><description>&lt;p&gt;FromDual has the pleasure to announce the release of the new version 0.9.3 of its popular Database Performance Monitor for MySQL, Galera Cluster, MariaDB and Percona Server &lt;a href="https://www.fromdual.com/mysql-performance-monitor"&gt;fpmmm&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>FromDual Performance Monitor for MySQL 0.9.2 has been released</title><link>https://www.fromdual.com/blog/fpmmm-release-notes/mysql-performance-monitor-0.9.2-has-been-released/</link><pubDate>Tue, 06 May 2014 13:58:07 +0200</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/fpmmm-release-notes/mysql-performance-monitor-0.9.2-has-been-released/</guid><description>&lt;p&gt;FromDual has the pleasure to announce the release of the new version 0.9.2 of its popular Database Performance Monitor for MySQL, MariaDB and Percona Server &lt;a href="https://www.fromdual.com/mysql-performance-monitor"&gt;mpm&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>New version of FromDual's Performance Monitor for MySQL (MPM) v0.7.2 is out</title><link>https://www.fromdual.com/blog/fpmmm-release-notes/mpm-0.7.2-is-out/</link><pubDate>Sat, 03 Dec 2011 10:04:30 +0100</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/fpmmm-release-notes/mpm-0.7.2-is-out/</guid><description>&lt;p&gt;On December 2&lt;sup&gt;nd&lt;/sup&gt; 2011 FromDual released the new version v0.7.2 of its &lt;a href="https://www.fromdual.com/mysql-performance-monitor"&gt;Performance Monitor for MySQL&lt;/a&gt;. The new version can be downloaded from &lt;a href="https://www.fromdual.com/download"&gt;here&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>FromDual releases new version of its MySQL Performance Monitor</title><link>https://www.fromdual.com/blog/fpmmm-release-notes/mpm-0.5-is-out/</link><pubDate>Sun, 20 Feb 2011 16:39:33 +0100</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/fpmmm-release-notes/mpm-0.5-is-out/</guid><description>&lt;p&gt;FromDual releases its new version v0.5 of its MySQL Performance Monitor working with Zabbix.&lt;/p&gt;</description></item><item><title>FromDual Performance Monitor</title><link>https://www.fromdual.com/software/fromdual-performance-monitor/</link><pubDate>Thu, 12 Aug 2010 10:14:50 +0200</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/software/fromdual-performance-monitor/</guid><description>&lt;p&gt;Coming soon&amp;hellip;&lt;/p&gt;
&lt;p&gt;Have a look at the &lt;a href="https://support.fromdual.com/documentation/fpmmm/fpmmm.html" target="_blank"&gt;Performance Monitor Documentation&lt;/a&gt;.&lt;/p&gt;</description></item></channel></rss>