Process Ignore not ignoring executables exceeding time threshold

Post Reply
bloom360
Junior Member
Posts: 1
Joined: 10 Jul 2023, 06:43

Process Ignore not ignoring executables exceeding time threshold

Post by bloom360 »

Hi,

My server is sending these alerts non stop every 30 mins:

Code: Select all

Exceeded:     587970 > 1800 (seconds)
Executable:   /usr/lib/systemd/systemd-resolved

Code: Select all

Exceeded:     419968 > 1800 (seconds)
Executable:   /usr/sbin/mariadbd

Code: Select all

Exceeded:     587991 > 1800 (seconds)
Executable:   /usr/bin/rpcbind
However, I do have these lines in the csf.pignore file. Shouldn't they be ignored for exceeding the time limit?
  • exe:/usr/lib/systemd/systemd-resolved
  • exe:/usr/sbin/mariadbd

Server is WHM v112 on AlmaLinux v8.8

Thank you kindly
Post Reply