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
The README currently has the following for a memory check resource definition example:
--- type: CheckConfig spec: command: "check-memory.rb" handlers: [] high_flap_threshold: 0 interval: 10 low_flap_threshold: 0 publish: true runtime_assets: - sensu-plugins/sensu-plugins-memory-checks - sensu/sensu-ruby-runtime subscriptions: - linux
This isn't valid for a few reasons:
--- type: CheckConfig api_version: core/v2 metadata: name: check-memory namespace: default spec: command: "check-memory.rb -w 80 -c 90" high_flap_threshold: 0 interval: 10 low_flap_threshold: 0 publish: true runtime_assets: - sensu-plugins/sensu-plugins-memory-checks - sensu/sensu-ruby-runtime subscriptions: - linux
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The README currently has the following for a memory check resource definition example:
This isn't valid for a few reasons:
The following worked for me:
The text was updated successfully, but these errors were encountered: