Hi,
I have a problem with empty item values returned by Zabbix Agent (from the python script)
Key:
When I run this a user 'zabbix' it works just fine. It returns: 1.
/etc/sudoers
I have a problem with empty item values returned by Zabbix Agent (from the python script)
Key:
Code:
script[check_rsnapshot]
Code:
UserParameter=script[*], sudo /usr/bin/python3 /usr/scripts/script.py $1
Code:
sudo -u zabbix python3 /usr/scripts/script.py check_rsnapshot 1
Code:
zabbix ALL=NOPASSWD: ALL
Comment