Hi,I installed Observium on Centos and I added devices also successfully.Somehow, the webpage is not coming up and I followed the instruction mentioned in the webpage.My file /etc/http/conf/httpd.conf looks as follows: # <VirtualHost> definition. These values also provide defaults for # any <VirtualHost> containers you may define later in the file. # # All of these directives may appear inside <VirtualHost> containers, # in which case these default settings will be overridden for the # virtual host being defined. #
# # ServerAdmin: Your address, where problems with the server should be # e-mailed. This address appears on some server-generated pages, such # as error documents. e.g. admin@your-domain.com # #ServerAdmin root@localhost
# # ServerName gives the name and port that the server uses to identify itself. # This can often be determined automatically, but we recommend you specify # it explicitly to prevent problems during startup. # # If your host doesn't have a registered DNS name, enter its IP address here. #
<VirtualHost *:80> DocumentRoot /opt/observium/html/ ServerName asvobs02.abcd.io CustomLog /opt/observium/logs/access_log combined ErrorLog /opt/observium/logs/error_log <Directory "/opt/observium/html/"> AllowOverride All Options FollowSymLinks MultiViews </Directory> </VirtualHost>
Thanks, George
Hi George,
What does "not coming up" mean?
Tom
On 2015-10-13 03:10, George Philip wrote:
Hi, I installed Observium on Centos and I added devices also successfully.Somehow, the webpage is not coming up and I followed the instruction mentioned in the webpage.My file /etc/http/conf/httpd.conf looks as follows:
# <VirtualHost> definition. These values also provide defaults for # any <VirtualHost> containers you may define later in the file. # # All of these directives may appear inside <VirtualHost> containers, # in which case these default settings will be overridden for the # virtual host being defined. #
# # ServerAdmin: Your address, where problems with the server should be # e-mailed. This address appears on some server-generated pages, such # as error documents. e.g. admin@your-domain.com # #ServerAdmin root@localhost
# # ServerName gives the name and port that the server uses to identify itself. # This can often be determined automatically, but we recommend you specify # it explicitly to prevent problems during startup. # # If your host doesn't have a registered DNS name, enter its IP address here. #
<VirtualHost *:80> DocumentRoot /opt/observium/html/ ServerName asvobs02.abcd.io CustomLog /opt/observium/logs/access_log combined ErrorLog /opt/observium/logs/error_log <Directory "/opt/observium/html/"> AllowOverride All Options FollowSymLinks MultiViews
</Directory> </VirtualHost>
Thanks,
George
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
Hi Tom,I meant the Obervium web gui for login itself is not coming up. I think it has something to do with the httpd service.
The install ,adding and discovering from cli went through fine.
Thanks,George
From: Tom Laermans tom.laermans@powersource.cx To: George Philip gkonapoz@yahoo.com; Observium Network Observation System observium@observium.org Sent: Tuesday, October 13, 2015 2:21 AM Subject: Re: [Observium] Obervium web page not coming up
Hi George,
What does "not coming up" mean?
Tom
On 2015-10-13 03:10, George Philip wrote:
Hi, I installed Observium on Centos and I added devices also successfully.Somehow, the webpage is not coming up and I followed the instruction mentioned in the webpage.My file /etc/http/conf/httpd.conf looks as follows: # <VirtualHost> definition. These values also provide defaults for # any <VirtualHost> containers you may define later in the file. # # All of these directives may appear inside <VirtualHost> containers, # in which case these default settings will be overridden for the # virtual host being defined. #
# # ServerAdmin: Your address, where problems with the server should be # e-mailed. This address appears on some server-generated pages, such # as error documents. e.g. admin@your-domain.com # #ServerAdmin root@localhost
# # ServerName gives the name and port that the server uses to identify itself. # This can often be determined automatically, but we recommend you specify # it explicitly to prevent problems during startup. # # If your host doesn't have a registered DNS name, enter its IP address here. #
<VirtualHost *:80> DocumentRoot /opt/observium/html/ ServerName asvobs02.abcd.io CustomLog /opt/observium/logs/access_log combined ErrorLog /opt/observium/logs/error_log <Directory "/opt/observium/html/"> AllowOverride All Options FollowSymLinks MultiViews </Directory> </VirtualHost>
Thanks, George
_______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
Are you getting any kind of Apache welcome page or is it just blank?
From: observium [mailto:observium-bounces@observium.org] On Behalf Of George Philip Sent: Tuesday, October 13, 2015 9:13 AM To: Tom Laermans tom.laermans@powersource.cx; Observium Network Observation System observium@observium.org Subject: Re: [Observium] Obervium web page not coming up
Hi Tom, I meant the Obervium web gui for login itself is not coming up. I think it has something to do with the httpd service.
The install ,adding and discovering from cli went through fine.
Thanks, George
________________________________ From: Tom Laermans <tom.laermans@powersource.cxmailto:tom.laermans@powersource.cx> To: George Philip <gkonapoz@yahoo.commailto:gkonapoz@yahoo.com>; Observium Network Observation System <observium@observium.orgmailto:observium@observium.org> Sent: Tuesday, October 13, 2015 2:21 AM Subject: Re: [Observium] Obervium web page not coming up
Hi George,
What does "not coming up" mean?
Tom
On 2015-10-13 03:10, George Philip wrote: Hi, I installed Observium on Centos and I added devices also successfully.Somehow, the webpage is not coming up and I followed the instruction mentioned in the webpage.My file /etc/http/conf/httpd.conf looks as follows:
# <VirtualHost> definition. These values also provide defaults for # any <VirtualHost> containers you may define later in the file. # # All of these directives may appear inside <VirtualHost> containers, # in which case these default settings will be overridden for the # virtual host being defined. #
# # ServerAdmin: Your address, where problems with the server should be # e-mailed. This address appears on some server-generated pages, such # as error documents. e.g. admin@your-domain.commailto:admin@your-domain.com # #ServerAdmin root@localhost
# # ServerName gives the name and port that the server uses to identify itself. # This can often be determined automatically, but we recommend you specify # it explicitly to prevent problems during startup. # # If your host doesn't have a registered DNS name, enter its IP address here. #
<VirtualHost *:80> DocumentRoot /opt/observium/html/ ServerName asvobs02.abcd.io CustomLog /opt/observium/logs/access_log combined ErrorLog /opt/observium/logs/error_log <Directory "/opt/observium/html/"> AllowOverride All Options FollowSymLinks MultiViews </Directory> </VirtualHost>
Thanks,
George
_______________________________________________
observium mailing list
observium@observium.orgmailto:observium@observium.org
http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
It is just blank. I will post the web page and httpd status also.
Thanks,George
From: Michael Ponto MPonto@team-psc.com To: George Philip gkonapoz@yahoo.com; Observium Network Observation System observium@observium.org; Tom Laermans tom.laermans@powersource.cx Sent: Tuesday, October 13, 2015 12:38 PM Subject: RE: [Observium] Obervium web page not coming up
#yiv6111126329 #yiv6111126329 -- _filtered #yiv6111126329 {font-family:Helvetica;panose-1:2 11 6 4 2 2 2 2 2 4;} _filtered #yiv6111126329 {panose-1:2 4 5 3 5 4 6 3 2 4;} _filtered #yiv6111126329 {font-family:Calibri;panose-1:2 15 5 2 2 2 4 3 2 4;} _filtered #yiv6111126329 {font-family:Consolas;panose-1:2 11 6 9 2 2 4 3 2 4;}#yiv6111126329 #yiv6111126329 p.yiv6111126329MsoNormal, #yiv6111126329 li.yiv6111126329MsoNormal, #yiv6111126329 div.yiv6111126329MsoNormal {margin:0in;margin-bottom:.0001pt;font-size:12.0pt;}#yiv6111126329 a:link, #yiv6111126329 span.yiv6111126329MsoHyperlink {color:blue;text-decoration:underline;}#yiv6111126329 a:visited, #yiv6111126329 span.yiv6111126329MsoHyperlinkFollowed {color:purple;text-decoration:underline;}#yiv6111126329 pre {margin:0in;margin-bottom:.0001pt;font-size:10.0pt;}#yiv6111126329 span.yiv6111126329HTMLPreformattedChar {}#yiv6111126329 span.yiv6111126329EmailStyle19 {color:#1F497D;}#yiv6111126329 .yiv6111126329MsoChpDefault {font-size:10.0pt;} _filtered #yiv6111126329 {margin:1.0in 1.0in 1.0in 1.0in;}#yiv6111126329 div.yiv6111126329WordSection1 {}#yiv6111126329 Are you getting any kind of Apache welcome page or is it just blank?
From: observium [mailto:observium-bounces@observium.org]On Behalf Of George Philip Sent: Tuesday, October 13, 2015 9:13 AM To: Tom Laermans tom.laermans@powersource.cx; Observium Network Observation System observium@observium.org Subject: Re: [Observium] Obervium web page not coming up Hi Tom, I meant the Obervium web gui for login itself is not coming up. I think it has something to do with the httpd service. The install ,adding and discovering from cli went through fine. Thanks, George From: Tom Laermans tom.laermans@powersource.cx To: George Philip gkonapoz@yahoo.com; Observium Network Observation System observium@observium.org Sent: Tuesday, October 13, 2015 2:21 AM Subject: Re: [Observium] Obervium web page not coming up Hi George,
What does "not coming up" mean?
Tom On 2015-10-13 03:10, George Philip wrote: Hi, I installed Observium on Centos and I added devices also successfully.Somehow, the webpage is not coming up and I followed the instruction mentioned in the webpage.My file /etc/http/conf/httpd.conf looks as follows: # <VirtualHost> definition. These values also provide defaults for # any <VirtualHost> containers you may define later in the file. # # All of these directives may appear inside <VirtualHost> containers, # in which case these default settings will be overridden for the # virtual host being defined. #
# # ServerAdmin: Your address, where problems with the server should be # e-mailed. This address appears on some server-generated pages, such # as error documents. e.g. admin@your-domain.com # #ServerAdmin root@localhost
# # ServerName gives the name and port that the server uses to identify itself. # This can often be determined automatically, but we recommend you specify # it explicitly to prevent problems during startup. # # If your host doesn't have a registered DNS name, enter its IP address here. #
<VirtualHost *:80> DocumentRoot /opt/observium/html/ ServerName asvobs02.abcd.io CustomLog /opt/observium/logs/access_log combined ErrorLog /opt/observium/logs/error_log <Directory "/opt/observium/html/"> AllowOverride All Options FollowSymLinks MultiViews </Directory> </VirtualHost>
Thanks, George
_______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
Check and make sure that Apache is working properly.
From: George Philip [mailto:gkonapoz@yahoo.com] Sent: Tuesday, October 13, 2015 3:56 PM To: Michael Ponto MPonto@team-psc.com; Observium Network Observation System observium@observium.org; Tom Laermans tom.laermans@powersource.cx Subject: Re: [Observium] Obervium web page not coming up
It is just blank. I will post the web page and httpd status also.
Thanks, George
________________________________ From: Michael Ponto <MPonto@team-psc.commailto:MPonto@team-psc.com> To: George Philip <gkonapoz@yahoo.commailto:gkonapoz@yahoo.com>; Observium Network Observation System <observium@observium.orgmailto:observium@observium.org>; Tom Laermans <tom.laermans@powersource.cxmailto:tom.laermans@powersource.cx> Sent: Tuesday, October 13, 2015 12:38 PM Subject: RE: [Observium] Obervium web page not coming up
Are you getting any kind of Apache welcome page or is it just blank?
From: observium [mailto:observium-bounces@observium.org] On Behalf Of George Philip Sent: Tuesday, October 13, 2015 9:13 AM To: Tom Laermans <tom.laermans@powersource.cxmailto:tom.laermans@powersource.cx>; Observium Network Observation System <observium@observium.orgmailto:observium@observium.org> Subject: Re: [Observium] Obervium web page not coming up
Hi Tom, I meant the Obervium web gui for login itself is not coming up. I think it has something to do with the httpd service.
The install ,adding and discovering from cli went through fine.
Thanks, George
________________________________ From: Tom Laermans <tom.laermans@powersource.cxmailto:tom.laermans@powersource.cx> To: George Philip <gkonapoz@yahoo.commailto:gkonapoz@yahoo.com>; Observium Network Observation System <observium@observium.orgmailto:observium@observium.org> Sent: Tuesday, October 13, 2015 2:21 AM Subject: Re: [Observium] Obervium web page not coming up
Hi George,
What does "not coming up" mean?
Tom
On 2015-10-13 03:10, George Philip wrote: Hi, I installed Observium on Centos and I added devices also successfully.Somehow, the webpage is not coming up and I followed the instruction mentioned in the webpage.My file /etc/http/conf/httpd.conf looks as follows:
# <VirtualHost> definition. These values also provide defaults for # any <VirtualHost> containers you may define later in the file. # # All of these directives may appear inside <VirtualHost> containers, # in which case these default settings will be overridden for the # virtual host being defined. #
# # ServerAdmin: Your address, where problems with the server should be # e-mailed. This address appears on some server-generated pages, such # as error documents. e.g. admin@your-domain.commailto:admin@your-domain.com # #ServerAdmin root@localhost
# # ServerName gives the name and port that the server uses to identify itself. # This can often be determined automatically, but we recommend you specify # it explicitly to prevent problems during startup. # # If your host doesn't have a registered DNS name, enter its IP address here. #
<VirtualHost *:80> DocumentRoot /opt/observium/html/ ServerName asvobs02.abcd.io CustomLog /opt/observium/logs/access_log combined ErrorLog /opt/observium/logs/error_log <Directory "/opt/observium/html/"> AllowOverride All Options FollowSymLinks MultiViews </Directory> </VirtualHost>
Thanks,
George
_______________________________________________ observium mailing list observium@observium.orgmailto:observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
Michael,The issue is fixed now as the problem was with permissions on the log folder. Thanks,George From: Michael Ponto MPonto@team-psc.com To: George Philip gkonapoz@yahoo.com; Observium Network Observation System observium@observium.org; Tom Laermans tom.laermans@powersource.cx Sent: Tuesday, October 13, 2015 12:38 PM Subject: RE: [Observium] Obervium web page not coming up
#yiv8746341504 #yiv8746341504 -- _filtered #yiv8746341504 {font-family:Helvetica;panose-1:2 11 6 4 2 2 2 2 2 4;} _filtered #yiv8746341504 {panose-1:2 4 5 3 5 4 6 3 2 4;} _filtered #yiv8746341504 {font-family:Calibri;panose-1:2 15 5 2 2 2 4 3 2 4;} _filtered #yiv8746341504 {font-family:Consolas;panose-1:2 11 6 9 2 2 4 3 2 4;}#yiv8746341504 #yiv8746341504 p.yiv8746341504MsoNormal, #yiv8746341504 li.yiv8746341504MsoNormal, #yiv8746341504 div.yiv8746341504MsoNormal {margin:0in;margin-bottom:.0001pt;font-size:12.0pt;}#yiv8746341504 a:link, #yiv8746341504 span.yiv8746341504MsoHyperlink {color:blue;text-decoration:underline;}#yiv8746341504 a:visited, #yiv8746341504 span.yiv8746341504MsoHyperlinkFollowed {color:purple;text-decoration:underline;}#yiv8746341504 pre {margin:0in;margin-bottom:.0001pt;font-size:10.0pt;}#yiv8746341504 span.yiv8746341504HTMLPreformattedChar {}#yiv8746341504 span.yiv8746341504EmailStyle19 {color:#1F497D;}#yiv8746341504 .yiv8746341504MsoChpDefault {font-size:10.0pt;} _filtered #yiv8746341504 {margin:1.0in 1.0in 1.0in 1.0in;}#yiv8746341504 div.yiv8746341504WordSection1 {}#yiv8746341504 Are you getting any kind of Apache welcome page or is it just blank?
From: observium [mailto:observium-bounces@observium.org]On Behalf Of George Philip Sent: Tuesday, October 13, 2015 9:13 AM To: Tom Laermans tom.laermans@powersource.cx; Observium Network Observation System observium@observium.org Subject: Re: [Observium] Obervium web page not coming up Hi Tom, I meant the Obervium web gui for login itself is not coming up. I think it has something to do with the httpd service. The install ,adding and discovering from cli went through fine. Thanks, George From: Tom Laermans tom.laermans@powersource.cx To: George Philip gkonapoz@yahoo.com; Observium Network Observation System observium@observium.org Sent: Tuesday, October 13, 2015 2:21 AM Subject: Re: [Observium] Obervium web page not coming up Hi George,
What does "not coming up" mean?
Tom On 2015-10-13 03:10, George Philip wrote: Hi, I installed Observium on Centos and I added devices also successfully.Somehow, the webpage is not coming up and I followed the instruction mentioned in the webpage.My file /etc/http/conf/httpd.conf looks as follows: # <VirtualHost> definition. These values also provide defaults for # any <VirtualHost> containers you may define later in the file. # # All of these directives may appear inside <VirtualHost> containers, # in which case these default settings will be overridden for the # virtual host being defined. #
# # ServerAdmin: Your address, where problems with the server should be # e-mailed. This address appears on some server-generated pages, such # as error documents. e.g. admin@your-domain.com # #ServerAdmin root@localhost
# # ServerName gives the name and port that the server uses to identify itself. # This can often be determined automatically, but we recommend you specify # it explicitly to prevent problems during startup. # # If your host doesn't have a registered DNS name, enter its IP address here. #
<VirtualHost *:80> DocumentRoot /opt/observium/html/ ServerName asvobs02.abcd.io CustomLog /opt/observium/logs/access_log combined ErrorLog /opt/observium/logs/error_log <Directory "/opt/observium/html/"> AllowOverride All Options FollowSymLinks MultiViews </Directory> </VirtualHost>
Thanks, George
_______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
participants (3)
-
George Philip
-
Michael Ponto
-
Tom Laermans