Apache com Sarg + Nagios

1. Apache com Sarg + Nagios

Leonardo Piffero Curti
CurT1

(usa Debian)

Enviado em 11/09/2018 - 09:33h

Bom dia, tenho o sarg funcionando perfeitamente e resolvi instalar o nagios na mesma máquina, e ai veio o problema:
O nagios assumiu a interface web através do apache e quando tento acessar "ip/sarg" da o erro "not found".
Tem algum jeito de deixar os dois serviços funcionando através do apache?
Se não houver, como faço para voltar o sarg? Pois necessito mais dele do que do nagios.


  


2. Re: Apache com Sarg + Nagios

Leonardo Piffero Curti
CurT1

(usa Debian)

Enviado em 17/09/2018 - 14:27h

Ninguém?


3. Re: Apache com Sarg + Nagios

Perfil removido
removido

(usa Nenhuma)

Enviado em 17/09/2018 - 14:33h

Posta o resultado do comando:

apachectl -S 



4. Re: Apache com Sarg + Nagios

Leonardo Piffero Curti
CurT1

(usa Debian)

Enviado em 18/09/2018 - 16:06h

amarildosertorio escreveu:

Posta o resultado do comando:

apachectl -S 


AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message
VirtualHost configuration:
*:80 127.0.1.1 (/etc/apache2/sites-enabled/000-default.conf:1)
ServerRoot: "/etc/apache2"
Main DocumentRoot: "/var/www/html"
Main ErrorLog: "/var/log/apache2/error.log"
Mutex mpm-accept: using_defaults
Mutex watchdog-callback: using_defaults
Mutex rewrite-map: using_defaults
Mutex default: dir="/var/run/apache2/" mechanism=default
PidFile: "/var/run/apache2/apache2.pid"
Define: DUMP_VHOSTS
Define: DUMP_RUN_CFG
Define: ENABLE_USR_LIB_CGI_BIN
User: name="www-data" id=33
Group: name="www-data" id=33





5. Re: Apache com Sarg + Nagios

Perfil removido
removido

(usa Nenhuma)

Enviado em 19/09/2018 - 12:01h

Posta o resultado dos comandos abaixo:

# ls -l /var/www/html
# cat /etc/apache2/sites-enabled/000-default.conf


6. Re: Apache com Sarg + Nagios

Perfil removido
removido

(usa Nenhuma)

Enviado em 19/09/2018 - 12:05h

O sarg deve estar dentro do DocumenteRoot (/var/www/html), para ser acessado da forma que você mencionou.


7. Re: Apache com Sarg + Nagios

Leonardo Piffero Curti
CurT1

(usa Debian)

Enviado em 02/10/2018 - 16:09h

Peço desculpas pela demora em responder.
comando ls -l /var/www/html/ :
total 16
drwxr-xr-x 2 root root 4096 abr 25 08:17 images
-rw-r--r-- 1 root root 4430 mai 25 09:24 index.html
drwxr-xr-x 23 root root 4096 out 2 06:50 squid-reports

comando cat /etc/apache2/sites-enabled/000-default.conf :
<VirtualHost *:80>
# The ServerName directive sets the request scheme, hostname and port that
# the server uses to identify itself. This is used when creating
# redirection URLs. In the context of virtual hosts, the ServerName
# specifies what hostname must appear in the request's Host: header to
# match this virtual host. For the default virtual host (this file) this
# value is not decisive as it is used as a last resort host regardless.
# However, you must set it for any further virtual host explicitly.
#ServerName www.example.com

ServerAdmin webmaster@localhost
DocumentRoot /var/www/html

# Available loglevels: trace8, ..., trace1, debug, info, notice, warn,
# error, crit, alert, emerg.
# It is also possible to configure the loglevel for particular
# modules, e.g.
#LogLevel info ssl:warn

ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined

# For most configuration files from conf-available/, which are
# enabled or disabled at a global level, it is possible to
# include a line for only one particular virtual host. For example the
# following line enables the CGI configuration for this host only
# after it has been globally disabled with "a2disconf".
#Include conf-available/serve-cgi-bin.conf
</VirtualHost>

# vim: syntax=apache ts=4 sw=4 sts=4 sr noet








Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts