Search found 2 matches
- Thu Nov 29, 2012 2:17 pm
- Forum: Open Source Nagios Projects
- Topic: getting nagios to start
- Replies: 2
- Views: 888
Re: getting nagios to start
Greetings, Many thanks for your response: here is what I have in httpd.conf # Alias /icons/ "/var/www/icons/" <Directory "/var/www/icons"> Options Indexes MultiViews AllowOverride None Order allow,deny Allow from all </Directory> #Scriptalias/nagios /var/www/nagios # # ScriptAlia...
- Fri Nov 23, 2012 3:52 pm
- Forum: Open Source Nagios Projects
- Topic: getting nagios to start
- Replies: 2
- Views: 888
getting nagios to start
Greetings, Just insalled nagios 3.3.1 on openbsd 5.2. The web server apache is up and running and I can get the initial page. Nagios installed to /etc/nagios/ In this directory, I can see the nagios.cfg main configuratin file. I can start nagios from /usr/local/sbin/nagios start. When I execute the ...