How to Install Cacti Server on WINDOWS | Part 1

Описание к видео How to Install Cacti Server on WINDOWS | Part 1

How to Install Cacti Server on WINDOWS Step by Step / Installing Cacti on a Windows system
Our Cacti Tutorial PlayList:
   • Cacti Tutorials  

Alternative Free Networking Monitoring Tool LibreNMS
LibreNMS Tutorials:    • LibreNMS Tutorials  

CCNP Enterprise:    • CCNP Security Training  

Error during Cacti Installation Wizard**
see step 6 in part 2
Follow our step by step Guide Lines :
PART 1 Videos:
Download Cacti link:
https://www.cacti.net/download_cacti.php


The latest stable version is 1.2.17, released 05/03/21
Cacti require MySQL, PHP, RRDTool, net-SNMP, and a web server that supports PHP such as Apache or IIS.
Please see the requirements section of the manual for information on how to fulfill these
requirements under certain operating systems


⌚ Timestamps
0:00 Cacti Introduction
0:13 Download & Install Xampp
0:26 Download & Extract Cacti Server
1:04 PHP Timezone Settings
2:12 Change Apache Ports http/https
3:20 Configure Cacti Database
5:20 Cacti WEB Access
5:47 Download & Install RRDtool
6:20 Download & Setup Net-SNMP
6:45 Fixed Cacti Pre-Installation Checks Errors


Before Installing CACTI on Windows Computer /Windows Server there is some Prerequisite:

Software Prerequisite:
Step1: Install XAMPP
Step2: Install Cacti Server
Step3: Configuring Database and Settings
Step4: Install RRD-Tool and net-SNMP
Step5: cacti post-installation settings


Step1: Install XAMPP and settings
WARN:
1.It is highly recommended to set your system Date, Time, and ZONE
according to your country time, and zone.
2.XAMPP installation will be successful only if you have set the correct date, time, and zone
Under WINDOWs and PHP.
https://www.php.net/manual/en/timezon...


Once you have finished XAMPP installation you must change
Time & date under XAMPP Registry
I have already set my systems time and date I am going to change only the XAMPP time and date for PHP

3.Open Drive C: edit php.ini configuration file located in
C:\xampp\php\ (file name (php) configuration setting)
Once you have changed the time& date must be restarted XAMPP

Probably your 3306 or whatever you use is being used by other applications. Maybe you don't know that XAMPP usually has problems with apps like Skype. If you are running Skype try to close it and open XAMPP. You can also change default ports for HTTP and MySQL.
To Edit Apache ports open apache. conf and restart the server.
To Edit MySql ports open my.cnf and restart the service.


Step2: Import cacti folder under XAMPP register
File path: C:\xampp\htdoc

Step3: Create database and set DB name cacti
Import the cacti.sql file into MySQL database
NOTE:
Apache server did not open webpage if you have faced this error
You must change apache port

Step4:
Edit the cacti database settings located in
C:\xampp\htdocs\cacti\include

Step5:
Open any web browser enter the IP address of your PC
http://127.0.0.1:8090/cacti
default username: admin
default password: admin


SQL command to set SQL time zone
MySQL -u root -p MySQL
GRANT SELECT ON mysql.time_zone_name TO cacti@localhost;
flush privileges;
exit

Note: if you did not fix SQL time and date errors you are still stuck then
download from here timezone list and copy-paste
C:\xampp\mysql\data\mysql
https://dev.mysql.com/downloads/timez...

Error during Cacti Installation Wizard under MySQL my.ini file
add and some change parameters

[mysqld]
collation-server = utf8mb4_unicode_ci
max_allowed_packet = 16777216
max_heap_table_size = 256M
join_buffer_size = 512M
innodb_buffer_pool_size = 4096M
nnodb_flush_log_at_timeout = 3
innodb_read_io_threads = 32
innodb_write_io_threads = 16
innodb_io_capacity = 5000
innodb_io_capacity_max = 10000
innodb_buffer_pool_instances=35

Download net-SNMP for windows and install it
https://www.tuc.gr/fileadmin/Download...

Last step:
Create a pooler script for cacti poller
Open notepad and copy-paste the below script and associate with a task scheduler that runs every 5 minutes
C:\xampp\php\php.exe C:\xampp\htdocs\cacti\poller.php
___________________________
PHP Modules required
How to install/enable PHP Modules

gd
gmp
sockets
com_dotnet
ldap

go to php.ini file
search this ;extension=gd
remove ; on all gp,gmp sockets,
and add
extension=com_dotnet
extension=ldap

then restart the server
FOR MORE ASSISTANCE go to the below link

https://www.cacti.net/downloads/docs/...
cacti installation on windows 10
https://ipcorenetworks.blogspot.com/2...
free network monitoring tools for windows

#cacti #windows #Cactitutorial #CACTI #snmp #librenms #ubuntu #php #snmp #monitoring #windows #windows10

Комментарии

Информация по комментариям в разработке