Code

Nagiosplug bug # 1251096
authorHarper Mann <harpermann@users.sourceforge.net>
Wed, 30 Nov 2005 00:49:47 +0000 (00:49 +0000)
committerHarper Mann <harpermann@users.sourceforge.net>
Wed, 30 Nov 2005 00:49:47 +0000 (00:49 +0000)
commite5b45d0e143bd3dbfb870cbe9fd33977db1a2b19
treec5ff93e7a2e329f934431089b8af9d13500b0535
parenta0798228587ee211dfec887f88b25c55ddd16ecb
Nagiosplug bug # 1251096
check_ntp wasn't properly handing a bad exit status from the external programs it calls (ntpdate and ntpq), so jitter wasn't set.  Added check of $? on close and proper error output if status from the sub program call completion is non-zero.  This includes "host not found".

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1291 f882894a-f735-0410-b71e-b25c423dba1c
plugins-scripts/check_ntp.pl