Skip to main content

Configuration Files and Diagnosis Information Sources

the main configuration files you may need to modify or check are the following:

  • /etc/pandora/pandora_server.conf: Main Pandora FMS server configuration file. If you modify something there, you will have to restart Pandora FMS server.
  • /etc/pandora/pandora_agent.conf: Main Pandora FMS software agent configuration file in Unix. If you modify something there, you will have to restart Pandora FMS agent.
  • %ProgramFiles%\pandora_agent\pandora_agent.conf: Pandora FMS software agent main configuration file in Windows. If you modify something there, you will have to restart Pandora FMS agent service.
  • /etc/my.cnf: Main MySQL server configuration file.
  • /var/www/html/pandora_console/include/config.php: Pandora FMS console configuration file. It is auto-configured in the installation, but if some environment parameter changed (path, IP, MySQL user/password, MySQL host) you will have to modify it manually.

Information sources (logs) where you may look for more information, bugs, etc.:

  • /var/log/pandora/pandora_server.log: Fichero log del servidor, contiene pistas muy importantes. Si quiere tener más detalle modifique el parámetro verbosity del fichero de configuración del servidor para que muestre más detalle.
  • /var/log/pandora/pandora_server.error: Fichero log de errores no capturados del servidor, contiene trazas de errores y excepciones no manejados por el servidor.
  • /var/log/pandora/pandora_agent.log: Fichero log del agente unix.
  • %PROGRAM_FILES%\pandora_agent\pandora_agent.log: Fichero log del agente en Windows®.
  • /var/www/html/pandora_console/log/console.log: Fichero log de la consola de Pandora FMS.
  • /var/log/httpd/error_log: Fichero log de errores del servidor Apache (httpd).
  • /var/log/messages: Fichero log del sistema.
  • dmesg: Comando que muestra avisos del kernel.
  • /var/log/pandora/pandora_snmptrap.log: log de traps SNMP. Si existe algún error en el arranque de la consola de traps SNMP puede mostrar trazas de error ahí.
  • /var/log/mysqld.log: log de Mysqld.
  • /var/log/pandora/web_socket.log: log de Websocket.
  • /var/www/html/pandora_console/log/cron.log: log de cron.

Permisos de algunos directorios:

  • /var/spool/pandora/data_in/ Debe ser de pandora:apache con permisos 755.
  • /var/log/pandora/ Debe ser de pandora:root con permisos 755.
  • /var/www/html/pandora_console/include/config.php debe ser de apache:apache con permisos 600.

En versiones anteriores a la 747, la ruta de almacenamiento de logs de la consola es:
/var/www/html/pandora_console/pandora_console.log

En caso de actualizar por OUM deberá modificarse el archivo logrotate correspondiente.