I didn't know where else to ask this but I am running the NCPA agent on a Ubuntu Server 24 that is sending syslog data to NagiosXI but I noticed all of this data in my syslog repeating and I have no clue what to make of it. Can anyone tell me what might be the issue?
kg2857 wrote: ↑Tue Sep 23, 2025 5:03 pm
You might try doing a search of the internet for the first line.
ncpa[4877]: Exception ignored in: <function _after_fork at 0x763105c0d080>
I tried that but nothing came up that was of any use
The fork error means a parent process is exiting before the process it ran. That's from a search result.
Look for a long running service and at your timeout settings.
This seems to be a message that many NCPA users are seeing across multiple Linux distros lately. We are currently looking into the cause of this error being logged and hope to have a resolution for everyone soon.
I was just curious to see if this was addressed or not. I have not implemented any fix attempts or anything since noticing this issue a few months back and just wanted to ask if this got fixed