Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example configuration file doesn't work "out of the box" #44

Closed
blthayer opened this issue Feb 19, 2022 · 2 comments
Closed

Example configuration file doesn't work "out of the box" #44

blthayer opened this issue Feb 19, 2022 · 2 comments

Comments

@blthayer
Copy link

As a starting place for new users, the example configuration file should be configured in such a way that it "just works."

When I attempted to use it, I received the following error: Error loading and verifying case: Number of monitoring modes for component 'module' must be 1 or equal to the number of failures.

I had to adjust the monitoring under module to comment out one of the monitoring distributions to get it to work:

  monitoring:
    normal_monitoring: # this key name can be anything you want
      distribution: exponential
      parameters:
        mean: 5

#    defective_monitoring:
#      distribution: normal
#      parameters:
#        mean: 15
#        std: 5
@SarthakJariwala
Copy link

I second this.
As a new user, I would expect the example configuration file to "just work."

@brandons209
Copy link
Contributor

Fixed in a098c23

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants