Search found 23 matches

by aceadm
Wed Jan 20, 2021 10:14 am
Forum: Nagios XI
Topic: MOD-Gearman question
Replies: 3
Views: 260

Re: MOD-Gearman question

Hello,

Any update on this?
by aceadm
Fri Jan 15, 2021 6:02 pm
Forum: Nagios XI
Topic: MOD-Gearman question
Replies: 3
Views: 260

MOD-Gearman question

Hello, I noticed that in case an MG worker goes down, all the checks are performed by Nagios server automatically until the worker returns back up. Now, in a 80000 services infrastructure this can cause an issue if 2 or more workers go down at the same time (maybe a connection issue between the serv...
by aceadm
Fri Jan 15, 2021 4:22 am
Forum: Nagios XI
Topic: Nagios - Mod Gearman
Replies: 4
Views: 1229

Re: Nagios - Mod Gearman

Found the issue within the logs! ERROR 2021-01-15 10:56:49.000000 [ main ] socket()(Address family not supported by protocol) -> libgearman-server/gearmand.cc:482 Had to modify the /etc/rc.d/init.d/gearmand and add "-L 0.0.0.0" when it start so it only uses ipv4. start() { echo -n $"S...
by aceadm
Fri Jan 15, 2021 3:26 am
Forum: Nagios XI
Topic: Nagios - Mod Gearman
Replies: 4
Views: 1229

Re: Nagios - Mod Gearman

SO, I found the below guide: https://assets.nagios.com/downloads/nagiosxi/docs/Integrating_Mod_Gearman_with_Nagios_XI.pdf Unfortunately, whenever I install Mod_gearman, I get below error in the end and I can't stop/start it. Restarting gearmand (via systemctl): Job for gearmand.service failed becau...
by aceadm
Fri Jan 15, 2021 3:22 am
Forum: Nagios XI
Topic: Nagios - Mod Gearman
Replies: 4
Views: 1229

Re: Nagios - Mod Gearman

SO, I found the below guide: https://assets.nagios.com/downloads/nagiosxi/docs/Integrating_Mod_Gearman_with_Nagios_XI.pdf Unfortunately, whenever I install Mod_gearman, I get below error in the end and I can't stop/start it. Restarting gearmand (via systemctl): Job for gearmand.service failed becaus...
by aceadm
Thu Jan 14, 2021 1:54 pm
Forum: Nagios XI
Topic: Nagios - Mod Gearman
Replies: 4
Views: 1229

Nagios - Mod Gearman

Hello,
Anyone knows or has any good installation and configuration guide for a mod gearman implementation?
The one in Consol Lab is quite old.

Thanks
by aceadm
Thu Aug 06, 2020 3:38 am
Forum: Nagios XI
Topic: CPU iowait & Open files
Replies: 1
Views: 348

CPU iowait & Open files

Hello,

We are trying to monitor CPU iowait and "Open files" on our linux servers. We have installed NCPA agent on them but I cannot seem to find a check that would bring those metrics back. Any plug in anyone has in mind or a pre-installed check?

Thanks
by aceadm
Tue Jul 28, 2020 2:38 am
Forum: Nagios XI
Topic: Linux NCPA Agent Installation from Nagios GUI "Deploy Agent"
Replies: 3
Views: 286

Re: Linux NCPA Agent Installation from Nagios GUI "Deploy Ag

Hi, The described file "ncpa.cfg" exists only after the NCPA agent installation in the machine. So in our case, we are before agent installation. We have checked again with Nagios Xi internet connectivity and It seems that the connectivity required from the machine witch the agent will be ...
by aceadm
Mon Jul 27, 2020 9:37 am
Forum: Nagios XI
Topic: Linux NCPA Agent Installation from Nagios GUI "Deploy Agent"
Replies: 3
Views: 286

Linux NCPA Agent Installation from Nagios GUI "Deploy Agent"

Hello all, We have implemented a Nagios Xi server updated to the latest stable version 5.7.2. We face an issue with the latest provided feature "Deploy Agent" for NCPA Linux agent deployment. We have set up the necessary root user and after the deploy, we receive the below error: Host Syst...
by aceadm
Fri Jul 17, 2020 4:13 am
Forum: Nagios XI
Topic: Event handler sending notifications after every check
Replies: 3
Views: 177

Re: Event handler sending notifications after every check

Hi aceadm , It sounds like the stat is changing frequently for this check and I would recommend checking the State History report to see what's happening, event handlers are called under the following conditions: Event handlers are executed when a service or host: Is in a SOFT problem state Initial...