Skip to content

Commit

Permalink
v0.5.7 - service-smf-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Wilhelm committed Jan 27, 2014
2 parents dba38a1 + ef427ef commit 3cf2c9a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.5.7

* collectors/service - smf parsing fix

# 0.5.6

* collectors/service - docs update
Expand Down
9 changes: 9 additions & 0 deletions collectors/service/fakebin/solaris/svcs
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/sh

cat << ENDING
svc:/system/auditset:default (Set non-/attributable audit flags
in the kernel context.)
State: online since January 26, 2014 03:31:36 PM UTC
See: /etc/svc/volatile/system-auditset:default.log
Impact: None.
ENDING
1 change: 1 addition & 0 deletions collectors/service/service
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ handler = {
map {|svc|
info = svc.match(%r{
\A(?<fmri>\S+)\s.*?\n
(?:\s+.*?\)\n)?
\s+State:\s+(?<state>\S+)\s+
since\s+(?<date>.*?)\n
}x) or raise "cannot parse #{svc}"
Expand Down
2 changes: 1 addition & 1 deletion lib/panoptimon/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (C) 2012-2014 Cisco, Inc.

module Panoptimon
VERSION = "0.5.6"
VERSION = "0.5.7"
end

0 comments on commit 3cf2c9a

Please sign in to comment.