Skip to content

Instantly share code, notes, and snippets.

@junaid18183
Created September 10, 2014 08:32
Show Gist options
  • Save junaid18183/d6fabfb119004d07e752 to your computer and use it in GitHub Desktop.
Save junaid18183/d6fabfb119004d07e752 to your computer and use it in GitHub Desktop.
Check_MK_Agent installation on Solaris
chmod 644 /etc/inet/services
tail -1 /etc/inet/services
check_mk 6556/tcp snmp # CheckMk
tail -1 /etc/inet/inetd.conf
check_mk stream tcp nowait root //usr/sfw/sbin/tcpd /usr/bin/check_mk_agent
inetconv
svcadm enable svc:/network/inetd:default
svcs -xv svc:/network/inetd:default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment