Last active
August 29, 2015 14:16
-
-
Save speedlight/7730ab7d27874d92aaba to your computer and use it in GitHub Desktop.
Pandora agent for Centos
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Se crea el archivo del repositorio | |
vi /etc/yum.repos.d/pandorafms.repo | |
Con este contenido: | |
[artica_pandorafms] | |
name=CentOS6 - PandoraFMS official repo | |
baseurl=http://artica.es/centos6 | |
gpgcheck=0 | |
enabled=1 | |
Se actualiza la cache de yum: | |
yum makecache | |
Se instala el agente: | |
yum -y install pandorafms_agent_unix | |
Por último se configura el agente: | |
vi /etc/pandora/pandora_agent.conf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment