After recently updating Ubuntu and our packages I noticed the icons are now static and no longer animating. I corrected this by updating the attribute in xymonserver.cfg.
Let’s edit the config file:
sudo nano /etc/xymon/xymonserver.cfg
Find “XYMONSKIN=” and modify it to:
XYMONSKIN="$XYMONSERVERWWWURL/gifs"
Save the file and restart the service.
sudo systemctl restart xymon.service