Created
August 31, 2016 19:30
-
-
Save skaag/a3186bb765c19ea174195621ad0b5fa4 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| apt-get install -y xinetd | |
| wget skaag.net/observium_agent_xinetd -O /etc/xinetd.d/observium_agent_xinetd | |
| wget skaag.net/observium_agent -O /usr/bin/observium_agent | |
| chmod +x /usr/bin/observium_agent | |
| mkdir -p /usr/lib/observium_agent/local | |
| service xinetd restart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment