One. Download Cactieziso file
Set up the virtual machine installation Cactize system (this one is a lot of online)
Second, set up CactiEZ monitoring host
after the installation is done by default, the system logs on User Root , Password CactiEZ (case sensitive)
The following operations are performed after logging on to the system
1. Change the root login password
passwdroot→ Enter, prompt for 2 times New password
Appears: Passwd:all authentication tokens updatedsuccessfully. Description Password Modified successfully
2, modify the IP address, subnet mask, gateway, DNS and other information
3, login CactiEZ monitoring Platform
Input inside the browser
CactiEZ IP Address is open
User name: admin, default initial password: admin
For security reasons, you must change the default password after the first login, modify it, then save it and log in to the Cactiezweb monitoring platform.
Windows Client Settings
, 1. Install Configure SNMP below start
650) this.width=650; "width=" 912 "height=" 403 "src="/e/u261/themes/default/images/spacer.gif "alt=" using CactiEZ V10.1 Configuration Monitoring Windows Host "style=" Background:url ("/e/u261/lang/zh-cn/images/localimage.png") no-repeat center;border:1px Solid #ddd; "/>
Start-Settings-Control Panel-Add or Remove Programs-add remove Windows Components
Find the management and monitoring tools, tick the front, tick in the point details: Simple Network Management Protocol (SNMP), then OK, next
2 , configuring the SNMP service
Start-run, enter services.msc OK, open service management
650) this.width=650; "Width=" 354 "height=" 206 "src="/e/u261/themes/default/images/spacer.gif "alt=" using CactiEZ V10.1 Configuration Monitoring Windows Host "style=" Background:url ("/e/u261/lang/zh-cn/images/localimage.png") no-repeat center;border:1px Solid #ddd; "/>
Locate the SNMP Service option, double-click Open, switch to security options, click Add under Accept community name, and the SNMP services configuration appears
650) this.width=650; "width=" 950 "height=" 524 "src="/e/u261/themes/default/images/spacer.gif "alt=" using CactiEZ V10.1 Configuration Monitoring Windows Host "style=" Background:url ("/e/u261/lang/zh-cn/images/localimage.png") no-repeat center;border:1px Solid #ddd; "/>
Group permissions: Read-only
Group Name: Public
Finally determined
Restart WindowsServer 2003
Third, configure the monitored Linux Client
Note: To use CactiEZ to monitor a Linux host, you need to install NET-SNMP and other related packages on the monitored host;
Also need to open firewall UDP161 port
1. Open Firewall UDP161 port
Vi/etc/sysconfig/iptables #编辑防火墙配置
-A input-m state--state new-m udp-p UDP--dport 161-j ACCEPT
/etc/init.d/iptables Restart #重启防火墙使配置生效
2. Install NET-SNMP (the Yum command is installed here using CentOS)
Yum-y Install NET-SNMP
CHKCONFIGSNMPD on #设置开机启动
SERVICESNMPD Start #启动snmpd
2. Configuring SNMP
Mv/etc/snmp/snmpd.conf/etc/snmp/snmpd.confbak #备份配置文件
VI snmpd.conf #添加下面代码
can be directly sed-i ' $a com2sec notconfiguser 192.168.1.240 Public ' Span style= "font-size:14px;letter-spacing:1px;font-family: ' The song Body '; Line-height:25px;background-color:rgb ( 255,255,255); " >/etc/snmp/snmpd.conf
Locate the following code to add com2secnotconfiguser 192.168.1.240 (CactiEZ IP) public (SNMP community name)
First, map the community name ' public ' into a ' security name '
# Sec.name Source Community
Com2sec notconfiguser 192.168.1.240 Public
3. Turn off Iptables and SELinux access (pay special attention to closing iptables)
Service iptables Stop
Vim/etc/selinux/config
Selinux = disable
This article from "Ren Long" blog, reproduced please contact the author!
CactiEZ installation Configuration