Install Check MK Agent in solaris
Downloaad check_mk_agent.solaris from your monitoring server
Copy and rename this file to /usr/bin/check_mk_agent
Edit permission (chmod) the check_mk_agent file
Testing the server by typing check_mk_agent
Edit by typing => vi /etc/services
and add following text
check_mk 6556/tcp # check mk agent
Now for Solaris we need to edit by typing => vi /etc/inet/inetd.conf
and add following text
check_mk stream tcp nowait root /usr/sbin/tcpd /usr/bin/check_mk_agent
Enter these commands at the shell, it should not receive any errors.
# inetconv
# inetconv -e
Testing the server by typing telnet localhost 6556