pythian / opsviz

25 stars 24 forks source link

Review sensu plugin es-node-metrics and modify it to handle missing fielddata_breaker info #64

Open alexlovelltroy opened 9 years ago

alexlovelltroy commented 9 years ago

After upgrading elasticsearch to 1.4.4 the sensu check can no longer find fielddata_breaker info in the node report which causes the whole plugin to fail. The likely fix is to add exception handling around the checks that use fielddata_breaker at line 72. Should we also log or fail silently? Should we attempt to get this metric somewhere else?