docker-cacti
Cacti version 1+ under Docker
File Explorer
Download Latest Version (.zip)- docker-image.yml
- cacti-1.2.25.tar.gz
- cacti-spine-1.2.25.tar.gz
- cacti.conf
- config.php
- crontab
- snmpd.conf
- spine.conf
- cacti_multi.yml
- cacti_multi_shared.yml
- cacti_single_install.yml
- cacti_testing.yml
- README.md
- multi_host.png
- single_db.png
- single_host.png
- README.md
- boost.sql
- data_source_profiles.sql
- poller.sql
- spine.sql
- juniper-rpm-pktloss.xml
- juniper-rpm-rttjitter.xml
- juniper_bgp_prefix.xml
- f5_bigip_if.xml
- f5_bigip_ifStat.xml
- f5_bigip_ltm_member.xml
- f5_bigip_ltm_pool.xml
- f5_bigip_ltm_vs.xml
- f5_bigip_pm.xml
- f5_bigip_pool.xml
- f5_bigip_statProfiles.xml
- f5_bigip_vs.xml
- f5_gtm_poolStat.xml
- f5_gtm_wip.xml
- juniper_bgp_peer_state.xml
- Juniper_Firewall_Filter.xml
- juniper_fpc_stats.xml
- juniper_pem_stats.xml
- juniper_re_stats.xml
- juniper_srx_central_point.xml
- juniper_srx_screens.xml
- juniper_srx_security_policy.xml
- juniper_srx_services_processing_unit.xml
- f5-bigip-cpu-nice.pl
- f5_bigip_cpu.pl
- f5_bigip_cpun.pl
- juniper-rpm.pl
- juniper_bgp_prefix.php
- README.md
- ss_multicpu_avg.php
- cacti_host_template_cacti_stats.xml
- cacti_host_template_cisco_router.xml
- cacti_host_template_f5_bigip_v11.xml
- cacti_host_template_juniper_networks.xml
- .gitignore
- backup.sh
- CHANGELOG.md
- Dockerfile
- README.md
- restore.sh
- start.sh
- upgrade.sh
# Installation Guide
1. Get the code
git clone https://github.com/scline/docker-cacti
Downloads the entire project code from GitHub to your computer.
cd docker-cacti
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker exec <docker image ID or name> ./backup.sh
Type this command into your terminal and run it.
docker exec <docker image ID or name> ./restore.sh /backups/<filename>
Type this command into your terminal and run it.
docker exec <docker image ID or name> ls /backups
Type this command into your terminal and run it.
docker exec <docker image ID or name> ./upgrade.sh
Type this command into your terminal and run it.
-- Enable spine poller from docker installation
Type this command into your terminal and run it.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
