<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Thank you! I was able to get on FromDual GmbH</title><link>https://www.fromdual.com/blog/fpmmm-and-zabbix-2.0/comment-854/</link><description>Recent content in Thank you! I was able to get 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>Wed, 30 Jun 2021 12:20:16 +0200</lastBuildDate><atom:link href="https://www.fromdual.com/blog/fpmmm-and-zabbix-2.0/comment-854/index.xml" rel="self" type="application/rss+xml"/><item><title>Figured it out. Currently,</title><link>https://www.fromdual.com/blog/fpmmm-and-zabbix-2.0/comment-860/</link><pubDate>Wed, 20 Nov 2013 20:02:00 +0200</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/fpmmm-and-zabbix-2.0/comment-860/</guid><description>&lt;p&gt;Figured it out. Currently, FPMMM is sending the data as such:&lt;/p&gt;
&lt;p&gt;[root@util-mysql1 zabbix]# /usr/bin/zabbix_sender &amp;ndash;zabbix-server util-zabbix1.domain.pvt &amp;ndash;port 10051 &amp;ndash;host &amp;lsquo;util-mysql1.domain.pvt&amp;rsquo; &amp;ndash;key ‘FromDual.MySQL.innodb.Innodb_buffer_pool_pages_dirty’ &amp;ndash;value &amp;lsquo;1384890233&amp;rsquo; -vv
zabbix_sender [5450]: DEBUG: answer [{
&amp;ldquo;response&amp;rdquo;:&amp;ldquo;success&amp;rdquo;,
&amp;ldquo;info&amp;rdquo;:&amp;ldquo;processed: 0; failed: 1; total: 1; seconds spent: 0.000040&amp;rdquo;}]
info from server: &amp;ldquo;processed: 0; failed: 1; total: 1; seconds spent: 0.000040&amp;rdquo;
sent: 1; skipped: 0; total: 1&lt;/p&gt;
&lt;p&gt;However, with 2.2, the syntax seems to be a bit different, with success:&lt;/p&gt;
&lt;p&gt;[root@util-mysql1 zabbix]# /usr/bin/zabbix_sender -z util-zabbix1.domain.pvt -p 10051 -s &amp;lsquo;util-mysql1.domain.pvt&amp;rsquo; -k &amp;lsquo;FromDual.MySQL.innodb.Innodb_buffer_pool_pages_dirty&amp;rsquo; -o &amp;lsquo;1384890233&amp;rsquo; -vv
zabbix_sender [5246]: DEBUG: answer [{
&amp;ldquo;response&amp;rdquo;:&amp;ldquo;success&amp;rdquo;,
&amp;ldquo;info&amp;rdquo;:&amp;ldquo;processed: 1; failed: 0; total: 1; seconds spent: 0.000198&amp;rdquo;}]
info from server: &amp;ldquo;processed: 1; failed: 0; total: 1; seconds spent: 0.000198&amp;rdquo;
sent: 1; skipped: 0; total: 1&lt;/p&gt;
&lt;p&gt;And this data gets trapped and recorded on the Zabbix server! At least I know it isn&amp;rsquo;t incompatible ;-)&lt;/p&gt;</description></item><item><title>One more time. Some debugging</title><link>https://www.fromdual.com/blog/fpmmm-and-zabbix-2.0/comment-862/</link><pubDate>Tue, 19 Nov 2013 23:41:20 +0200</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/fpmmm-and-zabbix-2.0/comment-862/</guid><description>&lt;p&gt;One more time. Some debugging, and I&amp;rsquo;ve identified a possible source of the issue: checkConnectionToZabbixServer in sendData.pm&lt;/p&gt;
&lt;p&gt;Commenting out the following fixes the issue:
$rc = &amp;amp;FromDualMySQLagent::checkConnectionToZabbixServer($main::gParameter{&amp;lsquo;ZabbixServer&amp;rsquo;}, $main::gParameter{&amp;lsquo;ZabbixServerPort&amp;rsquo;}, $main::gParameter{&amp;lsquo;Hostname&amp;rsquo;});&lt;/p&gt;</description></item><item><title>Yes, it works in previous</title><link>https://www.fromdual.com/blog/fpmmm-and-zabbix-2.0/comment-858/</link><pubDate>Tue, 19 Nov 2013 20:14:04 +0200</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/fpmmm-and-zabbix-2.0/comment-858/</guid><description>&lt;p&gt;Yes, it works in previous version of 1.8.x. I&amp;rsquo;m trying to migrate to 2.2 because of the VMware monitoring, but I can&amp;rsquo;t do that until I get the FromDual configuration working on it.&lt;/p&gt;
&lt;p&gt;Thanks for pointing out that issue. I made sure the server and agent hostnames are exactly the same all around (in config files, as well as Zabbix server). However, it seems the issue still stands. I did bounce the services to make sure that I&amp;rsquo;m not running into a Zabbix 2.2 idiosyncrasy.&lt;/p&gt;</description></item><item><title>Thank you! I was able to get</title><link>https://www.fromdual.com/blog/fpmmm-and-zabbix-2.0/comment-854/</link><pubDate>Tue, 19 Nov 2013 02:08:00 +0200</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/fpmmm-and-zabbix-2.0/comment-854/</guid><description>&lt;p&gt;Thank you! I was able to get past that issue, but now, I have a new one:&lt;/p&gt;
&lt;p&gt;9704:2013-11-18 17:03:53.268 - INFO: FromDual Performance Monitor for MySQL (0.9.1) run started.
9704:2013-11-18 17:03:53.329 - WARN: util-zabbix1, 10051, util-mysql1
9704:2013-11-18 17:03:53.330 - WARN: Connection to zabbix server failed (rc=1305)!
9704:2013-11-18 17:03:53.339 - WARN: util-zabbix1, 10051, util-mysql1
9704:2013-11-18 17:03:53.339 - WARN: Connection to zabbix server failed (rc=1305)!
9704:2013-11-18 17:03:53.347 - WARN: util-zabbix1, 10051, util-mysql1
9704:2013-11-18 17:03:53.347 - WARN: Connection to zabbix server failed (rc=1305)!
9704:2013-11-18 17:03:53.368 - WARN: util-zabbix1, 10051, util-mysql1
9704:2013-11-18 17:03:53.368 - WARN: Connection to zabbix server failed (rc=1305)!
9704:2013-11-18 17:03:53.377 - WARN: util-zabbix1, 10051, util-mysql1
9704:2013-11-18 17:03:53.377 - WARN: Connection to zabbix server failed (rc=1305)!
9704:2013-11-18 17:03:53.378 - INFO: FromDual Performance Monitor for MySQL run finshed (rc=0).&lt;/p&gt;
&lt;p&gt;I verified the connectivity between the two systems via telnet:&lt;/p&gt;
&lt;p&gt;[root@util-mysql1 me]# telnet util-zabbix1 10051
Trying 10.20.80.27 &amp;hellip;
Connected to util-zabbix1.
Escape character is &amp;lsquo;^]&amp;rsquo;.&lt;/p&gt;
&lt;p&gt;But it seems the Zabbix agent is not sending data to the server, and the server is not receiving any data. One thing that is interesting is that FPMMM agent is up, and displaying data.&lt;/p&gt;
&lt;p&gt;Thoughts?&lt;/p&gt;</description></item><item><title>Not with 2.2</title><link>https://www.fromdual.com/blog/fpmmm-and-zabbix-2.0/comment-852/</link><pubDate>Fri, 15 Nov 2013 22:43:13 +0200</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/fpmmm-and-zabbix-2.0/comment-852/</guid><description>&lt;p&gt;When I run, I see the following:&lt;/p&gt;
&lt;p&gt;30381:20131115:122820.012 item [HOSTNAME:FromDual.MySQL.check] became not supported: Received value [] is not suitable for value type [Numeric (unsigned)] and data type [Decimal]&lt;/p&gt;
&lt;p&gt;Suggestions?&lt;/p&gt;</description></item><item><title>Gr, the issue was definitely</title><link>https://www.fromdual.com/blog/zabbix-graphs-do-not-display-any-information/comment-627/</link><pubDate>Fri, 13 Apr 2012 18:35:58 +0200</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/zabbix-graphs-do-not-display-any-information/comment-627/</guid><description>&lt;p&gt;Gr, the issue was definitely with the zabbix server name. It was changed on Apr 5th. I&amp;rsquo;m sorry to have bothered you.&lt;/p&gt;</description></item><item><title>[root@util-mysql0 /]#</title><link>https://www.fromdual.com/blog/zabbix-graphs-do-not-display-any-information/comment-625/</link><pubDate>Fri, 13 Apr 2012 16:33:32 +0200</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/zabbix-graphs-do-not-display-any-information/comment-625/</guid><description>&lt;code&gt;
[root@util-mysql0 /]# /usr/bin/zabbix_sender --zabbix-server util-zabbix0 --port 10051 --host 'util-mysql0' --key FromDual.MySQL.mysql.version --value 'test version' -vv
zabbix_sender [8896]: DEBUG: answer [{
 "response":"success",
 "info":"Processed 0 Failed 1 Total 1 Seconds spent 0.000017"}]
