Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:16.0:FactoryCandidates
monitoring-plugins-sip
nagios-check_sip-1.3-uninitialized_problem.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File nagios-check_sip-1.3-uninitialized_problem.patch of Package monitoring-plugins-sip
Index: nagios-check_sip-1.3/check_sip =================================================================== --- nagios-check_sip-1.3.orig/check_sip +++ nagios-check_sip-1.3/check_sip @@ -256,7 +256,13 @@ sub checkResponse my ($response, $rtime, $sp_behavior) = @_; my @header=split(/\r/,$response); my $tstring=$header[0]; + if( !defined $tstring ) { + $tstring = 'Unknown error: no or invalid response from server'; + } my $rcode=getResponseCode($response); + if( !defined $rcode ) { + $rcode = 'NO RESPONSE'; + } if (!$sp_behavior){ #in this case, we want to see if the SIP-server is respoding positively to our request # Some SUT respond with 100 Trying - assume everything is OK if we get this
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor