@@ -71,11 +71,11 @@ Cacti yourself, please follow the instructions below.
7171 Ensure you write down your MariaDB/MySQL root password for later use. Keep
7272 a backup copy of it safe.
7373
74- 8 . (Optional) Cygwin - Download and execute ` setup-x86_64.exe ` from the Cygwin website.
74+ 7 . (Optional) Cygwin - Download and execute ` setup-x86_64.exe ` from the Cygwin website.
7575 Keep the ` setup-x86_64.exe ` file for later use. You will need Cygwin and its
7676 development packages for building RRDtool and spine.
7777
78- 9 . (Optional) Net-SNMP - Install to the ` c:\usr ` directory. If you choose to
78+ 8 . (Optional) Net-SNMP - Install to the ` c:\usr ` directory. If you choose to
7979 use ` c:\Program Files\net-snmp ` you will have to use 8.3 filenames to
8080 reference its binaries in Cacti. The default installation location for Net-SNMP
8181 on Windows is ` c:\usr ` where closely aligns with Linux and Unix install paths.
@@ -111,18 +111,18 @@ The following changes will be required regardless of your selected Webserver.
111111 max_execution_time = 300
112112 ```
113113
114- 6 . In earlier installation guides to PHP, they recommended moving certain DLL's
114+ 5 . In earlier installation guides to PHP, they recommended moving certain DLL's
115115 to the ` c:\winnt\system32 ` directory. If so, you will have to remove those
116116 files. Please review the PHP installation documentation for instructions on
117117 removing those files.
118118
119- 7 . If you want to allow template importing, uncomment the following line:
119+ 6 . If you want to allow template importing, uncomment the following line:
120120
121121 ``` ini
122122 file_uploads = On
123123 ```
124124
125- 8 . Give the user who will be running the scheduled task, modify rights to the
125+ 7 . Give the user who will be running the scheduled task, modify rights to the
126126 ` .index ` file in the location pointed to by the ` MIBDIRS ` Windows System
127127 environment variable.
128128
@@ -328,7 +328,7 @@ The following changes will be required regardless of your selected Webserver.
328328 Log in using the username and password of admin/admin. You will be required
329329 to change this password immediately.
330330
331- 3 . From Cacti, go to Settings -> Paths and verify/udate your paths to point to
331+ 3 . From Cacti, go to Settings -> Paths and verify/update your paths to point to
332332 the correct locations. Recommended examples are posted below. If you plan on
333333 using Spine, then it is very important that all paths include forward slashes
334334 instead of backslashes.
@@ -384,11 +384,11 @@ The following changes will be required regardless of your selected Webserver.
384384 After this has ran once, you should have ` cacti.log ` in ` /cacti/log/ ` and
385385 RRDfiles in ` /cacti/rra/ ` .
386386
387- 8 . You are going to need to schedule a task while logged on as an Administrator.
388- This task is required to you can run ` poller.php ` every 5 minutes. Make sure
387+ 6 . You are going to need to schedule a task while logged on as an Administrator.
388+ This task is required so you can run ` poller.php ` every 5 minutes. Make sure
389389 the Task Scheduler service is started and follow the steps below to begin.
390390
391- > ** Note:* The following instructions are based on most Windows installs.
391+ > ** Note:** The following instructions are based on most Windows installs.
392392
393393 1 . Select Start -> Settings -> Control Panel and double click on Scheduled
394394 Tasks.
@@ -413,20 +413,20 @@ The following changes will be required regardless of your selected Webserver.
413413 ` c:\php `
414414 ` c:\phpsapi `
415415
416- 7 . Click Next and Finish to close the wizard.
416+ 6 . Click Next and Finish to close the wizard.
417417
418- 8 . Right click on the task you just created, and select Properties.
418+ 7 . Right click on the task you just created, and select Properties.
419419
420- 9 . Select the Schedule tab.
420+ 8 . Select the Schedule tab.
421421
422- 10 . Make sure Daily is selected and click the Advanced button.
422+ 9 . Make sure Daily is selected and click the Advanced button.
423423
424- 11 . Check the Repeat checkbox, set it for 5 minutes and set the duration for
424+ 10 . Check the Repeat checkbox, set it for 5 minutes and set the duration for
425425 24 hours.
426426
427- 12 . Click Ok
427+ 11 . Click Ok
428428
429- 13 . In the Run textbox enter the following text making sure to use the
429+ 12 . In the Run textbox enter the following text making sure to use the
430430 appropriate paths.
431431
432432 ` c:\php\php.exe c:\mycacti\website\cacti\poller.php `
0 commit comments