Search found 3 matches
- Wed Oct 07, 2020 2:54 pm
- Forum: Open Source Nagios Projects
- Topic: Nagios Core and Mod-Gearman
- Replies: 5
- Views: 2657
Re: Nagios Core and Mod-Gearman
I did finally get this working in AWS. Using docker containers to run both the gearman job servers and workers. It should allow us to scale up easily. We are still waiting on some firewall rules to test running checks on servers but having everything communicate was a good first step. I will post ag...
- Fri Sep 18, 2020 4:35 pm
- Forum: Open Source Nagios Projects
- Topic: Nagios Core and Mod-Gearman
- Replies: 5
- Views: 2657
Re: Nagios Core and Mod-Gearman
Just noticed I forgot to post the gearmand error...
gearmand: /usr/sbin/gearmand: symbol lookup error: /usr/sbin/gearmand: undefined symbol: _ZN5boost15program_options3argE
Apologies.
gearmand: /usr/sbin/gearmand: symbol lookup error: /usr/sbin/gearmand: undefined symbol: _ZN5boost15program_options3argE
Apologies.
- Fri Sep 18, 2020 2:23 pm
- Forum: Open Source Nagios Projects
- Topic: Nagios Core and Mod-Gearman
- Replies: 5
- Views: 2657
Nagios Core and Mod-Gearman
I'm very newbie with Nagios and have spent the past couple weeks reviewing and learning about Nagios. We are deploying Nagios in AWS and would like to use Mod-Gearman for load-balancing. I reviewed the distributed monitoring options and it appears that Mod-Gearman will work with Core. I added the Na...