diff --git a/cocluto/cluster_stats.py b/cocluto/cluster_stats.py index 20cf52e..686e330 100644 --- a/cocluto/cluster_stats.py +++ b/cocluto/cluster_stats.py @@ -30,7 +30,7 @@ import abc def is_cluster_node_name(name): - return re.match('^simpatix[0-9]+$', name) is not None or re.match('^physix[0-9]+$', name) is not None + return re.match('^simpatix[0-9]+$', name) is not None or re.match('^physix[0-9]+$', name) is not None or re.match('^alambix[0-9]+$', name) is not None def is_test_machine(name):