forked from ewilhelm/panoptimon
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |