Open erik-de-neve opened 8 years ago
Sorry for the belated response.
Your suggestion should fix it temporarily. Thanks for reporting the bug. I will probably make curator
a dependency to use the client methods in there (that way I don't have to maintain them in two places).
The benefit will be YAML client configuration files, too. INI is pretty crusty and old.
Hi,
If i enable master_only = True, it always gives an error (also on the masternode): ERROR: Connection failure. Exception: global name 'is_master_node' is not defined
I fixed this by installing curator, and import it in the es_stats_zabbix/utils.py script. Here is a diff with my version:
is this the right way to fix this?
Thanks, Erik