@@ -70,11 +70,11 @@ Cacti yourself, please follow the instructions below.
7070 Ensure you write down your MariaDB/MySQL root password for later use. Keep
7171 a backup copy of it safe.
7272
73- 8 . (Optional) Cygwin - Download and execute ` setup-x86_64.exe ` from the Cygwin website.
73+ 7 . (Optional) Cygwin - Download and execute ` setup-x86_64.exe ` from the Cygwin website.
7474 Keep the ` setup-x86_64.exe ` file for later use. You will need Cygwin and its
7575 development packages for building RRDtool and spine.
7676
77- 9 . (Optional) Net-SNMP - Install to the ` c:\usr ` directory. If you choose to
77+ 8 . (Optional) Net-SNMP - Install to the ` c:\usr ` directory. If you choose to
7878 use ` c:\Program Files\net-snmp ` you will have to use 8.3 filenames to
7979 reference its binaries in Cacti. The default installation location for Net-SNMP
8080 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
@@ -325,7 +325,7 @@ The following changes will be required regardless of your selected Webserver.
325325 Log in using the username and password of admin/admin. You will be required
326326 to change this password immediately.
327327
328- 3 . From Cacti, go to Settings -> Paths and verify/udate your paths to point to
328+ 3 . From Cacti, go to Settings -> Paths and verify/update your paths to point to
329329 the correct locations. Recommended examples are posted below. If you plan on
330330 using Spine, then it is very important that all paths include forward slashes
331331 instead of backslashes.
@@ -381,11 +381,11 @@ The following changes will be required regardless of your selected Webserver.
381381 After this has ran once, you should have ` cacti.log ` in ` /cacti/log/ ` and
382382 RRDfiles in ` /cacti/rra/ ` .
383383
384- 8 . You are going to need to schedule a task while logged on as an Administrator.
385- This task is required to you can run ` poller.php ` every 5 minutes. Make sure
384+ 6 . You are going to need to schedule a task while logged on as an Administrator.
385+ This task is required so you can run ` poller.php ` every 5 minutes. Make sure
386386 the Task Scheduler service is started and follow the steps below to begin.
387387
388- > ** Note:* The following instructions are based on most Windows installs.
388+ > ** Note:** The following instructions are based on most Windows installs.
389389
390390 1 . Select Start -> Settings -> Control Panel and double click on Scheduled
391391 Tasks.
@@ -410,20 +410,20 @@ The following changes will be required regardless of your selected Webserver.
410410 ` c:\php `
411411 ` c:\phpsapi `
412412
413- 7 . Click Next and Finish to close the wizard.
413+ 6 . Click Next and Finish to close the wizard.
414414
415- 8 . Right click on the task you just created, and select Properties.
415+ 7 . Right click on the task you just created, and select Properties.
416416
417- 9 . Select the Schedule tab.
417+ 8 . Select the Schedule tab.
418418
419- 10 . Make sure Daily is selected and click the Advanced button.
419+ 9 . Make sure Daily is selected and click the Advanced button.
420420
421- 11 . Check the Repeat checkbox, set it for 5 minutes and set the duration for
421+ 10 . Check the Repeat checkbox, set it for 5 minutes and set the duration for
422422 24 hours.
423423
424- 12 . Click Ok
424+ 11 . Click Ok
425425
426- 13 . In the Run textbox enter the following text making sure to use the
426+ 12 . In the Run textbox enter the following text making sure to use the
427427 appropriate paths.
428428
429429 ` c:\php\php.exe c:\mycacti\website\cacti\poller.php `
0 commit comments