Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bmfmancini/cacti-install-wizard

This script is a setup wizard for a new cacti installation
https://github.com/bmfmancini/cacti-install-wizard

bash bash-script cacti cacti-install cacti-server wizard

Last synced: 3 days ago
JSON representation

This script is a setup wizard for a new cacti installation

Awesome Lists containing this project

README

        

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
```

- features are

-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 ](http://img.youtube.com/vi/koUcuQT0KIU/0.jpg)](https://youtu.be/koUcuQT0KIU "Video Tutorial")