I'm running Cacti on a windows server and we have weather maps and thold sending alerts.
But when trying to view the thold tab within cacti this errors appears: You are running MySQL in Strict Mode, which is not supported by Thold.
Everything else is working and Thold can be configured from config > settings > Thresholds page.
Anyone run into this issue?
Windows Server, IIS, Cacti, Strict Mode, Thold
Moderators: Developers, Moderators
-
- Posts: 9
- Joined: Thu May 15, 2014 4:07 pm
Re: Windows Server, IIS, Cacti, Strict Mode, Thold
Have you disabled mysql strict mode?
-
- Posts: 9
- Joined: Thu May 15, 2014 4:07 pm
Re: Windows Server, IIS, Cacti, Strict Mode, Thold
I've tried changing the mode in the my.ini file to no sucess.
Re: Windows Server, IIS, Cacti, Strict Mode, Thold
Was MySQL restarted afterwards?
You can disable it this way
https://my.kayako.com/Knowledgebase/Art ... trict-mode
or via setting the global variable.
SET GLOBAL sql_mode="";
You might also check and ensure there isn't multiple my.cfg files on the server. Setting the global should tell you immediately if it worked without restarting mysql.
http://bugs.mysql.com/bug.php?id=68643
You can disable it this way
https://my.kayako.com/Knowledgebase/Art ... trict-mode
or via setting the global variable.
SET GLOBAL sql_mode="";
You might also check and ensure there isn't multiple my.cfg files on the server. Setting the global should tell you immediately if it worked without restarting mysql.
http://bugs.mysql.com/bug.php?id=68643
-
- Posts: 9
- Joined: Thu May 15, 2014 4:07 pm
Re: Windows Server, IIS, Cacti, Strict Mode, Thold
Got it working.
Looks like I just had to restart the service after applying the fix.
Looks like I just had to restart the service after applying the fix.
Who is online
Users browsing this forum: No registered users and 1 guest