You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/tmp/inst/bin/ldmsd_yaml_parser", line 30, in <module>
cluster = YamlCfg(None, None, conf_spec, args)
File "/tmp/inst/lib/python3.6/site-packages/ldmsd/parser_util.py", line 703, in __init__
self.aggregators = self.build_aggregators(cluster_config)
File "/tmp/inst/lib/python3.6/site-packages/ldmsd/parser_util.py", line 434, in build_aggregators
raise ValueError(f'Daemons regex {daemons["names"]} does not match daemon regex "{group}"\n')
ValueError: Daemons regex login[1-2] does not match daemon regex "admin1-agg"
It appears that maybe it doesn't like taking a subset of the defined daemons? This seems like it should be fine to do.
The text was updated successfully, but these errors were encountered:
@emdonat Good catch, I implemented a fix today. Testing it on our network. I'll have pull request out this weekend, but it should be ready for you Monday.
I have defined a set of daemons:
and then am attempting to take a subset of these for an aggregator:
and receiving the following error:
It appears that maybe it doesn't like taking a subset of the defined daemons? This seems like it should be fine to do.
The text was updated successfully, but these errors were encountered: