dblanque / opnsense-zabbix

Zabbix Template for OPNSense
14 stars 0 forks source link

autoconfig script #6

Closed burghy86 closed 4 months ago

burghy86 commented 4 months ago

i have create a simple script to autoconfig agent. do you want upload to project? the ipotetical script will save in: https://raw.githubusercontent.com/dblanque/opnsense-zabbix/main/zabbixautoconfig.sh the script is here

zabbixautocoonfig.zip

install opnsense zabbix agent plugin and setup connect to ssh

to run this script in the guide write. connect to opnsense in ssh and lunch this command: curl -o zabbixautoconfig.sh https://raw.githubusercontent.com/dblanque/opnsense-zabbix/main/zabbixautoconfig.sh && chmod +x zabbixautoconfig.sh && sudo ./zabbixautoconfig.sh

dblanque commented 4 months ago

If you wish to contribute make a Pull Request!