Code Monkey home page Code Monkey logo

docker-cacti's Introduction

docker-cacti

Docker container for cacti 0.8.8f

"Cacti is a complete network graphing solution designed to harness the power of RRDTool's data storage and graphing functionality. Cacti provides a fast poller, advanced graph templating, multiple data acquisition methods, and user management features out of the box. All of this is wrapped in an intuitive, easy to use interface that makes sense for LAN-sized installations up to complex networks with hundreds of devices."

Install dependencies

To install docker in Ubuntu 14.04 use the commands:

$ sudo apt-get update
$ wget -qO- https://get.docker.com/ | sh

To install docker in other operating systems check docker online documentation

Usage

To run container use the command below:

$ docker run -d -p 80 -p 161:161 quantumobject/docker-cacti

Accessing the Cacti applications:

After that check with your browser at addresses plus the port assigined by docker:

  • http://host_ip:port/cacti/

Them you can log-in admin/admin, Please change the password.

To install plugins on cacti :

To access the container from the server that the container is running

 $ docker exec -it container_id /bin/bash

change directory to plugins directory of the cacti ubuntu

 $ cd /usr/share/cacti/site/plugins/

download and unpack plugins

 $ wget wget http://docs.cacti.net/_media/plugin:flowview-v1.1-1.tgz
 $ gunzip -c plugin\:flowview-v1.1-1.tgz | tar xvf -
 $ mkdir -p /var/netflow/flows/completed
 $ chmod 777 /var/netflow/flows/completed

and them access to cacti console/plugin management and install it and enable it. This is only for an example, to install and configured flowview you need to check its documentation of the complete procedure for ubuntu.

To backup, restore cacti database :

To backup use the command below:

 $ docker exec -it container_id /sbin/backup

Them backup data was created /var/backups/alldb_backup.sql.

To restore use the command below:

 $ docker exec -it container_id /sbin/restore

More Info

About Cacti www.cacti.net

To help improve this container quantumobject/docker-cacti

For additional info about us and our projects check our site www.quantumobject.com

docker-cacti's People

Contributors

angelrr7702 avatar tukiyo avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.