Info from server: "Processed 0 Failed 1 Total 1 Seconds spent 0.000017"
sent: 1; skipped: 0; total: 1
&lt;/code&gt;
&lt;p&gt;Must be Zabbix configuration. I meant the agent configuration, does it matter if it is active or passive? Something changed, but I&amp;rsquo;m not sure what at this point.&lt;/p&gt;</description></item><item><title>Hi Oli, Thanks for replying.</title><link>https://www.fromdual.com/blog/zabbix-graphs-do-not-display-any-information/comment-621/</link><pubDate>Thu, 12 Apr 2012 19:49:35 +0200</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/zabbix-graphs-do-not-display-any-information/comment-621/</guid><description>&lt;p&gt;Hi Oli,&lt;/p&gt;
&lt;p&gt;Thanks for replying. I did not stop the service, I probably should have before upgrading. However, I did stop the zabbix_agent (killall,) and then restarted it. Here is the log for zabbix_agentd.log:
&lt;code&gt;
[root@util-mysql0 zabbix]# more zabbix_agentd.log
2880:20120412:104635.151 Starting Zabbix Agent [util-mysql0.arw.pvt]. Zabbix 1.8.10 (revision 24303).
2882:20120412:104635.152 agent #0 started [collector]
2884:20120412:104635.152 agent #2 started [listener]
2885:20120412:104635.152 agent #3 started [listener]
2883:20120412:104635.153 agent #1 started [listener]
2886:20120412:104635.153 agent #4 started [active checks]
&lt;/code&gt;
Here an exerpt of the mpm log in debug:
&lt;code&gt;
2891:2012-04-12 10:46:56.905 - DBG : Check connection to zabbix server.
2891:2012-04-12 10:46:56.906 - DBG : /usr/bin/zabbix_sender &amp;ndash;zabbix-server util-zabbix0 &amp;ndash;port 10051 &amp;ndash;host &amp;lsquo;util-mysql0&amp;rsquo; &amp;ndash;key FromDual.server.check &amp;ndash;value &amp;lsquo;1&amp;rsquo; -vv
zabbix_sender [2895]: DEBUG: answer [{
&amp;ldquo;response&amp;rdquo;:&amp;ldquo;success&amp;rdquo;,
&amp;ldquo;info&amp;rdquo;:&amp;ldquo;Processed 0 Failed 1 Total 1 Seconds spent 0.000016&amp;rdquo;}]
Info from server: &amp;ldquo;Processed 0 Failed 1 Total 1 Seconds spent 0.000016&amp;rdquo;
sent: 1; skipped: 0; total: 1
2891:2012-04-12 10:46:56.911 - DBG : (ret=0).
2891:2012-04-12 10:46:56.911 - DBG : Connection to zabbix server seems OK.
2891:2012-04-12 10:46:56.911 - INFO: sendCachedData::sendCachedData
2891:2012-04-12 10:46:56.911 - DBG : Sending cache file to zabbix server.
2891:2012-04-12 10:46:56.911 - DBG : Cache file found.
&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;It is obviously collecting data, etc. I&amp;rsquo;m wondering, could this have something to do with my zabbix configuration? Active vs. Passive?&lt;/p&gt;</description></item><item><title>It was working for a while,</title><link>https://www.fromdual.com/blog/zabbix-graphs-do-not-display-any-information/comment-619/</link><pubDate>Wed, 11 Apr 2012 21:43:00 +0200</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/zabbix-graphs-do-not-display-any-information/comment-619/</guid><description>&lt;p&gt;It was working for a while, and it stopped on April 5th. I upgraded to the latest version, and now when I look at the log, I see this:&lt;/p&gt;
&lt;p&gt;[root@util-mysql0 etc]# /usr/bin/zabbix_sender &amp;ndash;zabbix-server util-zabbix0 &amp;ndash;port 10051 &amp;ndash;host &amp;lsquo;util-mysql0&amp;rsquo; &amp;ndash;key FromDual.server.check &amp;ndash;value &amp;lsquo;1&amp;rsquo; -vv zabbix_sender
zabbix_sender [15866]: DEBUG: answer [{
&amp;ldquo;response&amp;rdquo;:&amp;ldquo;success&amp;rdquo;,
&amp;ldquo;info&amp;rdquo;:&amp;ldquo;Processed 0 Failed 1 Total 1 Seconds spent 0.000016&amp;rdquo;}]
Info from server: &amp;ldquo;Processed 0 Failed 1 Total 1 Seconds spent 0.000016&amp;rdquo;
sent: 1; skipped: 0; total: 1&lt;/p&gt;
&lt;p&gt;Any suggestions?&lt;/p&gt;</description></item><item><title>Some more troubleshooting</title><link>https://www.fromdual.com/blog/zabbix-graphs-do-not-display-any-information/comment-585/</link><pubDate>Tue, 13 Mar 2012 05:48:57 +0200</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/zabbix-graphs-do-not-display-any-information/comment-585/</guid><description>&lt;p&gt;Some more troubleshooting information:
-bash-4.1$ zabbix_sender -z util-zabbix0 -s util-mysql0 -k FromDual.MySQLmysql.Questions -o &amp;ldquo;123456789&amp;rdquo; -vv&lt;/p&gt;
&lt;p&gt;zabbix_sender [15878]: DEBUG: answer [{
&amp;ldquo;response&amp;rdquo;:&amp;ldquo;success&amp;rdquo;,
&amp;ldquo;info&amp;rdquo;:&amp;ldquo;Processed 0 Failed 1 Total 1 Seconds spent 0.000056&amp;rdquo;}]
Info from server: &amp;ldquo;Processed 0 Failed 1 Total 1 Seconds spent 0.000056&amp;rdquo;
sent: 1; skipped: 0; total: 1&lt;/p&gt;
&lt;p&gt;However, zabbix_server.log displays the following:
7684:20120312:214242.552 Zabbix agent item [FromDual.MySQL.check] on host [util-mysql0] failed: first network error, wait for 15 seconds&lt;/p&gt;
&lt;p&gt;I also tested the network connectivity:&lt;/p&gt;
&lt;p&gt;[root@util-zabbix0 zabbix]# telnet util-mysql0 3306
Trying &lt;em&gt;.&lt;/em&gt;.&lt;em&gt;.&lt;/em&gt;&amp;hellip;
Connected to util-mysql0.
Escape character is &amp;lsquo;^]&amp;rsquo;.
J
5.5.204W0+$r3G!aH$xQmP*~_Bmysql_native_password
exit
!#08S01Got packets out of orderConnection closed by foreign host.
[root@util-zabbix0 zabbix]# telnet util-mysql0 10050
Trying &lt;em&gt;.&lt;/em&gt;.&lt;em&gt;.&lt;/em&gt;&amp;hellip;
Connected to util-mysql0.
Escape character is &amp;lsquo;^]&amp;rsquo;.&lt;/p&gt;
&lt;p&gt;ZBXDZBX_NOTSUPPORTEDConnection closed by foreign host.&lt;/p&gt;
&lt;p&gt;Any clues?&lt;/p&gt;</description></item><item><title>I apologize for the delayed</title><link>https://www.fromdual.com/blog/zabbix-graphs-do-not-display-any-information/comment-584/</link><pubDate>Tue, 13 Mar 2012 04:04:12 +0200</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/zabbix-graphs-do-not-display-any-information/comment-584/</guid><description>&lt;p&gt;I apologize for the delayed response. I was able to get it running. However, recently, the following error has been appearing anytime I attempt to run the FromDualMySQLagent.pl scrip manually:&lt;/p&gt;
&lt;p&gt;[zabbix@util-mysql0 ~]$ /usr/local/mysql_performance_monitor/FromDualMySQLagent.pl
sh: -c: line 17: syntax error near unexpected token &lt;code&gt;;;' sh: -c: line 17: &lt;/code&gt; 7: len 8; hex 000000000000274b; asc &amp;lsquo;K;;&amp;rsquo;&lt;/p&gt;
&lt;p&gt;I am running CentOS 6.2 x86_64 - perl packages listed below:&lt;/p&gt;
&lt;p&gt;[zabbix@util-mysql0 ~]$ rpm -qa | grep perl
perl-Compress-Raw-Zlib-2.023-119.el6_1.1.x86_64
perl-HTML-Tagset-3.20-4.el6.noarch
perl-libwww-perl-5.833-2.el6.noarch
perl-libs-5.10.1-119.el6_1.1.x86_64
perl-5.10.1-119.el6_1.1.x86_64
perl-ExtUtils-ParseXS-2.2003.0-119.el6_1.1.x86_64
perl-Time-HiRes-1.9721-119.el6_1.1.x86_64
perl-IO-Compress-Base-2.020-119.el6_1.1.x86_64
perl-Pod-Escapes-1.04-119.el6_1.1.x86_64
perl-version-0.77-119.el6_1.1.x86_64
perl-Pod-Simple-3.13-119.el6_1.1.x86_64
perl-Test-Harness-3.17-119.el6_1.1.x86_64
perl-devel-5.10.1-119.el6_1.1.x86_64
perl-CGI-3.51-119.el6_1.1.x86_64
perl-Compress-Zlib-2.020-119.el6_1.1.x86_64
perl-HTML-Parser-3.64-2.el6.x86_64
perl-URI-1.40-2.el6.noarch
perl-LWP-UserAgent-Determined-1.04-1.el6.rf.noarch
perl-YAML-Syck-1.07-4.el6.x86_64
perl-DBD-MySQL-4.013-3.el6.x86_64
perl-IO-Compress-Zlib-2.020-119.el6_1.1.x86_64
perl-Module-Pluggable-3.90-119.el6_1.1.x86_64
perl-ExtUtils-MakeMaker-6.55-119.el6_1.1.x86_64
perl-Test-Simple-0.92-119.el6_1.1.x86_64
perl-Date-Manip-6.24-1.el6.noarch
perl-DBI-1.609-4.el6.x86_64&lt;/p&gt;</description></item></channel></rss>