Search found 3 matches
- 14 Jun 2015, 17:44
- Forum: General Discussion (csf)
- Topic: Excessive resource usage for PHP - how to check what PHP try to execute?
- Replies: 1
- Views: 3991
Excessive resource usage for PHP - how to check what PHP try to execute?
I have multiple excessive resource usage messages for PHP Time: Sun Jun 14 11:28:54 2015 -0400 Account: gumball Resource: Virtual Memory Size Exceeded: 235 > 225 (MB) Executable: /usr/bin/php Command Line: /usr/bin/php PID: 12679 (Parent PID:12549) Killed: No but I want to check what exactly PHP was...
- 05 Jun 2015, 15:44
- Forum: General Discussion (csf)
- Topic: CSF ignore list skips some ignore exclusions
- Replies: 4
- Views: 6026
Re: CSF ignore list skips some ignore exclusions
I have added those two lines to csf.signore
and still I'm receiving suspicious file alerts.
Code: Select all
/tmp/netatop-0.5/netatop.init
/tmp/netatop-0.5/mkversion
- 23 Apr 2015, 17:17
- Forum: General Discussion (csf)
- Topic: CSF ignore list skips some ignore exclusions
- Replies: 4
- Views: 6026
CSF ignore list skips some ignore exclusions
I have try to prevent sending Suspicious File Alert emails which contain: File: /tmp/netatop-0.5/netatop.init Reason: Script, starts with #! File: /tmp/netatop-0.5/mkversion Reason: Script, starts with #! by adding exe:/tmp/netatop-0.5/netatop.init exe:/tmp/netatop-0.5/mkversion to the csf.pignore f...