diff --git a/agent2_autoinstall.sh b/agent2_autoinstall.sh index 5d8f5b3..f7f2988 100755 --- a/agent2_autoinstall.sh +++ b/agent2_autoinstall.sh @@ -1,5 +1,10 @@ #!/bin/bash +# TODO: +# - More error messages based on exit status value of command (like a failed download) +# - Implement cleanup of files +# - Allow parameters and interactive run to be able to set the server ip, allow / disallow creation of additional configurations (like for Proxmox Containers) + # Define the Zabbix server IP ZABBIX_SERVER_IP="192.168.8.41" LOG_FILE="za2ai.log"