Linux serverNETWORK ADMINISTRATIONS

How to install and configure Pandora fms Agent on Linux hosts CentOS and Ubuntu

Support channel: https://www.youtube.com/c/HeikkiKoivisto/?sub_confirmation=1

This video continues the home lab series. This time with Pandora FMS monitoring Linux hosts both CentOS and Ubuntu.

All commands:
Install Linux Agent of Pandora FMS
https://sourceforge.net/projects/pandora/

Install Ubuntu
wget https://sourceforge.net/projects/pandora/files/Pandora%20FMS%207.0NG/756/Debian_Ubuntu/pandorafms.agent_unix_7.0NG.756.deb
sudo dpkg -i pandorafms.agent_unix_7.0NG.756.deb
sudo apt-get -f install
sudo dpkg -i pandorafms.agent_unix_7.0NG.756.deb #rerun after fixing dependencies
OR CENTOS/RED HAT
sudo dnf install wget
wget https://sourceforge.net/projects/pandora/files/Pandora%20FMS%207.0NG/756/RHEL_CentOS/pandorafms_agent_unix-7.0NG.756.noarch.rpm
sudo yum install pandorafms_agent_unix-7.0NG.756.noarch.rpm

edit configure file

sudo nano /etc/pandora/pandora_agent.conf

sudo systemctl start pandora_agent_daemon.service
sudo systemctl enable pandora_agent_daemon.service
sudo systemctl status pandora_agent_daemon.service

source

centos 7

Leave a Reply

Your email address will not be published. Required fields are marked *