Created
April 11, 2013 19:09
-
-
Save hamstar/5366295 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 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