[Nagiosplug-devel] [ nagiosplug-Bugs-1874041 ] check_dig does not parse timeout value
SourceForge.net
noreply at sourceforge.net
Sat Mar 15 00:58:02 CET 2008
Bugs item #1874041, was opened at 2008-01-17 20:31
Message generated for change (Comment added) made by psychotrahe
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=397597&aid=1874041&group_id=29880
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Argument proccessing
Group: Release (specify)
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: LoOoD (loood)
>Assigned to: Matthias Eble (psychotrahe)
Summary: check_dig does not parse timeout value
Initial Comment:
When I try to specifiy a timeout value for check_dig, it doesn't send that value to the actual dig command.
I'm using version 1.4.11 of the plugins and its running on centos4
$ ~/libexec/check_dig -H localhost -l host.domain.com -t 1300 -v
/usr/bin/dig @localhost -p 53 host.domain.com -t A
Looking for: 'host.domain.com'
DNS WARNING - 10.010 seconds response time (dig returned an error status)|time=10.010081s;;;0.000000
$
----------------------------------------------------------------------
>Comment By: Matthias Eble (psychotrahe)
Date: 2008-03-15 00:58
Message:
Logged In: YES
user_id=1694341
Originator: NO
-t only handles the timeout for the plugin itself.
it seems that dig times out here.
I've just committed an enhancement to svn. With that you can pass
a timeout argument to dig by adding -A '+time=WHATEVER' to check_dig.
Does this solve your issue?
----------------------------------------------------------------------
Comment By: Matthias Eble (psychotrahe)
Date: 2008-03-15 00:58
Message:
Logged In: YES
user_id=1694341
Originator: NO
this problem is now fixed in svn. thank you for your report.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=397597&aid=1874041&group_id=29880
More information about the Devel
mailing list