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
it looks like diamond ships the following metrics by default: cpu, diskspace, iostat, loadavg, memory, vmstat
diamond
cpu, diskspace, iostat, loadavg, memory, vmstat
I can override their configuration easily:
# collect CPU as a simple, normalized metric diamond::collector { 'CPUCollector': options => { 'normalize' => true, 'percore' => false, 'simple' => true, } }
but I cannot explicitly disable a collector using this resource.
# disable iostat diamond::collector { 'DiskUsageCollector': options => { enabled => false, } }
this obviously fails :P
The text was updated successfully, but these errors were encountered:
No branches or pull requests
it looks like
diamond
ships the following metrics by default:cpu, diskspace, iostat, loadavg, memory, vmstat
I can override their configuration easily:
but I cannot explicitly disable a collector using this resource.
this obviously fails :P
The text was updated successfully, but these errors were encountered: