Author Topic: Excessive processes running under user xxxx - individual authorization  (Read 1964 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
What does this error mean?

Code: [Select]
Time: Thu Feb 9 07:05:16 2023 -0300
Account: XXXXX
Process Count: 12 (Killed)

Process Information:

User:XXXXX PID:21650 PPID:21649 Run Time:135(secs) Memory:154236(kb) RSS:4828(kb) exe:/usr/bin/wget cmd:wget https://site.XXXXX.com/app/Crons/invoices.php?access=ok
User:XXXXX PID:21651 PPID:21649 Run Time:135(secs) Memory:122788(kb) RSS:4932(kb) exe:/usr/sbin/sendmail.postfix cmd:/usr/sbin/sendmail -FCronDaemon -i -odi -oem -oi -t -f XXXXX
User:XXXXX PID:21652 PPID:21651 Run Time:135(secs) Memory:122760(kb) RSS:4924(kb) exe:/usr/sbin/postdrop cmd:/usr/sbin/postdrop -r
User:XXXXX PID:21654 PPID:11542 Run Time:134(secs) Memory:363364(kb) RSS:19880(kb) exe:/opt/alt/php81/usr/bin/php-cgi cmd:/opt/alt/php81/usr/bin/php-cgi /home/XXXXX/public_html/xx/xx/app/Crons/invoices.php

If it's nothing serious, I want to leave it authorized, as it is a crontab that sends invoices to customers.

How to authorize this crontab?

Offline
****
Re: Excessive processes running under user xxxx - individual authorization
« Reply #1 on: February 10, 2023, 09:52:00 PM »
If you know what the jobs are, and don't want to receive warning or notification, you can add them to your csf ignore file.

Offline
*
Re: Excessive processes running under user xxxx - individual authorization
« Reply #2 on: February 11, 2023, 11:17:33 AM »
If you know what the jobs are, and don't want to receive warning or notification, you can add them to your csf ignore file.

how should the command line be saved in the "csf.ignore" file?
IMG: https://i.imgur.com/YnhHoSI.png


Doubt: it's in "csf.ignore", it has similar files that just change the initial letter. IMG: https://i.imgur.com/7XZfakx.png

Thanks.

Offline
****
Re: Excessive processes running under user xxxx - individual authorization
« Reply #3 on: February 12, 2023, 01:19:37 AM »
nano /etc/csf/csf.pignore

At the bottom add lines like:

exe:/opt/alt/php81/usr/bin/php-cgi

Then save.
Run csf -ra to restart.