ITRS-Group / monitor-merlin

Module for Effortless Redundancy and Loadbalancing In Naemon
https://itrs-group.github.io/monitor-merlin/
GNU General Public License v2.0
22 stars 14 forks source link

[Question] Is really required MySQL database? #1

Closed oneingan closed 8 years ago

oneingan commented 8 years ago

Hi, I'm evaluating Merlin for integrate in a Naemon + Mod-gearman distributed architecture where Naemon Core doesn't have redundacy because of stateful data (comments, acks...).

I guess that I can define my 2 Naemon Core as peers in Merlin to sync stateful data. But, my question is. Why I need MySQL DB? Can I not to sync directly daemon to daemon?

Thanks.

mattiasr commented 8 years ago

It's late now so not 100 sure, but if i recall correctly the db is only for report support.

You can set some setting merlin.conf to not log to database.

/Mattias

10 sep. 2016 kl. 19:12 skrev Juan José Presa notifications@github.com:

Hi, I'm evaluating Merlin for integrate in a Naemon + Mod-gearman distributed architecture where Naemon Core doesn't have redundacy because of stateful data (comments, acks...).

I guess that I can define my 2 Naemon Core as peers in Merlin to sync stateful data. But, my question is. Why I need MySQL DB? Can I not to sync directly daemon to daemon?

Thanks.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

oneingan commented 8 years ago

OK. I've tested without database and it works. Thanks.