Skip to content

Instantly share code, notes, and snippets.

@speedlight
Last active August 29, 2015 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save speedlight/7730ab7d27874d92aaba to your computer and use it in GitHub Desktop.
Save speedlight/7730ab7d27874d92aaba to your computer and use it in GitHub Desktop.
Pandora agent for Centos
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