Install GLPI Agent
# cd /Applications/GLPI-Agent/etc/conf.d/
# sudo touch local.cfg
# sudo nano local.cfg
Add this line
server = https://sam.itcybertek.com/plugins/glpiinventory
tag = ITCT001
debug = 1
Press Ctrl+O, then Enter to save, and Ctrl+X to exit
# sudo launchctl start org.glpi-project.glpi-agent
# sudo /Applications/GLPI-Agent/bin/glpi-agent –force
check logs
tail -f /var/log/glpi-agent.log