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
segfault error.
-
lcontreras
- Posts: 48
- Joined: Thu Sep 13, 2012 7:15 pm
Re: segfault error.
Do you have a custom plugin executed by check_nt?
Re: segfault error.
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.
"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.
Re: segfault error.
can you please provide steps required to do this update.
Re: segfault error.
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 -VFormer 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.
"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.
Re: segfault error.
This is resolved after following your steps thank you.