Skip to content

Commit

Permalink
v0.4.15 - iostat-k-compat
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Wilhelm committed Dec 22, 2013
2 parents 4d3cc0e + 32032af commit 2630a07
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.4.15

* collectors/iostat - compat for older (v9.x) sysstat

# 0.4.14

* collectors/iostat - portability: parsing solaris output
Expand Down
2 changes: 1 addition & 1 deletion collectors/iostat/iostat
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ module Panoptimon
end

class OS_linux < Panoptimon::Collector::IOStat
def flags; '-xd' ; end
def flags; '-xdk' ; end

def cue (p)
2.times { x = p.readline until x == "\n" } # header + first sample
Expand Down
4 changes: 2 additions & 2 deletions lib/panoptimon/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (C) 2012 Sourcefire, Inc.
# Copyright (C) 2012-2013 Sourcefire, Inc.

module Panoptimon
VERSION = "0.4.14"
VERSION = "0.4.15"
end

0 comments on commit 2630a07

Please sign in to comment.