ganglia / gmond_python_modules

Repository of user-contributed Gmond Python DSO metric modules
http://sourceforge.net/apps/trac/ganglia/wiki/ganglia_gmond_python_modules
389 stars 354 forks source link

Update infiniband.py #208

Open dletai opened 9 years ago

dletai commented 9 years ago

2 changes:

  1. inserted IB_PORTS[port_lid} into try, as port_lid might not be defined otherwise
  2. if some of the ports are inactive (no cable connected), perfquery will not show them at all, but /sys/class/infiniband will recurse through them and during update_metrics bomb out. unconnected ports have lid '0' so bypass these ports