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;