Search found 9 matches

by vivification
Wed Jan 23, 2019 5:17 pm
Forum: Open Source Nagios Projects
Topic: PNP4Nagios Install Error
Replies: 17
Views: 4228

Re: PNP4Nagios Install Error

Yes no problems thanks.
by vivification
Wed Jan 23, 2019 5:05 pm
Forum: Open Source Nagios Projects
Topic: PNP4Nagios Install Error
Replies: 17
Views: 4228

Re: PNP4Nagios Install Error

Great thank you very much for your help. I really appreciate it.
by vivification
Wed Jan 23, 2019 4:54 pm
Forum: Open Source Nagios Projects
Topic: PNP4Nagios Install Error
Replies: 17
Views: 4228

Re: PNP4Nagios Install Error

Thank you - if I change

Code: Select all

RewriteBase /pnp4nagios/


to

Code: Select all

RewriteBase /nagios/pnp4nagios/


Would that make it http://192.168.1.26/nagios/pnp4nagios ?
by vivification
Wed Jan 23, 2019 4:38 pm
Forum: Open Source Nagios Projects
Topic: PNP4Nagios Install Error
Replies: 17
Views: 4228

Re: PNP4Nagios Install Error

No problems, see the output below. [root@localhost httpd]# cat /etc/httpd/conf.d/pnp4nagios.conf # SAMPLE CONFIG SNIPPETS FOR APACHE WEB SERVER Alias /pnp4nagios "/usr/local/pnp4nagios/share" <Directory "/usr/local/pnp4nagios/share"> AllowOverride None Order allow,deny Allow from...
by vivification
Tue Jan 22, 2019 6:02 pm
Forum: Open Source Nagios Projects
Topic: PNP4Nagios Install Error
Replies: 17
Views: 4228

Re: PNP4Nagios Install Error

Okay that is interesting, it says the file does not exist? [root@localhost pnp4nagios-0.6.26]# systemctl restart httpd [root@localhost pnp4nagios-0.6.26]# cat /etc/httpd/conf.dpnp4nagios.conf cat: /etc/httpd/conf.dpnp4nagios.conf: No such file or directory [root@localhost pnp4nagios-0.6.26]# I can c...
by vivification
Tue Jan 22, 2019 5:42 pm
Forum: Open Source Nagios Projects
Topic: PNP4Nagios Install Error
Replies: 17
Views: 4228

Re: PNP4Nagios Install Error

Yes I ran all of the instructions as mentioned in the KB article, which included that make-install-webconf [root@localhost objects]# ls -al /etc/httpd/conf.d total 32 drwxr-xr-x. 2 root root 4096 Jan 22 13:04 . drwxr-xr-x. 5 root root 86 Jan 21 10:11 .. -rw-r--r--. 1 root root 2926 Nov 5 11:47 autoi...
by vivification
Tue Jan 22, 2019 5:15 pm
Forum: Open Source Nagios Projects
Topic: PNP4Nagios Install Error
Replies: 17
Views: 4228

Re: PNP4Nagios Install Error

I'm running CentOS Linux release 7.6.1810 (Core) and I'm running Nagios® Core™ Version 4.4.2
by vivification
Tue Jan 22, 2019 5:04 pm
Forum: Open Source Nagios Projects
Topic: PNP4Nagios Install Error
Replies: 17
Views: 4228

Re: PNP4Nagios Install Error

Yeah I tried restarting a number of different services, but that still didn't change anything.
by vivification
Mon Jan 21, 2019 10:30 pm
Forum: Open Source Nagios Projects
Topic: PNP4Nagios Install Error
Replies: 17
Views: 4228

PNP4Nagios Install Error

Hi, I'm trying to install PNP4Nagios and I've followed the article mentioned here; Everything went well, until I got up to the final stage where you verify it is working. https://support.nagios.com/kb/article/nagios-core-performance-graphs-using-pnp4nagios-801.html#Verify_PNP4Nagios According to the...