Skip to content

Commit

Permalink
Fix open_file_descriptors metric name
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Wang committed Apr 17, 2014
1 parent 4628aab commit 724000b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checks.d/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class ProcessCheck(AgentCheck):
'system.processes.mem.rss',
'system.processes.mem.vms',
'system.processes.mem.real',
'system.processes.open_file_decorators',
'system.processes.open_file_descriptors',
'system.processes.ioread_count',
'system.processes.iowrite_count',
'system.processes.ioread_bytes',
Expand Down

0 comments on commit 724000b

Please sign in to comment.