Issue #150 has been reported by Franck Rakoto.

----------------------------------------
Bug #150: cacti-plugin-0.2
http://tools.lsc-project.org/issues/show/150

Author: Franck Rakoto
Status: New
Priority: Normal
Assigned to: 
Category: 
Target version: 


very little bug in the perl script ldap_response_time.pl
when launched with only the compulsary parameter -h hostname
An error occur about uninitialized value

Use of uninitialized value in string eq at ldap_response_time.pl line 114, 
<DATA> line 283.
Use of uninitialized value in string ne at ldap_response_time.pl line 115, 
<DATA> line 283.
Use of uninitialized value in string at ldap_response_time.pl line 116, <DATA> 
line 283.
bind:0.0050818920135498 rootdsesearch:0.0205650329589844 suffixsearch:U
Suffix search : No such object (code 32)


This is due to the typing mistake:

$opts{"s"} = "auto" unless exists $opts{"v"};

should be 
$opts{"s"} = "auto" unless exists $opts{"s"};








-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://tools.lsc-project.org/my/account
_______________________________________________
ltb-dev mailing list
[email protected]
http://lists.ltb-project.org/listinfo/ltb-dev

Reply via email to