Installing Qosifire agent on CentOS
Qosifire monitoring agent can be installed onCentOS 7 using this instruction.
Create /etc/yum.repos.d/qosifire.repo file with the following content:
[qosifire]
name= Qosifire Agent repository - $basearch
baseurl=https://repo.qosifire.com/centos/7/$basearch
enabled=1
gpgcheck=1
gpgkey=https://repo.qosifire.com/gpg.key
Then run these commands:
sudo yum makecache
sudo yum install -y qosifire
Now register server in Qosifire service by running this command:
sudo /usr/bin/qosifire_regutil
You will be asked for your Qosifire login and password sent to you during sign up.
To enable services to work after system restart, use this commands:
sudo systemctl enable qosifire-notifier qosifire qosifire-reader
To finish the setup, start the service using this command:
sudo systemctl start qosifire-notifier qosifire qosifire-reader
Automation
You can automate registration by adding the following parameters: -u for user name and -p for password:
sudo /usr/bin/qosifire_regutil -u [email protected] -p mypassword
Upgrade
To upgrade your agent, use these commands:
sudo yum makecache
sudo yum install qosifire
sudo service qosifire restart
Getting started
Also read ourGetting started guide to see how you can easily begin using Qosifire for your use cases.