Installing Qosifire agent on Debian
Qosifire agent supportsDebian 9 Follow these steps to install the agent.
1. Import the public key used by the package management system.
wget -q -O - https://repo.qosifire.com/gpg.key | sudo apt-key add -
2. Create a list file for Qosifire using the following command.
echo "deb https://repo.qosifire.com/debian stretch/" | tee /etc/apt/sources.list.d/qosifire.list
3. Reload local package database
apt-get update
4. Install the Qosifire packages
apt-get install qosifire
5. Register server in Qosifire
/usr/bin/qosifire_regutil
This command will require you to enter your admin email and password from your Qosifre account.
6. Run Qosifire services
systemctl start qosifire-notifier qosifire-reader qosifire
Automation
You can automate registration by adding the following parameters: -u for user name and -p for password:
/usr/bin/qosifire_regutil -u [email protected] -p mypassword
Upgrade
To upgrade your agent, use these commands:
apt-get update
apt-get install qosifire
Getting started
Also read ourGetting started guide to see how you can easily begin using Qosifire for your use cases.