ignore process with long string

Post Reply
bulgin23
Junior Member
Posts: 22
Joined: 06 Apr 2018, 01:17

ignore process with long string

Post by bulgin23 »

Hello,

Receiving the following:

Time: Thu Mar 5 09:02:42 2020 -0500
Account: openvpn_as
Resource: Process Time
Exceeded: 1832 > 1800 (seconds)
Executable: /usr/bin/python2.7
Command Line: /usr/bin/python2 -c from pyovpn.cserv.wserv_entry import start ; start() -no -u openvpn_as -g openvpn_as --pidfile /usr/local/openvpn_as/etc/tmp/wserv.pid -r epoll
PID: 7125 (Parent PID:7104)
Killed: No

Do I ignore the command line or executable? Which is safest and most efficient? If Command line is it the entire string or a portion?

Thanks.
Post Reply