Skip to content

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
- signed-off-by: trimstray <[email protected]>
  • Loading branch information
trimstray committed Jun 7, 2018
1 parent 0cbd684 commit 96cd7ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Below is a list of available options:
--help show this message
-f|--format <key> set output format (key: html/raw-html)
-t|--tasks <key> set specific task to do
(key: system, fs, permissions, services, network, other)
(key: system, fs, permissions, services, network, external)
--show-errors show stderr to output
--ignore-failed do not exit with nonzero on commands failed
```
Expand Down Expand Up @@ -138,7 +138,7 @@ The report that can be performed consists of the following sections (stacks):
- **permissions** - dump info about permissions, eg. `find / -nouser -o -nogroup -print`, (output file: permissions.all.log.html)
- **services** - dump info about system services, eg. `ntpq -p`, (output file: services.all.log.html)
- **network** - dump info from network layer, eg. `netstat -tunap`, (output file: network.all.log.html)
- **other** - all other, also user tasks, eg. `yum list installed`, (output file: other.all.log.html)
- **external** - all external, also user tasks, eg. `yum list installed` or included from `etc/` directory, (output file: external.all.log.html)

HTML reports consist of the following blocks:

Expand Down

0 comments on commit 96cd7ec

Please sign in to comment.