Page 1 of 1

segfault error.

Posted: Mon May 12, 2014 1:41 pm
by ravish78
Hi Team,

We are continously seeing this error in messages file of nagios server.
May 12 14:33:47 usa0300lv846 kernel: check_nt[22893]: segfault at 0000000000000000 rip 0000003fc1a37ad4 rsp 00007fffbeaac590 error 4
May 12 14:38:47 usa0300lv846 kernel: check_nt[2686]: segfault at 0000000000000000 rip 0000003fc1a37ad4 rsp 00007fff19882bc0 error 4

Can you please let us know what might be causing this issue.

Thanks
Ravi

Re: segfault error.

Posted: Mon May 12, 2014 1:54 pm
by lcontreras
Do you have a custom plugin executed by check_nt?

Re: segfault error.

Posted: Mon May 12, 2014 2:02 pm
by abrist
This is a known issue. Please update check_nt from the nagios-plugins source.

Re: segfault error.

Posted: Mon May 12, 2014 2:23 pm
by ravish78
can you please provide steps required to do this update.

Re: segfault error.

Posted: Mon May 12, 2014 2:37 pm
by abrist
Alright. On the nagios XI server:

Code: Select all

cd /tmp
wget http://nagios-plugins.org/download/nagios-plugins-2.0.1.tar.gz
tar xzvf nagios-plugins-2.0.1.tar.gz
cd nagios-plugins-2.0.1
./configure
make
cp /usr/local/nagios/libexec/check_nt /usr/local/nagios/libexec/check_nt.bak
cp plugins/check_nt /usr/local/nagios/libexec/
/usr/local/nagios/libexec/check_nt -V

Re: segfault error.

Posted: Wed May 14, 2014 10:07 am
by ravish78
This is resolved after following your steps thank you.