I would like an Item to run commands as the root user
Item:
system.run[cat /var/log/messages]
Right now, commands are being ran as the zabbix user and I get permission denied a lot. Is it possible for system.run to run as root?
Item:
system.run[cat /var/log/messages]
Right now, commands are being ran as the zabbix user and I get permission denied a lot. Is it possible for system.run to run as root?
Comment