On Fri, Jan 27, 2017 at 03:31:28PM +0100,
 Stephane Bortzmeyer <steph...@sources.org> wrote 
 a message of 19 lines which said:

> I just dist-upgraded, and despite the fact that nagios-nrpe-plugin
> stayed at 3.0.1-3, it is even worse. It now segfaults in all the
> cases.

I've found a new workaround (it came from upstream bug #63
<https://github.com/NagiosEnterprises/nrpe/issues/63>): change the
cipher list:

% /usr/lib/nagios/plugins/check_nrpe -H my.server.example  -c 'check_disks'     
                                                                        
zsh: segmentation fault  /usr/lib/nagios/plugins/check_nrpe -H 
my.server.example -c 'check_disks'

% /usr/lib/nagios/plugins/check_nrpe -H my.server.example -L 'MEDIUM' -c 
'check_disks'                                                                   
         
DISK OK - free space: / 6124 MB (32% inode=79%);| /=12962MB;16100;18113;0;20126

% /usr/lib/nagios/plugins/check_nrpe -H my.server.example -L 'HIGH' -c 
'check_disks'                                                                   
         
zsh: segmentation fault  /usr/lib/nagios/plugins/check_nrpe -H 
my.server.example -L 'HIGH' -c 

% /usr/lib/nagios/plugins/check_nrpe -H my.server.example -L 'HIGH:!MD5' -c 
'check_disks'                                                                   
         
zsh: segmentation fault  /usr/lib/nagios/plugins/check_nrpe -H 
my.server.example -L 'HIGH:!MD5' -c 

% /usr/lib/nagios/plugins/check_nrpe -H my.server.example -L 'HIGH:MEDIUM' -c 
'check_disks'                                                                   
         
zsh: segmentation fault  /usr/lib/nagios/plugins/check_nrpe -H 
my.server.example -L 'HIGH:MEDIUM' -c 

% /usr/lib/nagios/plugins/check_nrpe -H my.server.example -L 'MEDIUM:!MD5:!RC4' 
-c 'check_disks'  
DISK OK - free space: / 6124 MB (32% inode=79%);| /=12962MB;16100;18113;0;20126

Reply via email to