Search found 5 matches

by ziniaragon
Thu May 26, 2016 1:53 am
Forum: Open Source Nagios Projects
Topic: NAGIOS 4.1.1 & CPAN & check_vmware_api
Replies: 2
Views: 4008

Re: NAGIOS 4.1.1 & CPAN & check_vmware_api

Hi,


it's working fine now.

Thank you for your help :)
by ziniaragon
Wed May 25, 2016 4:45 am
Forum: Open Source Nagios Projects
Topic: NAGIOS 4.1.1 & CPAN & check_vmware_api
Replies: 2
Views: 4008

NAGIOS 4.1.1 & CPAN & check_vmware_api

Hello, trying to install plugin Check_vmware_api.pl I had some error messages: #cpan Nagios:: Plugin Reading '/root/.cpan/Metadata' Database was generated on Wed, 25 May 2016 06:41:02 GMT Running install for module 'Nagios::Plugin' Checksum for /root/.cpan/sources/authors/id/M/MS/MSTROUT/Nagios-Plug...
by ziniaragon
Thu May 12, 2016 1:37 am
Forum: Open Source Nagios Projects
Topic: NAGIOS 4.1.1: The requested URL /nagios/ was not found on th
Replies: 5
Views: 2741

Re: NAGIOS 4.1.1: The requested URL /nagios/ was not found o

Finally I found the solution #ln /etc/httpd/conf.d/nagios.conf/httpd.conf /etc/apache2/conf-available/nagios.conf #nano /etc/apache2/sites-enablef/000-default.conf Add line: Include conf-available/nagios.conf Juste before the end of this balise: </virtualhost> Maybe you can add this on your procedur...
by ziniaragon
Wed May 11, 2016 5:50 am
Forum: Open Source Nagios Projects
Topic: NAGIOS 4.1.1: The requested URL /nagios/ was not found on th
Replies: 5
Views: 2741

NAGIOS 4.1.1: The requested URL /nagios/ was not found on th

Hi, I just finished to install Nagios without problem but I can't access to my web interface. I followed the procedure on https://assets.nagios.com/downloads/nagioscore/docs/nagioscore/3/en/quickstart-ubuntu.html Maybe I forget something or the link between apache and Nagios does'nt work? any Idea? ...