Skip to content

check_libs_ng: use iglob instead of glob

Evgeni Golov requested to merge evgeni/nagios-plugins-contrib:iglob into master

iglob returns an iterrator instead of the full list directly, which uses less memory as the whole list doesn't need to be stored

Merge request reports

Loading