Skip to content

Commit

Permalink
Updating changelog, readme, removing installer and OSX plist.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyskapunk committed May 25, 2017
1 parent ca3c74e commit 252024f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 130 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ All notable changes to this project will be documented in this file.
- Multiple bug fixing on recap.
- Refactor of recaplog.
- Fix plesk mysql bug.
- Install recaptool man page.
- Adding specific requirements for bash(>=4) and sysstat(>=9).
- Removing rpm spec requirements: elinks.
- Obsoletes and provides rs-sysmon.
- Include recaptool man page.
- RPM spec file specifics: modified to update requirements, obsoletes, provides rs-sysmon.
- Better support for multiple mysql instances.
- Makefile updated to allow multiple distros alignment and to include new man pages.
- Adjust spec for Makefile.
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,14 @@ various information about the server.
## Dependencies
* git - Installation
* bc - arithmetic calculations
* elinks (or another cli web browser) - apache fullstatus
* net-tools - netstat report
* sysstat - provides 'iostat' for I/O statistics
* iotop - simple top-like I/O monitor

## Installation
1. Install the required dependencies:
* Debian/Ubuntu - `apt-get install git bc elinks net-tools sysstat iotop`
* RHEL/CentOS - `yum install git bc elinks net-tools sysstat iotop`
* Debian/Ubuntu - `apt-get install bc gawk git iotop make net-tools psmisc sysstat`
* RHEL/CentOS - `yum install bc gawk git iotop make net-tools psmisc sysstat`
2. Clone this repository: `git clone https://github.com/rackerlabs/recap.git`
3. Change into the new directory: `cd recap`
4. Install the program: `make install`
Expand Down
16 changes: 3 additions & 13 deletions util/packaging/rpm/recap.spec
Original file line number Diff line number Diff line change
Expand Up @@ -55,20 +55,10 @@ make install-man

%changelog
* Mon May 15 2017 Tony Garcia <tony.garcia@rackspace.com> - 1.0.0-1.rs
- Record point-in-time CPU.
- Multiple bug fixing on recaptool.
- Multiple bug fixing on recap.
- Refactor of recaplog.
- Fix plesk mysql bug.
- Install recaptool man page.
- Adding specific requirements for bash(>=4) and sysstat(>=9).
- Removing rpm spec requirements: elinks.
- Update to version 1.0.0
- Include recaptool man page.
- Clean up requirements.
- Obsoletes and provides rs-sysmon.
- Better support for multiple mysql instances.
- Makefile updated to allow multiple distros alignment and to include new man pages.
- Adjust spec for Makefile.
- Makefile now uses /usr/local as default for DESTDIR.
- fdisk warnings(stderr) are now included in the logs(stdin).

* Wed May 11 2016 Ben Harper <ben.harper@rackspace.com> - 0.9.14-1.rs
- Latest version
Expand Down
91 changes: 0 additions & 91 deletions util/recap-installer

This file was deleted.

19 changes: 0 additions & 19 deletions util/recap.plist

This file was deleted.

0 comments on commit 252024f

Please sign in to comment.