Zabbix Remote Commands

From UVOO Tech Wiki
Revision as of 11:47, 23 July 2021 by Busk (talk | contribs)
Jump to navigation Jump to search

https://blog.zabbix.com/zabbix-remote-commands/7500/

Enable on Agent and Test from Server/Proxy

Client

/etc/zabbix/zabbix_agent2.conf

# AllowKey=system.run[*]
# AllowKey=system.run[hostname]
AllowKey=system.run[dir]

Reload config

sudo

## Server

zabbix_get -s txd1-sandbox.extendhealth.com -p 10050 -k "system.run[dir]" --tls-connect psk --tls -psk-identity --tls-psk-file

<br /> systemctl restart zabbix-agent2