unioslo / zabbix-cli

Command-line interface for Zabbix
https://unioslo.github.io/zabbix-cli/
GNU General Public License v3.0
208 stars 104 forks source link

Fix Array index out of bound in some cases #158

Closed pheuzoune closed 1 year ago

pheuzoune commented 1 year ago

In somes cases, hosts does not have any interface When this cases happen, we face an Array Index Out Of Bound.

Maybe not the perfect fix but at least prevent cli from crashing.

pederhan commented 1 year ago

Thank you for the contribution!