Skip to content

Commit

Permalink
[wmi-metrics] i broke my no caps in log line message rule
Browse files Browse the repository at this point in the history
  • Loading branch information
portertech committed May 2, 2014
1 parent 2c07dde commit 60ab63d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions/checks/wmi_metrics.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def name
end

def description
'collects system metrics, using WMI and the graphite plain-text format'
'collects system metrics, using wmi and the graphite plain-text format'
end

def definition
Expand Down Expand Up @@ -96,7 +96,7 @@ def formatted_perf_data(provider, filter=:first)
begin
::WMI.const_get(full_provider).find(filter)
rescue => error
@logger.error('WMI query error', {
@logger.error('wmi query error', {
:error => error.to_s
})
nil
Expand Down

0 comments on commit 60ab63d

Please sign in to comment.