[Cacti configuration series] Notes for configuring cacti monitoring in windows.

Source: Internet
Author: User
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 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.

Default_socket_timeout = 180
Max_execution_time= 120
Max_input_time= 120
7. After the installation is complete, a win Plan Task cacti is automatically created and the running account is changed to the Administrator;


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.