How do I upgrade the Nanitor Independent collector?
It is very simple to upgrade the Nanitor independent collector.
If you need to confirm the type of OS you are running
cat /etc/*release*
sudo yum upgrade -y https://hub.nanitor.com/files/yum/nanitor-collector.rpm
curl -o /tmp/nanitor-collector.deb https://hub.nanitor.com/files/deb/nanitor-collector.deb
sudo apt install -y /tmp/nanitor-collector.deb
Make sure you restart the collector after the upgrade is complete
sudo systemctl restart nanitor-collector
Now the collector is up to date running the latest version available.