Skip to content

Instantly share code, notes, and snippets.

@skaag
Created August 31, 2016 19:30
Show Gist options
  • Select an option

  • Save skaag/a3186bb765c19ea174195621ad0b5fa4 to your computer and use it in GitHub Desktop.

Select an option

Save skaag/a3186bb765c19ea174195621ad0b5fa4 to your computer and use it in GitHub Desktop.
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