Nagios 3 Quick Install on CentOS
This is short/fast HowTo Install Nagios 3 on CentOS/RedHat 5 64bits
::INSTALL NAGIOS::
rpm -Uhv http://apt.sw.be/redhat/el5/en/x86_64/rpmforge/RPMS//rpmforge-release-0.3.6-1.el5.rf.x86_64.rpm
yum update
vim /etc/selinux/config
SELINUX=disabled
reboot
yum -v …
How to setup sshguard
How to setup sshguard
Using Iptables and centos or redhat
(another option is to use fail2ban, checkout my howto here )
1.Download sshguard source and compile it (could also …
How to install snort on centos 5.5
How to install snort on centos 5.5
This guide is a step by step on how to install from source snort-2.9.0.5 on CentOS 5.5 64bits it should work the same …
Setup check_vmware.pl on CentOS
Setup VMWare-CLI Perl Kit on CentOS 5.5 x64 (RedHat)
Older Post with Simillar Information
And overall info on how to monitor ESX
IMPORTANT: For ESX(i) 6.x use https://github.com/op5/check_vmware_api
First download …
How to install NTOP on CentOS 5.5 64bits
Quick and easisest way:
wget http://apt.sw.be/redhat/el5/en/x86_64/rpmforge/RPMS//rpmforge-release-0.3.6-1.el5.rf.x86_64.rpm
rpm -Uvh rpmforge-release-0.3.6-1.el5.rf.x86_64.rpm
yum install ntop
# Get yum ready
yum clean all
yum update
# Install Development Tools
yum groupinstall “Development Tools”
# …
install nagios on centos 5.5
Howto install Nagios Centreon on CentOS 5.5 64bits
updated/fast version
+————–————–——+
| INSTALL OS |
+————–————–——+
1.Install CentOS
Select only Server option, witch has already lots …