Search found 8 matches

by sherm4n
Thu Nov 23, 2023 12:25 am
Forum: Open Source Nagios Projects
Topic: execvp(/bin/sh, ...) failed. errno is 7: Argument list too long
Replies: 5
Views: 22756

Re: execvp(/bin/sh, ...) failed. errno is 7: Argument list too long

Hi kg2857 We did, and we aware there was 128k limit due to MAX_ARG_STRLEN, PageSize x 32, and that was hard limit, and can not change unless update the header file, and recompile the kernel. Most of time 128k is sufficient enough, however, the environment variable, NAGIOS_SERVICEGROUPMEMBERS , took ...
by sherm4n
Mon Nov 13, 2023 9:56 pm
Forum: Open Source Nagios Projects
Topic: execvp(/bin/sh, ...) failed. errno is 7: Argument list too long
Replies: 5
Views: 22756

execvp(/bin/sh, ...) failed. errno is 7: Argument list too long

Hi Recently we have encountered an issue with nagios, it failed to send notification from "intermittently". After we going through the nagios.log, we found the following errors [1699879778] wproc: NOTIFY job 92385 from worker Core Worker 5369 is a non-check helper but exited with return co...
by sherm4n
Mon Aug 21, 2017 2:26 am
Forum: Nagios Network Analyzer
Topic: Slow Performance
Replies: 3
Views: 1748

Slow Performance

Hi Any tricks/hidden parameters i can use to make NNA to run faster We found NNA takes too long to display Top 5 list, almost 1 mins, a simple query search dst port = 53, takes forever to return. The box we used for NNA evaluation is HP DL360 G7 with 8 cores E5506 CPU, 24G Ram. The same box to run N...
by sherm4n
Mon Aug 21, 2017 1:54 am
Forum: Nagios Network Analyzer
Topic: No data found.
Replies: 2
Views: 1775

Re: No data found.

Hi tgriep,

Thanks for the tips, it turns out I need to add timezone on php.ini under /etc. This should be documented on either installation/configuration document, it will save people a lot of time. :D




Cheers
Sherman
by sherm4n
Thu Aug 17, 2017 12:57 am
Forum: Nagios Network Analyzer
Topic: No data found.
Replies: 2
Views: 1775

No data found.

Hi I'm new on Nagios Network Analyzer, the installation/setup seem very smooth and fast. I setup Netflow on a Cisco device, works with other Netflow Analyzer, The NNA shows me how much data had been collected, but it shows "No data found" on Top 5 Talkers, and it shows nothing beside pie c...
by sherm4n
Mon Mar 13, 2017 6:17 pm
Forum: Open Source Nagios Projects
Topic: Re trigger an alert on Acknowledged event
Replies: 3
Views: 2524

Re: Re trigger an alert on Acknowledged event

Hi dwhitfield,

Thanks for for quick response, you're 100% spot on, that is exactly what we want. you mentioned we can achieve that with event handlers as "work around", would you mind explain it more. thanks
by sherm4n
Sun Mar 12, 2017 7:41 pm
Forum: Open Source Nagios Projects
Topic: Re trigger an alert on Acknowledged event
Replies: 3
Views: 2524

Re trigger an alert on Acknowledged event

Hi
Just wondering does Nagios XI supports re-trigger an acknowledged event after per-defined period of time? if not, would it be possible to implement it as a new feature on future release.