NCPA repeating error in syslog?
Posted: Tue Sep 23, 2025 3:11 pm
Hey everyone,
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?
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?
Code: Select all
2025-09-23T20:04:23.023580+00:00 server01 ncpa[4877]: Exception ignored in: <function _after_fork at 0x763105c0d080>
2025-09-23T20:04:23.023658+00:00 server01 ncpa[4877]: Traceback (most recent call last):
2025-09-23T20:04:23.023687+00:00 server01 ncpa[4877]: File "threading.py", line 1588, in _after_fork
2025-09-23T20:04:23.023704+00:00 server01 ncpa[4877]: File "threading.py", line 1424, in _after_fork
2025-09-23T20:04:23.023740+00:00 server01 ncpa[4877]: File "threading.py", line 934, in _after_fork
2025-09-23T20:04:23.023760+00:00 server01 ncpa[4877]: AttributeError: '_DummyThread' object has no attribute '_handle'
2025-09-23T20:04:23.023840+00:00 server01 ncpa[4877]: Exception ignored in: <bound method _ForkHooks.after_fork_in_child of <gevent.threading._ForkHooks object at 0x76310514b620>>
2025-09-23T20:04:23.023867+00:00 server01 ncpa[4877]: Traceback (most recent call last):
2025-09-23T20:04:23.023886+00:00 server01 ncpa[4877]: File "gevent/threading.py", line 376, in after_fork_in_child