segfault error.

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
ravish78
Posts: 269
Joined: Wed Mar 14, 2012 9:50 am

segfault error.

Post 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
lcontreras
Posts: 48
Joined: Thu Sep 13, 2012 7:15 pm

Re: segfault error.

Post by lcontreras »

Do you have a custom plugin executed by check_nt?
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: segfault error.

Post by abrist »

This is a known issue. Please update check_nt from the nagios-plugins source.
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
ravish78
Posts: 269
Joined: Wed Mar 14, 2012 9:50 am

Re: segfault error.

Post by ravish78 »

can you please provide steps required to do this update.
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: segfault error.

Post 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
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
ravish78
Posts: 269
Joined: Wed Mar 14, 2012 9:50 am

Re: segfault error.

Post by ravish78 »

This is resolved after following your steps thank you.
Locked