Search found 6 matches
- Wed Apr 11, 2018 3:58 am
- Forum: Open Source Nagios Projects
- Topic: To Nagios 4 from Naios 3
- Replies: 3
- Views: 906
Re: To Nagios 4 from Naios 3
Thanks for your answer! This is not a problem at all, NSCA is completely independent of Nagios. Cool, looks like we have minus one problem :) This should be more than plenty of resources for the above amount of hosts/services Okay, could you please share your experience about VM or BM? The main Nagi...
- Tue Apr 10, 2018 5:43 am
- Forum: Open Source Nagios Projects
- Topic: To Nagios 4 from Naios 3
- Replies: 3
- Views: 906
To Nagios 4 from Naios 3
Hello all, we have next task: Now our env is monitored by Nagios core 3, we would like to switch a part of host to Nagios 4 (~700 hosts, 8k services). Our current installation deals with Nagios master with passive check model and a few pollers with NSCA installed. I am curious is it possible not to ...
- Tue Apr 10, 2018 5:34 am
- Forum: Open Source Nagios Projects
- Topic: Automated installation of NRPE
- Replies: 3
- Views: 1018
Re: Automated installation of NRPE
We are using ansible for this purpose and it works great. try to use it for this purpose.
- Wed Sep 21, 2016 2:42 am
- Forum: Open Source Nagios Projects
- Topic: Migrate to gearman from NCSA
- Replies: 4
- Views: 1767
Re: Migrate to gearman from NCSA
lmiltchev, Thanks!
I'm already realized that I need server, like with NSCA to submit passvie check or use cron, as you said..
Mark question as solved.
I'm already realized that I need server, like with NSCA to submit passvie check or use cron, as you said..
Mark question as solved.
- Tue Sep 20, 2016 4:18 am
- Forum: Open Source Nagios Projects
- Topic: Migrate to gearman from NCSA
- Replies: 4
- Views: 1767
Re: Migrate to gearman from NCSA
Gearman can do passive checks via command "send_gearman" If you're interesting in, try this document on page 22 https://assets.nagios.com/presentations/nwcna2011/Mike%20Weber%20-%20NWC_Mod-Gearman.pdf so, the main question is how run this command - send_gearman. Do I need to install Nagios...
- Mon Sep 19, 2016 7:44 am
- Forum: Open Source Nagios Projects
- Topic: Migrate to gearman from NCSA
- Replies: 4
- Views: 1767
Migrate to gearman from NCSA
Hello to all! I wanna move infrastructure from NCSA to Gearman. In gearman docs I found that it can be done with set off all distributed options in gearman server config. I already did it, but can't understand how to config workers. this is my /etc/mod_gearman2/module.conf: debug=2 logfile=/var/log/...