Search found 2 matches

by mrlesmithjr
Wed Mar 16, 2016 11:59 pm
Forum: Help: Linux/Unix Specific
Topic: Highly Available Cacti Setup
Replies: 2
Views: 1331

Re: Highly Available Cacti Setup

UPDATE!!!! In case anyone else runs into this it seems I have solved the issue. The issue is that the schema is based on ENGINE=MyISAM and I ran into this before where Galera does not replicate the DB(s) if they are based on that Engine. So if you change all ENGINE=MyISAM to ENGINE=InnoDB it works a...
by mrlesmithjr
Wed Mar 16, 2016 10:21 pm
Forum: Help: Linux/Unix Specific
Topic: Highly Available Cacti Setup
Replies: 2
Views: 1331

Highly Available Cacti Setup

So I am currently working on a project to build a highly available Cacti solution and have ran into a small snag. This solution consists of 5 nodes (2-KeepAliveD/HAProxy nodes with Cacti installed behind NGINX/GlusterFS client mounting cacti Webroot from GlusterFS Servers) and (3-Galera/MariaDB clus...