Hello,
On linux, when you run a python or a shell script it runs as
python myscript.py
or
/bin/sh myscript.sh
how to monitor it with proc.num ???
the "space" special character seams not to be readen when I set :
proc.num["python myscript.py"]
Is there regexp or something like it to test it?
I don't want to only monitor python or /bin/sh cause it can be another script as myscript.py or myscript.sh which will report false positive.
Thank you.
On linux, when you run a python or a shell script it runs as
python myscript.py
or
/bin/sh myscript.sh
how to monitor it with proc.num ???
the "space" special character seams not to be readen when I set :
proc.num["python myscript.py"]
Is there regexp or something like it to test it?
I don't want to only monitor python or /bin/sh cause it can be another script as myscript.py or myscript.sh which will report false positive.
Thank you.
Comment