After modifying csf.pignore i still receive the alert messages.

Post Reply
Skin
Junior Member
Posts: 2
Joined: 09 Nov 2015, 17:23

After modifying csf.pignore i still receive the alert messages.

Post by Skin »

Hello,

I receive a lot of messages regarding sonarpush using excessive resources:

Code: Select all

lfd on host.xxxxx.org: Excessive resource usage: systuser (1220 (Parent PID:1220))
Time: Tue Nov 3 15:47:08 2015 +0100
Account: systuser
Resource: Process Time
Exceeded: 228641 > 1800 (seconds)
Executable: /usr/local/lp/apps/sonarpush/sonarpush
Command Line: SonarPush 0.5.236 [sleeping]
PID: 1220 (Parent PID:1220)
Killed: No
Sonarpush is a monitoring script used by my provider and it run as long as the server is up, so I decided to insert it in /etc/csf/csf.pignore

Code: Select all

exe:/usr/local/lp/apps/sonarpush/sonarpush
The problem is that after restarting csf and lfd I still receive the alert messages.
May be I'm doing something wrong?
Skin
Junior Member
Posts: 2
Joined: 09 Nov 2015, 17:23

Re: After modifying csf.pignore i still receive the alert messages.

Post by Skin »

May be instead of

Code: Select all

 exe:/usr/local/lp/apps/sonarpush/sonarpush
i should use

Code: Select all

cmd:/usr/local/lp/apps/sonarpush/sonarpush
?
Post Reply