Put some TODOs at the top of the file
This commit is contained in:
parent
9bf45f9adb
commit
054b67b1cc
@ -1,5 +1,10 @@
|
|||||||
#!/bin/bash
|
#!/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
|
# Define the Zabbix server IP
|
||||||
ZABBIX_SERVER_IP="192.168.8.41"
|
ZABBIX_SERVER_IP="192.168.8.41"
|
||||||
LOG_FILE="za2ai.log"
|
LOG_FILE="za2ai.log"
|
||||||
|
Loading…
Reference in New Issue
Block a user