Hi Robert, sorry for the delayed reply!
> Error message when I run `cluster_monitor.sh`: > > Traceback (most recent call last): > File "./grid-computing-tools/bin/remove_terminated_nodes.py", line 53, in > <module> > configurator = elasticluster.get_configurator() > AttributeError: 'module' object has no attribute 'get_configurator' > Traceback (most recent call last): > File "./grid-computing-tools/bin/sanitize_known_hosts.py", line 35, in > <module> > configurator = elasticluster.get_configurator() > AttributeError: 'module' object has no attribute 'get_configurator' > Continuing... > Mon Jul 17 16:50:51 UTC 2017 > Traceback (most recent call last): > File "./grid-computing-tools/bin/ensure_cluster_size.py", line 46, in > <module> > configurator = elasticluster.get_configurator() > AttributeError: 'module' object has no attribute 'get_configurator' > > I'm guessing `get_configurator()` is from an older version > elasticluster? Yes, the configuration parser was refactored and that function removed in commit 94859c4 on 2016-10-12. I'll check what the `cluster_monitor.sh` code is doing and how it can be adapted to the new config interface. Ciao, R -- Riccardo Murri / Email: [email protected] / Tel.: +41 77 458 98 32 -- You received this message because you are subscribed to the Google Groups "elasticluster" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
