We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Config yaml file to replicate:
- command: "ping google.com" size: 20 direction: 1 - command: "ping facebook.com" size: 40 direction: 2 - command: "ping youtube.com" size: 40 direction: 2 - command: "lsblk" size: 10 direction: 1
As you can see, both ping commands have the same size which is 40. They are clashing/colliding because they have the same size.
40
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Config yaml file to replicate:
As you can see, both ping commands have the same size which is
40
. They are clashing/colliding because they have the same size.The text was updated successfully, but these errors were encountered: