Hi guys,
We have a ubuntu server that's been updated to 20.04 lts. Since then, I'm unable to execute the python script on the zabbix portal that's stating the following message below.
Traceback (most recent call last):
File "/etc/zabbix/test_scripts/ohclientheartbeat.py", line 4, in <module>
import mysql.connector
ModuleNotFoundError: No module named 'mysql'
When I run the python script directly on the server itself, I'm able to see it working.
Has anyone seen this before?
We have a ubuntu server that's been updated to 20.04 lts. Since then, I'm unable to execute the python script on the zabbix portal that's stating the following message below.
Traceback (most recent call last):
File "/etc/zabbix/test_scripts/ohclientheartbeat.py", line 4, in <module>
import mysql.connector
ModuleNotFoundError: No module named 'mysql'
When I run the python script directly on the server itself, I'm able to see it working.
Has anyone seen this before?
Comment