mikaku / Monitorix

Monitorix is a free, open source, lightweight system monitoring tool.
https://www.monitorix.org
GNU General Public License v2.0
1.12k stars 167 forks source link

Use of uninitialized value in lc at /usr/lib/monitorix/port.pm #110

Closed skibbipl closed 9 years ago

skibbipl commented 9 years ago

Hello, After upgrading to 3.8.0 on my debian server I started getting following errors in monitorix.log: Use of uninitialized value in lc at /usr/lib/monitorix/port.pm line 222. Use of uninitialized value in lc at /usr/lib/monitorix/port.pm line 252. There are no other errors that might direct me what is wrong. I doublecheck my ports config, and it seems to be correct according to documentation.

mikaku commented 9 years ago

@skibbipl,

The following commit should fix that annoying message, please let me know. Thanks.

skibbipl commented 9 years ago

Yes, this seems to fix this issue. Thanks!