Skip to content

Commit

Permalink
(feat): Update README with apt installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
dimtruck committed Apr 12, 2017
1 parent 2e89465 commit 307e8ae
Showing 1 changed file with 41 additions and 1 deletion.
42 changes: 41 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,50 @@ will be described elsewhere._
From [the latest release](https://github.com/racker/rackspace-monitoring-poller/releases/latest),
download either the "deb" package or one of the standalone binaries listed after the debian package.

## DEB package
## APT

* Update your packages to latest

```
apt-get update
```

* Add public key

```
curl https://monitoring.api.rackspacecloud.com/pki/agent/linux.asc | sudo apt-key add -
```

* Add cloudmonitoring repo

```
echo "deb http://stable.poller.packages.cloudmonitoring.rackspace.com/debian cloudmonitoring main" > /etc/apt/sources.list.d/cloudmonitoring.list
```

* Update packages to include the new repo

```
apt-get update
```

* Install the poller

```
apt-get install rackspace-monitoring-poller -y
```

Proceed to configuring your poller.


## DEB package installation directly

Install the package with `dpkg -i rackspace-monitoring-poller_*.deb`.

Proceed to configuring your poller.


## Configuration for debian install

Adjust these configuration files

* `/etc/rackspace-monitoring-poller.cfg`
Expand Down

0 comments on commit 307e8ae

Please sign in to comment.