Created
September 10, 2014 08:32
-
-
Save junaid18183/d6fabfb119004d07e752 to your computer and use it in GitHub Desktop.
Check_MK_Agent installation on Solaris
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
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