Griesbacher / histou

Adds templates to Grafana in combination with nagflux
GNU General Public License v2.0
35 stars 16 forks source link

fix Uncaught ErrorException: sizeof(): Parameter must be an array or … #34

Closed sni closed 4 years ago

sni commented 4 years ago

…an object that implements Countable

when using php 7.2 or later, sizeof only accepts arrays. But in case of an empty result it contains a string "No data found".

Griesbacher commented 4 years ago

Thanks for the fix Sven!