Sie sind auf Seite 1von 2

Dina Monitoring Server Cookbook! OK guys, follow me to install, configure and running the 3 in 1 monitoring server!

So, at the first install the RAW and fresh FreeBSD (stable version is 8.2 at the moment) DO NOT forget that install all ports and packages (Installing in Developer Mode)! Update packages and ports tree by: portsnap fetch extract Now, we are ready to installing ARGUS ;o) !! Argus has some dependencies as follows: o # cd /usr/ports/lang/perl5.14/ && make install o # cd /usr/ports/net/fping/ && make install o # cd /usr/ports/www/apache22 && make install o # cd /usr/ports/net-mgmt/argus-monitor/ && make install DO NOT forget to mark up fping support option.

Well, ATM, you have an up and running argus Server! Jut for test all that you did, replace your apache configuration file with httpd.conf.test. at => /usr/local/etc/apache22/ DONT forget that change Servername 1.2.3.4 with your IP address!

Then start apache and argus services as follows:


# /usr/local/etc/rc.d/apache22 onestart # /usr/local/etc/rc.d/argusd onestart Before running argus, make sure that you have config and users files in /usr/local/etc/argusmonitor. Now, fire up your browser at http://youripaddress/cgi-bin/arguscgi

Second part of Dina Monitoring Server is RT. (current stable version is 4.0.2)
Well, RT is another story, another animal! ;o) # cd /usr/ports/www/rt40/ && make install o DONT forget selecting mod_perl on asked options # cd /usr/ports/databases/mysql55-server/ && make install # /usr/local/etc/rc.d/mysql-server onestart OK, everything is installed. Just for test the RT installation type: # /usr/local/sbin/rt-test-dependencies --with-mysql --with-modperl2 You should receive All dependencies have been found.

Now, copy RT_Siteconfig.pm and RT_Config.pm to /usr/local/etc/rt40 and then initialize your database! # rt-setup-database --action init --dba root --prompt-for-dba-password # chown www /usr/local/etc/rt40/RT_Config.pm # chmod 600 /usr/local/etc/rt40/RT_Config.pm # chown www /usr/local/etc/rt40/RT_SiteConfig.pm # chmod 600 /usr/local/etc/rt40/RT_SiteConfig.pm

OK, now, fire up your browser and point to your ip address with port 90! Default username is root and password is password. Third part of Dina Monitoring Server is OpenFire (Current Stable Version 3.7.1) copy these files to /usr/ports/distfiles o jdk-6u3-fcs-src-b05-jrl-24_sep_2007.jar o jdk-6u3-fcs-mozilla_headers-b05-unix-24_sep_2007.jar o jdk-6u3-fcs-bin-b05-jrl-24_sep_2007.jar o bsd-jdk16-patches-4.tar o tzupdater-1_3_42-2011k (Check log to last version) o diablo-caffe-freebsd7-i386-1.6.0_07-b02.tar # cd /usr/ports/net-im/openfire && make install It takes long time to installing, depends on your hardware structure but after that you can finalizing by pointing to http://youripaddress:9090

_____________________________________________________________________________ All above commands, operating system, applications and dependencies has been checked and installed successfully at November 15, 2011 by HBSD ;) _____________________________________________________________________________

Das könnte Ihnen auch gefallen