Search found 4 matches

by nagiosBSD
Sun Mar 02, 2014 5:00 am
Forum: Open Source Nagios Projects
Topic: Nagios Core 4.02 on FreeBSD 10
Replies: 7
Views: 3492

Re: Nagios Core 4.02 on FreeBSD 10

It is most likely the permissions on /var/run/dkim-filter/dkim-filter.sock. You may be able to fix this by editing the init script for dkim-filter or changing the umask settings. Alternatively, you could use sudo in your command and create a sudoer rule to elevate the permissions of the check. I se...
by nagiosBSD
Thu Feb 27, 2014 1:07 pm
Forum: Open Source Nagios Projects
Topic: Nagios Core 4.02 on FreeBSD 10
Replies: 7
Views: 3492

Re: Nagios Core 4.02 on FreeBSD 10

Awesome, yes the apache/http user needs to be in the group :). Can you run the following and show the output?: ls -la /path/to/your/plugins/check_tcp Here we go: (~)$ ls -la /usr/local/libexec/nagios/check_tcp -r-xr-xr-x 1 root wheel 61K Feb 23 08:13 /usr/local/libexec/nagios/check_tcp* Running thi...
by nagiosBSD
Thu Feb 27, 2014 2:58 am
Forum: Open Source Nagios Projects
Topic: Nagios Core 4.02 on FreeBSD 10
Replies: 7
Views: 3492

Re: Nagios Core 4.02 on FreeBSD 10

Is nagios running? service nagios status What config file did it load with? ps -aef | grep nagios.cfg It seems to be working now! I had to add the www user to the nagios group. I do have one more question though 8-) I need to monitor a few milter services (ClamAV, Spamassasin, and OpenDKIM). These ...
by nagiosBSD
Sun Feb 23, 2014 5:18 am
Forum: Open Source Nagios Projects
Topic: Nagios Core 4.02 on FreeBSD 10
Replies: 7
Views: 3492

Nagios Core 4.02 on FreeBSD 10

Hello Forum I have installed Nagios Core 4.02 on my FreeBSD 10 server following this guide: http://www.xfiles.dk/guide-on-how-to-install-nagios-on-freebsd/ Everything seemed to be going ok until I logged into the Nagios website. No matter what I do in the web interface I get the following error: Err...