Cacti is a software implemented in php. Its main function is to use the snmp service to obtain data, store and update data using rrdtool, and generate charts and present them to users. Previous articles briefly talked about Cacti monitoring
The following section describes the Linux application that Cacti monitors.
I. A
";$database _hostname = "127.0.0.1";$database _username = "Nagios";$database _password = "XXXX";$database _port = "3306";$database _ssl = false;(4) Set directory permissions# Useradd Cactiuser# chown-r Cactiuser rra/log/(5) Increased timing tasks#echo "*/5 * * * * cactiuser php/var/www/html/cacti/poller.php >/dev/null 2>1" >>/etc/crontab#每5分钟以cactier去抓取数据绘图, this time 5 minutes should be the minimum interval, it is not recommended to modify to a small
First, the principleintegrating cacti and Nagios is a plugin of cacti, nagios for cacti, which works by importing Nagios data through ndo2db into the MySQL database (the cacti library). Then cacti reads the database information and displays the results of Nagios. Second,
of cacti ntopCd/root/downloadwget http://docs.cacti.net/_media/plugin:ntop-v0.2-1.tgzMV Plugin:ntop-v0.2-1.tgz ntop-v0.2-1.tgzTar zxvf ntop-v0.2-1.tgz-c/var/www/html/cacti/plugins/vi/var/www/html/cacti/include/config.php$plugins [] = ' ntop ';In plugin Management "Install and enable pluginsIn user management, check the view NtopSet the URL in Settings, misc:http
Recently, a cacti monitoring is configured in windows.
Installation Package for Windows: http://forums.cacti.net/about14946.html
Note the following:
1. Change the time to China time
Add the following functions to the cacti/inclde/gloabl. php file:
Date_default_timezone_set ('Asia/Shanghai ');
2. In setting --> poller type, select spine.
3. In
RRDtool is used to do drawing, but still need the support of other installation packages, Cairo-devel Libxml2-devel Pango pango-devel, and so on, here we use the Yum installation is not necessary one by one of the compiled installation, too waste of time
1,rrdtool Installation
[Root@test3 ~]# tar zvxf rrdtool-1.4.4.tar.gz
[Root@test3 ~]# CD rrdtool-1.4.4
[Root@test3 rrdtool-1.4.4]#./configure--prefix=/usr/local/rrdtool
[Root@test3 rrdtool-1.4.4]# make make install
[Root@test3 rrdtool-1.
Cacti installed, you can configure how to monitor!
When the first landing cacti request username is admin Password is admin request Change password
Below we will be on the public network of a running switch to do traffic monitoring (the monitored objects need to open the SNMP service)Click Devices--------then click Add to add
Description: This is the dis
First, the preparatory workEnvironment: Centos 5.6Required Software:httpPhpPhp-mysqlPhp-snmpMysqlPerl-dbd-mysqlPhp-pdoRRDtoolNet-snmpNet-snmp-libsNet-snmp-utils#下载相关软件cd/usr/local/src/wget http://www.cacti.net/downloads/cacti-0.8.7e.tar.gzIi. Introduction of the environmentThe main monitor is CentOS 5.6Main monitoring Machine ip=192.168.0.61Three, installation configuration(1) Install the APACHE+PHP+GD Web
CentOS Linux Monitor the installation C Acti1 ,Cacti Monitoring IntroductionCacti is a graphical analysis tool for network traffic monitoring based on PHP,MySQL,SNMP and RRDTool development. Cacti is a PHP language implementation of a software, its main function is to use the SNMP service to obtain data, and then use
Cacti is a software implemented in php. Its main function is to use the snmp service to obtain data, store and update data using rrdtool, and generate charts and present them to users. Previous articles briefly talked about Cacti monitoring
The following section describes the Linux application that Cacti monitors.
I. A
Cacti monitoring server data migration
In response to the customer's requirements and discussions with Wang, if a standby Cacti monitoring server is missing in the BJD environment, the data of the original Cacti monitoring server
Topic Description : Install cacti as a universal monitoring tool in the Redhat system. Environment Description: i The client uses the Win7 system to telnet to the Linux server via PuttyClient Ip:192.168.0.23,linux server ip:192.168.0.56 (using intranet)Cacti principle: Cacti itself is a PHP script, all its functions a
Cacti is an open-source network monitoring tool that monitors the status and load of hosts, it can be used to monitor the running status of servers such as Apache and MySQL.
Cacti Official Website: http://www.cacti.net/
Cacti must run in PHP, MySQL, and Apache environments. PHP is its data collection script execution e
Cacti is a common performance monitoring software for large-scale networks, it can monitor various data such as CPU load, memory usage, number of Running Processes, disk space, and nic traffic.
Cacti is only a Management Suite written in PHP language. It needs to use the Net-SNMP tool to collect monitoring data and use
Preface:to better use MongoDB, you need to monitor some of the underlying usage of mongodb, such as flush number, number of connections, memory usage, index operation, slave delay, and so on, which can be done by configuring cacti to monitor MongoDB. 1, Import Template in cacti interfaceOn the computer locally, download this tgz package: http://mysql-cacti-templ
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.