Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Krause committed Aug 19, 2015
1 parent 8816ee2 commit 79633dd
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ To run the script from GitHub create file in your current directory named agent.

`sudo wget https://raw.githubusercontent.com/tkrause/Observium-Agent/master/agent.conf.sh`

This file will then need to be edited to fit your configuration.
Now download and run the setup script

`sudo chmod +x agent.conf.sh`
`sudo wget https://raw.githubusercontent.com/tkrause/Observium-Agent/master/observium-agent-install.sh`

Now download and run the setup script
Note: You will need to edit agent.conf.sh to fit your configuration.

`sudo chmod +x agent.conf.sh`

`curl https://raw.githubusercontent.com/tkrause/Observium-Agent/master/observium-agent-install.sh | sudo bash`
`sudo chmod +x observium-agent-install.sh`

### Agent Conf Options
`$SYSCONTACT` This option should be set to an email address in the format `Person Name <[email protected]>`.
Expand Down

0 comments on commit 79633dd

Please sign in to comment.