Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bmfmancini/cacti-install-wizard
- Owner: bmfmancini
- Created: 2019-04-29T01:40:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-13T02:08:41.000Z (5 months ago)
- Last Synced: 2024-06-14T04:24:44.807Z (5 months ago)
- Topics: bash, bash-script, cacti, cacti-install, cacti-server, wizard
- Language: Shell
- Homepage: https://www.seanmancini.com
- Size: 135 KB
- Stars: 23
- Watchers: 6
- Forks: 16
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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 pluginsTODO
Debug
Add more plugins to download option
add option to select specific plugins from list
Document scriptBUGS
## 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")