Skip to content

Instantly share code, notes, and snippets.

@mathse
mathse / gist:09d56d5aa473917d8852
Created February 12, 2015 18:39
check_mk on freenas
## you need to enable tftp under services->tftp
login via ssh
su
cd /usr/local/bin/
mount -uw /
wget -O check_mk_agent "http://git.mathias-kettner.de/git/?p=check_mk.git;a=blob_plain;f=agents/check_mk_agent.freebsd;hb=HEAD"
chmod a+x check_mk_agent