To install Quanta System Modules, you'll need your token.
To find it, nothing simpler just follow the guide:
In this article:
Quanta for Debian:
To install the Quanta agent :
- Add the following line in the file /etc/apt/sources.list.d/quanta.list:
For Buster :
deb http://apt.quanta.io/debian buster main
For Stretch :
deb http://apt.quanta.io/debian stretch main
For Jessie :deb http://apt.quanta.io/debian jessie main
- Download and add the GPG key of our repository:
curl https://apt.quanta.io/quanta-repo-key.gpg -o - | apt-key add -
- Update the available package list:
apt-get update
- Install the agent:
apt-get install quanta-agent
The installation token will be asked during the installation, you should see the system's data in Quanta the following minute.
Quanta for Ubuntu:
To install the Quanta agent :
- Add the following line in the file /etc/apt/sources.list.d/quanta.list:
For Bionic :
deb http://apt.quanta.io/ubuntu bionic main
- Download and add the GPG key of our repository:
curl https://apt.quanta.io/quanta-repo-key.gpg -o - | apt-key add -
- Update the available package list:
apt-get update
- Install the agent:
apt-get install quanta-agent
The installation token will be asked during the installation, you should see the system's data in Quanta the following minute.
Quanta for CentOS / RedHat:
To install the Quanta agent :
- Create the repository configuration file in the file /etc/yum.repos.d/quanta.repo.
To do this you can download the configuration file available here:
https://rpm.quanta.io/quanta-centos-repo.txt - Install the GPG key of our repository:
curl https://rpm.quanta.io/quanta-repo-key.gpg -o /tmp/quanta.key && rpm --import /tmp/quanta.key && rm /tmp/quanta.key
- Update the available package list:
yum makecache
- Install the agent:
yum install quanta-agent
- Edit the file /etc/quanta/agent.yml and replace
__YOUR_QUANTA_TOKEN__
By your token recovered previously. - Start the agent:
service quanta-agent start
- For the agent to start on its own when the server starts:
chkconfig quanta-agent on
You should see the system's data in Quanta the following minute.
For the other OS:
We do not provide packages for other OS, but the sources are publicly available on Github:
https://github.com/quanta-computing/quanta-agent
The agent is only compatible with Linux
To further the installation: You can follow our article to install our probes