Skip to content

Commit

Permalink
fixed the disk label for performance data
Browse files Browse the repository at this point in the history
  • Loading branch information
draper committed Apr 13, 2010
1 parent 828e30f commit ead5331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check_disk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
output_text = ""
using_performance_data = true
performance_data = ""
perf_label = "cpu_usage"
perf_label = "free_disk_space"
value = 0
uom = ""
warning = ARGV[0]
Expand Down

0 comments on commit ead5331

Please sign in to comment.