AND THERE IT IS

.... the problem was that i dont have all the php modules installed ... so here is what i did ...
This is just for my problem:
1. Installing those modules

....
apt-get install php5-sqlite
apt-get install php-net-socket
apt-get install php5-mysql
or apt-get install php5-sqlite php-net-socket php5-mysql
and Nagios suggest that you have to have this also
php5-gd
php5-gettext
php5-mbstring
php5-session
php5-json (Builtin since PHP 5.2)
php5-pdo and pdo-sqlite (New in 1.5, for default Authentication/Authorisation module)
and i guess i have this

.
2. Next is Graphviz
apt-get install graphviz
3. And important one is MK Livestatus
And here is the tricky part (not really

)
you download MKLivestatus
wget
http://mathias-kettner.com/download/mk- ... 0p4.tar.gz
unzip
tar xzf mk-livestatus-1.1.6p1.tar.gz
cd mk-livestatus-1.1.6p1
and
./configure && make
make install
when it ends you configure nagios.cfg file (and this is everything documented in MK Livestatus
page, but someone have to read to the end) to tell the nagios where to look for livestatus.o (and this is my problem or solving my problem with Livestatus Socket)
nano nagios.cfg
broker_module=/usr/local/lib/mk-livestatus/livestatus.o /usr/local/nagios/var/rw/live
event_broker_options=-1
after editing nagios.cfg i restart nagios and apache too when you restart in /usr/local/nagios/var/rw/ ... will have the directory live and in it livestatus.o
after all this i download the nagvis
and follow the instruction in nagvis documentation
tar xvzf nagvis-1.7*.tar.gz /tmp
cd /tmp/nagvis-1.7*
chmod +x install.sh
./install.sh
after the installation is done ... restart nagios and apache and there it is
http://ip-address-nagios/nagvis
i hope it help for someone ! And if any body have problems pls write i will try and i be glad to help ! tnx for help on nagios support tema also !!