Using CentOS I have rsyslog configured to send data to a python script via a shell execute action(^). I have python 2.7 installed, but when my script is called, the shell environment is referencing python2.4. Any ideas on how to get the external script to point at the right python version?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
Yes, put the absolute path to the correct python binary in your rsyslog.conf. |
|||||||||
|