Zabbix Installation on ubuntu

apt-cache search zabbix sudo apt-get install zabbix-server-mysql zabbix-frontend-php zabbix-agent   web interface: http://servername/zabbix   default username/password is admin/zabbix

changing ulimit value

problem: ulimit: open files: cannot modify limit: Operation not permitted Current status: ulimit -n 1024 Solution: ulimit -n 16384 and refresh the system