Search found 10 matches

by robotto
Mon Aug 24, 2015 1:17 pm
Forum: Open Source Nagios Projects
Topic: check_mailq compilation errors
Replies: 3
Views: 2492

Re: check_mailq compilation errors

Perfect.

old code line 38:

Code: Select all

my ($sudo)
new code:

Code: Select all

my ($sudo);
by robotto
Sat Aug 22, 2015 12:15 pm
Forum: Open Source Nagios Projects
Topic: check_nagios Could not locate a running Nagios process
Replies: 1
Views: 2230

check_nagios Could not locate a running Nagios process

Hello, after Installation nagios-plugins version 2.1.1 I get the following error message at check_nagios. root@server:/usr/local/nagios/libexec# ./check_nagios -t 20 -e 5 -F /usr/local/nagios/var/status.dat -C /usr/local/nagios/bin/nagios NAGIOS CRITICAL: Could not locate a running Nagios process! T...
by robotto
Sat Aug 22, 2015 11:42 am
Forum: Open Source Nagios Projects
Topic: check_mailq compilation errors
Replies: 3
Views: 2492

check_mailq compilation errors

Hello, after Installation nagios-plugins version 2.1.1 I get the following error message at check_mailq. root@server:/usr/local/nagios/libexec# ./check_mailq syntax error at ./check_mailq line 40, near ") sub print_help ()" Execution of ./check_mailq aborted due to compilation errors. OS: ...
by robotto
Tue May 13, 2014 1:01 pm
Forum: Open Source Nagios Projects
Topic: Nagio plugin installation error
Replies: 4
Views: 3608

Re: Nagio plugin installation error

When I modified the script it works.
by robotto
Tue May 13, 2014 1:21 am
Forum: Open Source Nagios Projects
Topic: Nagio plugin installation error
Replies: 4
Views: 3608

Re: Nagio plugin installation error

When I modify the file it works
by robotto
Sat May 10, 2014 12:26 am
Forum: Open Source Nagios Projects
Topic: Nagio plugin installation error
Replies: 4
Views: 3608

Nagio plugin installation error

In reference to this topic: http://support.nagios.com/forum/viewtopic.php?f=35&t=26852 I habe the same issue on Debian 7.5. After installing gawak everything looks ok but I now I geht the following error. Having no space between pattern and following word is deprecated at ./check_mailq line 613....
by robotto
Wed Sep 25, 2013 12:00 pm
Forum: Open Source Nagios Projects
Topic: installation issue on Debian Wheezy
Replies: 15
Views: 7459

Re: installation issue on Debian Wheezy

I can't find this init script.
by robotto
Tue Sep 24, 2013 11:55 am
Forum: Open Source Nagios Projects
Topic: installation issue on Debian Wheezy
Replies: 15
Views: 7459

Re: installation issue on Debian Wheezy

When I used su I get the following error.

Code: Select all

root@server:/etc/init.d# ./nagios start
./nagios: 117: ./nagios: status: not found
./nagios: 74: test: false: unexpected operator
$Starting nagios: ./nagios: 80: ./nagios: daemon: not found
by robotto
Mon Sep 23, 2013 12:10 pm
Forum: Open Source Nagios Projects
Topic: installation issue on Debian Wheezy
Replies: 15
Views: 7459

Re: installation issue on Debian Wheezy

I have found the issue in the bug tracker.

http://tracker.nagios.org/view.php?id=460
by robotto
Sun Sep 22, 2013 12:17 am
Forum: Open Source Nagios Projects
Topic: installation issue on Debian Wheezy
Replies: 15
Views: 7459

installation issue on Debian Wheezy

Hello, I have compiled the new nagios 4 version and I have some problems on Debian Wheezy. /etc/init.d/nagios line 20 . /etc/rc.d/init.d/functions This file doesn't exist on Debian. The correct file is . /lib/lsb/init-functions line 142 $nice runuser -s /bin/bash - $user -c "$corelimit >/dev/nu...