bmfmancini / cacti-install-wizard

This script is a setup wizard for a new cacti installation
https://www.seanmancini.com
22 stars 16 forks source link
bash bash-script cacti cacti-install cacti-server wizard

Cacti server setup wizard

this script requires git and unzip

Debian

To use the script
git clone https://github.com/bmfmancini/cacti-auto-install.git
cd cacti-auto-install
chmod +x cacti-setup-wizard-debian-Ubuntu.sh
./cacti-setup-wizard-debian-Ubuntu.sh
RUN THE SCRIPT AS ROOT!!

The script also works on RHEL however you MUST enable EPEL prior to running the script and ensure its working to enable RHEL EPEL reports you can use the following command

yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm

-download either chosen or latest version of cacti
-autoconfigure database either with defaults or chose credentials
-auto tunes MariaDB using cacti recommended settings
-auto-populates cacti database
-downloads all needed packages for cacti install
-asks if you want to install spine if so it will automatically compile it
-adds system user and assigns permissions to folders
-downloads and installs plugins

TODO

Debug Add more plugins to download option
add option to select specific plugins from list
Document script

BUGS

July 6th 2021 - Script is not working on Centos 8 will have a fix soon !

any other bugs Please let me know!

Check out my video tutorial on using the script !

Video Tutorial