[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

Ambos lados, revisión anteriorRevisión previa
Próxima revisión
Revisión previa
es:howtos:software:cacti [2019/08/28 12:34 (UTC)] – [cacti] slackwarespanoles:howtos:software:cacti [2019/08/29 12:44 (UTC)] (actual) – [Fuentes] slackwarespanol
Línea 4: Línea 4:
 Cacti es una aplicación de monitoreo de código abierto. Cacti es una aplicación de monitoreo de código abierto.
  
-====== Prerequisites ====== +====== Requisitos previos ======
   * MySQL or Mariadb   * MySQL or Mariadb
   * Apache   * Apache
   * rrd, install from [[https://slackbuilds.org/repository/14.2/libraries/rrdtool|SBo]].   * rrd, install from [[https://slackbuilds.org/repository/14.2/libraries/rrdtool|SBo]].
  
-====== Installation ======+====== Instalación ======
  
-Cacti is available at [[https://slackbuilds.org/repository/14.2/network/cacti/|SBo]].+Cacti está disponible en [[https://slackbuilds.org/repository/14.2/network/cacti/|SBo]]. 
 + 
 +1) Habilitar  [[howtos:network_services:httpd|httpd]] \\
  
-1) Enable [[howtos:network_services:httpd|httpd]] \\ 
      vi /etc/httpd/httpd.conf      vi /etc/httpd/httpd.conf
      CHANGE:      CHANGE:
Línea 32: Línea 32:
      UNCOMMENT: date.timezone = America/Chicago <--and change to the right timezone      UNCOMMENT: date.timezone = America/Chicago <--and change to the right timezone
  
-2) Add a user if needed: \\+2)Agregue un usuario si es necesario: \\
  
      adduser cacti      adduser cacti
  
-3) Get [[howtos:databases:install_mysql_on_slackware|MySQL]] working:+3)Haga que [[howtos: bases de datos: install_mysql_on_slackware | MySQL]] funcione:
  
      NOTE: In /etc/rc.d/rc.mysqld COMMENT OUT: SKIP="--skip-networking"      NOTE: In /etc/rc.d/rc.mysqld COMMENT OUT: SKIP="--skip-networking"
  
-4) Setup the cacti database:+4) Configurar la base de datos de cacti:
  
      shell> mysqladmin -u root -p create cacti      shell> mysqladmin -u root -p create cacti
Línea 56: Línea 56:
      mysql> exit      mysql> exit
  
- +5) VERIFICAR /var/www/htdocs/cacti/include/config.php:
-5) VERIFY /var/www/htdocs/cacti/include/config.php:+
  
  $database_type = "mysql";  $database_type = "mysql";
Línea 65: Línea 64:
  $database_password = "cactiuser";  $database_password = "cactiuser";
  
-6) Give the user ownership of the data directories:+6)Otorgue al usuario la propiedad de los directorios de datos:
  
      shell> chown -R cacti /var/www/htdocs/cacti/rra      shell> chown -R cacti /var/www/htdocs/cacti/rra
Línea 71: Línea 70:
  
  
-7) Set up the poller cron job:+7) Configure el trabajo cron del poller:
      AS USER cacti:      AS USER cacti:
      crontab -e      crontab -e
Línea 77: Línea 76:
  
  
-8) Run the web install: Open a web browser and go to: http://YOUR_MACHINE/cacti/install.php+8) Ejecute la instalación web abra un navegador web y vaya a: http://YOUR_MACHINE/cacti/install.php
  
  
  
-====== Sources ======+====== Fuentes ======
 <!-- If you are copying information from another source, then specify that source --> <!-- If you are copying information from another source, then specify that source -->
 <!-- * Original source: [[http://some.website.org/some/page.html]] --> <!-- * Original source: [[http://some.website.org/some/page.html]] -->
 <!-- Authors are allowed to give credit to themselves! --> <!-- Authors are allowed to give credit to themselves! -->
-  Originally written by [[wiki:user:arfon | arfon]]+     Originalmente escrito por [[wiki: usuario: arfon | arfon]] 
 +     * Traducido por [[wiki: user: slackwarespanol | Víctor]] 2019/08/28 14:02 (UTC)
 <!-- * Contributions by [[wiki:user:yyy | User Y]] --> <!-- * Contributions by [[wiki:user:yyy | User Y]] -->
  
 es:howtos:software:cacti ()