Skip to content

Commit

Permalink
Use elinks instead of links.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyskapunk committed Nov 23, 2018
1 parent 9e5d6b7 commit 8309439
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 20 deletions.
21 changes: 2 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Contribution guidelines can be found in [CONTRIBUTING.md](https://github.com/rac
- grep
- iotop
- iproute/iproute2
- links
- elinks
- procps
- psmisc
- sysstat >= 9
Expand Down Expand Up @@ -337,7 +337,7 @@ These are the type of reports generated and their dependencies.

- **USERESOURCES** - Generates "resources"(uptime, free, vmstat, iostat, iotop) log

Required by: `USEDF`, `USESLAB`, `USESAR`, `USESARQ`, `USESARR`, `USEFULLSTATUS`
Required by: `USEDF`, `USESLAB`, `USESAR`, `USESARQ`, `USESARR`

Default: `USERESOURCES="yes"`

Expand Down Expand Up @@ -375,12 +375,6 @@ These are the type of reports generated and their dependencies.

Default: `USESARR="no"`

- **USEFULLSTATUS** - Performs an http request(GET) to the URL defined in `OPTS_STATUSURL`. Needs a webserver configured to respond to this request. Nginx(nginx_status) and Apache HTTPD(server-stats) offer this functionality that needs to be enabled.

Requires: `USERESOURCES`

Default: `USEFULLSTATUS="no"`


#### Options

Expand All @@ -398,11 +392,6 @@ Options used by the tools generating the reports

Default: `MYSQL_PROCESS_LIST="table"`

- **OPTS_LINKS** - Options used by links.
Required by: `USEFULLSTATUS`

Default: `OPTS_LINKS="-dump"`

- **OPTS_DF** - df options

Required by: `USEDF`
Expand Down Expand Up @@ -458,12 +447,6 @@ Options used by the tools generating the reports
Default: `OPTS_PSTREE="-p"`


- **OPTS_STATUSURL** - URL to perform the http request when USEFULLSTATUS is enabled.

Required by: `USEFULLSTATUS`

Default: `OPTS_STATUSURL="http://localhost:80/server-status"`

- **OPTS_VMSTAT** - vmstat options

Required by: `USERESOURCES`
Expand Down
2 changes: 1 addition & 1 deletion tools/ansible_recap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
- grep
- iotop
- "iproute{{'2' if ansible_os_family is match('Debian|Archlinux') else ''}}"
- links
- elinks
- "{{ 'procps-ng' if ansible_os_family is match('Archlinux') else 'procps' }}"
- psmisc
- sysstat
Expand Down

0 comments on commit 8309439

Please sign in to comment.