Notes for cacti monitoring

Source: Internet
Author: User

In useCacti monitoringPay attention to the following points:

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 --> Poller Type, select spine.

3. In setting --> poller --> Maximum Concurrent Poller Processes, modify it to a greater value, for example, 10.

4. In setting --> poller --> Maximum Threads per Process, modify it to a greater value, for example, 50.

5. Modify the maximum number of connections of mysql. The default value is 100, which is 2000 or greater.

In windows, go to the MYSQL installation directory and open the MYSQL configuration file my. ini or my. cnf to find max_connections = 100 and change it to max_connections = 2000 to restart MYSQL.

6. Modify default_socket_timeout, max_execution_time, and max_input_time in php. ini.

 
 
  1. default_socket_timeout = 180  
  2.  
  3. max_execution_time = 120  
  4.  
  5. max_input_time = 120  
  6.  

7. After the installation is complete, a win Plan Task cacti is automatically created and the running account is changed to the Administrator;

Through the above seven points of attention, we must be more proficient in using cacti! Hope it will be useful to you!

  • Cacti percentage monitoring Algorithm
  • Custom remote monitoring using cacti and performance counters
  • Cacti installation and configuration method summary
  • Cacti Data Structure
  • Modify the rrd file size in Cacti
  • Install cacti with lamp

Related Article

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.