Skip to content

Instantly share code, notes, and snippets.

@hamstar
Created April 11, 2013 19:09
Show Gist options
  • Save hamstar/5366295 to your computer and use it in GitHub Desktop.
Save hamstar/5366295 to your computer and use it in GitHub Desktop.
apt-get install xinetd
wget http://mathias-kettner.de/download/check-mk-agent_1.2.0p4-2_all.deb
dpkg -i check-mk-agent_1.2.0p4-2_all.deb
ls -l /etc/xinetd.d/check_mk
service xinetd restart
wget https://www.dropbox.com/s/xg89ycqm5gurkzu/observium-agent_0.2.0-beta_all.deb
dpkg -i observium-agent_0.2.0-beta_all.deb # say yes to link munin plugins
dpkg -i asl-node_0.6-stable_all.deb
# if this step fails on deps then run this:
#apt-get install -f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment