Ad Widget

Collapse

Zabbix Appliance help - first timer

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • PaulAM87
    Junior Member
    • Oct 2022
    • 3

    #1

    Zabbix Appliance help - first timer

    Hi,

    I am currently looking at implementing Zabbix as an appliance (preferred option) but I am pretty new to using Linux based systems but relishing the chance to learn but i have got a bit stuck when changing IP address recently. i shows as being changed but when i attempt to access the dashboard i get a page can't be displayed.

    a bit more detail on the setup this is an appliance running on vSphere which i used the converter to get up
    once i had this on vsphere I added another NIC using an Intel E1000E
    i then used the command - cp /usr/share/zoneinfo/Europe/London /etc/localtime to update the time zone
    i then used vi /etc/sysconfig/Network-scripts/icfg-eth0
    went into insert mode and updated the following
    IPADDR = <local IP >
    Prefix = /24
    GATEWAY = <Gateway IP>
    DNS1=< DNS1 IP>
    DNS2=<DNS2IP>

    i then ran systemctl restart network

    but since then i have'nt been able to hit the dashboard
    i tried the the Ip Addr show cmd but Eth0 isn't showing an Ip against it so assume i have went wrong somewhere - any pointers would be appreciated
  • PaulAM87
    Junior Member
    • Oct 2022
    • 3

    #2
    Apologies i managed to fix this i removed the / from the Prefix then i had a swap file that i needed to delete, ran systemctl restart network again and this is now showing the static IP i set.

    Comment

    Working...