Search found 25 matches

by steffi
Tue Mar 12, 2019 10:55 am
Forum: Open Source Nagios Projects
Topic: check_mailq | Service check did not exit properly
Replies: 11
Views: 4456

Re: check_mailq | Service check did not exit properly

Hi Scott. I guess this will have been my last question so far. Everything is up and running now, all checks are in place and my passive monitoring infrastructure is working now. It was fun having you by my side. This won't be my last Nagios project, i liked it. Specially the great support will be ke...
by steffi
Tue Mar 12, 2019 10:45 am
Forum: Open Source Nagios Projects
Topic: check_mailq | Service check did not exit properly
Replies: 11
Views: 4456

Re: check_mailq | Service check did not exit properly

Ah, thanks.
This is what I did with the check_udp_port plugin also which uses nmap.

Will try.
Thanks.
by steffi
Tue Mar 12, 2019 9:51 am
Forum: Open Source Nagios Projects
Topic: Nagios Core web interface with SSL support on Ubuntu
Replies: 14
Views: 5596

Re: Nagios Core web interface with SSL support on Ubuntu

Hi.
It would help also to support you, if you show the output of this command:

Code: Select all

netstat -tulpen | grep 443
by steffi
Tue Mar 12, 2019 9:46 am
Forum: Open Source Nagios Projects
Topic: check_udp | openVPN | --send | --expect
Replies: 4
Views: 2937

Re: check_udp | openVPN | --send | --expect

Hi.
I switched to this check, which is working fine:
check_udp_port

Thank you for your support.
Steffi
by steffi
Tue Mar 12, 2019 9:44 am
Forum: Open Source Nagios Projects
Topic: check_mailq | Service check did not exit properly
Replies: 11
Views: 4456

Re: check_mailq | Service check did not exit properly

Hi Scott.
This is the output:

Code: Select all

root@mail-2018:~# sudo -u nagios /usr/lib/nagios/plugins/check_mailq -w 10 -c 20 -M postfix
OK: postfix mailq reports queue is empty|unsent=0;10;20;0
by steffi
Tue Mar 12, 2019 3:29 am
Forum: Open Source Nagios Projects
Topic: check_mailq | Service check did not exit properly
Replies: 11
Views: 4456

Re: check_mailq | Service check did not exit properly

Hi.
Thanks for your support. This is the command definition:

Code: Select all

define command{
        command_name check_mailqueue
        command_line $USER1$/check_mailq  -w '$ARG1$' -c '$ARG2$' -M postfix
}
by steffi
Tue Mar 12, 2019 2:54 am
Forum: Open Source Nagios Projects
Topic: check_smtp | Return code of 127 is out of bounds
Replies: 7
Views: 2571

Re: check_smtp | Return code of 127 is out of bounds

Wow. I was too blind to see.
Thank you so much| :-) It is working| :-)
Steffi
by steffi
Tue Mar 12, 2019 2:52 am
Forum: Open Source Nagios Projects
Topic: check_udp | openVPN | --send | --expect
Replies: 4
Views: 2937

Re: check_udp | openVPN | --send | --expect

Hi. Thanks for your input. This is the output: root@fw-2018:~# /usr/lib/nagios/plugins/check_udp -H 127.0.0.1 -p 1194 -s '$38$01$00$00$00$00$00$00$00' -e '' -v Using service UDP Port: 1194 flags: 0x2 Send string: $38$01$00$00$00$00$00$00$00 server_expect_count: 1 0: CRITICAL - Socket timeout after 1...
by steffi
Mon Mar 11, 2019 3:07 pm
Forum: Open Source Nagios Projects
Topic: check_udp | openVPN | --send | --expect
Replies: 4
Views: 2937

check_udp | openVPN | --send | --expect

Hi. I like to check if my openvpn server is running correctly. When running check_udp, the script is complaining about a send or a expect String which is missing. I guess this check is used quite often. Does anybody know what to submit as an argument for --send or --expect? I tried --expect '1194' b...
by steffi
Mon Mar 11, 2019 3:01 pm
Forum: Open Source Nagios Projects
Topic: check_smtp | Return code of 127 is out of bounds
Replies: 7
Views: 2571

Re: check_smtp | Return code of 127 is out of bounds

Code: Select all

root@mail-2018:~# sudo -u nagios /usr/lib/nagios/plugins/check_smtp -H localhost --port 25 -v
HELOCMD: HELO mail-2018
250 mx18.mx.my.tld
sent QUIT
received 221 2.0.0 Bye

SMTP OK - 0,057 sec. response time, 221 2.0.0 Bye
|time=0,056918s;;;0,000000