Re: [Nagios-users] Help with install

2009-10-20 Thread Assaf Flatto
The error is not related to nagios but to the Apache web server . By default Apache is using port 80 ( default HTTP) and tries to bind it . The other software you are using (Ahsay Online Backup Manager) is using the HTTP port for it's own and hnce the Apache fails to start . You need to config

Re: [Nagios-users] Help with install

2009-10-20 Thread Greg Pangrazio
This is not a nagios problem but an apache problem. That message is telling you that there is another service already using that port. You can either change the port apache is bound to in the httpd.conf file, or add another address to the server and bind apache to just that single IP. Details can

[Nagios-users] Help with install

2009-10-20 Thread xmanhosting
Hello, I am looking for some installation help/advice I have followed the tutorial here: http://nagios.sourceforge.net/docs/3_0/quickstart-fedora.html up to service httpd restart, and it says: [r...@onlinebackup ~]# service ht