Hi developers,
I am currently using Zabbix Appliance 4.4.6 in a Hyper-V environment.
There are a few peculiarities I stumbled upon which can easily be ‘fixed’ in the next Appliance image.
In the documentation it was already mentioned that Hyper-V users would need to use CTRL-ALT-F2 to be able to login using the console screen.
This can be fixed by altering /etc/default/grub
Comment out a line:
The graphical startup-screen is not that spectaculair, and hey, it’s a server, which should run forever.
Because I use static IP-adressing, I need to edit the file /etc/network/interfaces
I really hate to use “vi”. Why not install “nano” also?
The above two simple things will make it easier to install the Appliance image.
It would be even better if some sort of Q/A-script would be available, asking for:
I am currently using Zabbix Appliance 4.4.6 in a Hyper-V environment.
There are a few peculiarities I stumbled upon which can easily be ‘fixed’ in the next Appliance image.
In the documentation it was already mentioned that Hyper-V users would need to use CTRL-ALT-F2 to be able to login using the console screen.
This can be fixed by altering /etc/default/grub
Comment out a line:
Code:
#GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
Because I use static IP-adressing, I need to edit the file /etc/network/interfaces
I really hate to use “vi”. Why not install “nano” also?
Code:
apt install nano
It would be even better if some sort of Q/A-script would be available, asking for:
- network settings
- hostname setting
- timezone
Comment