-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Thomas Krause
committed
Aug 19, 2015
1 parent
8816ee2
commit 79633dd
Showing
1 changed file
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]>`. | ||
|