I have 4 CentOS 7 servers which are acting as app connectors for Zscaler Private Access. I wanted to install automox on them so the underlying OS can be patched along with our regular patching schedule.
The installation worked fine but then the agent lost connection to the console. I am trying to reinstall the agent according to the instructions here: https://help.automox.com/hc/en-us/articles/5384334313108
I have already removed the boxes from the console but since the server isnt communicating with the console, it doesnt appear to be removing the agent.
When i run the cmd
sudo /opt/amagent/amagent --deregister
I get the following error:
/opt/amagent/amagent: /lib64/libc.so.6: version `GLIBC_2.28' not found (required by /opt/amagent/amagent)
From what i can find, it seems that CentOS7 only supports GLIBC_2.17, but automox indicates that CentOS7 is a supported OS: https://help.automox.com/hc/en-us/articles/5352186282644-Supported-Operating-Systems
Any help would be appreciated.