check_udp error message
Andreas Ericsson
ae at op5.se
Tue Sep 3 15:53:36 CEST 2013
On 2013-09-03 12:33, Marco Borsani wrote:
> Hi all
>
> I need to control many UDP ports.
>
>
>
> I run the command:
>
> ./check_udp –H <IP_ADDRESS> –p 88
>
>
>
> I receive following error message (with state UNKNOWN) :
>
> With UDP checks, a send/expect string must be specified
>
>
>
> Can anyone help me to solve it?
>
> Those parameters should be optional..
>
UDP is a connection-less protocol. The "expect" string could indeed
be optional, and we could just expect to get something at all back
when we send something, but without sending anything we won't even
touch the network, so the remote host has no idea that we're trying
to talk to it and we won't know if the port is up.
That's why "send", at least, is not optional.
--
Andreas Ericsson andreas.ericsson at op5.se
OP5 AB www.op5.se
Tel: +46 8-230225 Fax: +46 8-230231
Considering the successes of the wars on alcohol, poverty, drugs and
terror, I think we should give some serious thought to declaring war
on peace.
------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.
::: Messages without supporting info will risk being sent to /dev/null
More information about the Users
mailing list