How to Install fail2ban on CentOS RedHat Reference to my original post here Make sure you have the repo darg for CentOS/RedHat # yum install fail2ban # chkconfig –add fail2ban # chkconfig fail2ban on # vim /etc/fail2ban.conf [DEFAULT] background = […]
How to setup Samba on CentOS
How to setup Samba on CentOS/RedHat etc… Reference to older post (Debian) Note: You can also login into to the server with # ssh -X user@server # yum install system-config-samba # system-config-samba Commands: Login in the server as root and […]
Centreon LDAP howto
So how can one easly import large number of users directly from the AD? By using the LDAP auth option. It took me few hours to get it working, actually I still dont have it 100% working because I can […]
Centreon Distributed Monitoring (v2)
Nagios / Centreon Distributed Monitoring – Clustering Document referral to my original post on same subject There are many ways nagios can be used to load the balance, the basic architeture is Master/Slave with just nagios is reommeneded to use […]
How to Install GlassFish on CentOS
How to Install GlassFish ESB on CentOS / Red Hat / Fedora I did my installation on a CentOS 5.4 and I confirm all works, just follow step-by-step. Download JDK 6u12 # cd /usr # wget http://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/VerifyItem-Start/jdk-6u12-linux-i586.bin?BundledLineItemUUID=wFlIBe.lB8gAAAElzSEadwyv&OrderID=8fxIBe.lQPoAAAEluyEadwyv&ProductID=1O1IBe.pLl4AAAEerDlTv_an&FileName=/jdk-6u12-linux-i586.bin Download GlassFish 2.1 […]
HOW TO INSTALL CENTREON on CENTOS 5.4
***************************************************** HOW TO INSTALL NAGIOS 3.2.0 CENTREON 2 on CENTOS 5.4 ***************************************************** Author: Felipe Ferreira / www.felipeferreira.net Date: 17/11/2009 The perfect Network System Monitoring Solution is a comination of powerfull tools like Nagios/Centreon/NagVis/Dokuwiki. This howto will teach step by step […]
How to install nagvis
I have already written a step-by-step howto here But this one is for CentOS,Fedora,RedHat and the new version of NagVis 1.4.4 released on 2009-10-15. Requiriments: Add grpahviz repo # vim /etc/yum.repos.d/graphviz.repo [graphviz-stable] name=Graphviz – RHEL $releasever – $basearch baseurl=http://www.graphviz.org/pub/graphviz/stable/redhat/el$releasever/$basearch/os/ enabled=1 […]