Giter VIP home page Giter VIP logo

ansible-cacti-server's Introduction

cacti-server

Build Status Ansible Galaxy

Set up cacti in Debian-like systems (server side).

Requirements

See and tests/pre.yml.

Variables

  • cacti_server_checkout_repo: [default: https://github.com/Cacti/cacti.git]: Cacti git repo

  • cacti_server_version: [default: 1.2.17]: Only used in {{ cacti_server_git_version }}

  • cacti_server_git_version: [default: "release/{{ cacti_server_version }}"]: What version of Cacti to check out (set up). This can be the full 40-character SHA-1 hash, the literal string HEAD, a branch name, or a tag name

  • cacti_server_config_database_default: [default: cacti]: Database name

  • cacti_server_config_database_hostname: [default: localhost]: Database host

  • cacti_server_config_database_username: [default: cacti]: Database username

  • cacti_server_config_database_password: [default: cacti]: Database password

  • cacti_server_config_database_port: [default: 3306]: Database port

  • cacti_server_config_url_path: [default: /cacti/]: The (default) path of your cacti install

  • cacti_server_use_poller_php: [default: true]: Whether or not to install a crontab for the poller

  • cacti_server_install: [default: []]: Additional packages to install

  • cacti_server_install_path: [default: {}]: Install declaration

  • cacti_server_install_path.src: [required]: Path of Cacti checkout (e.g. "{{ cacti_server_checkout_path }}")

  • cacti_server_install_path.dest: [required]: Path of Cacti install (where it will be symlinked to, e.g. /var/www/example.com/cacti/public_html/cacti)

Dependencies

None

Recommended

  • cacti-client (see)
  • cacti-plugin-percona (see)
  • cacti-spine (see)

Example

---
- hosts: all
  roles:
    - oefenweb.cacti-server
  vars:
    cacti_server_install_path:
      src: "{{ cacti_server_checkout_path }}"
      dest: /var/www/example.com/cacti/public_html/cacti

License

MIT

Author Information

Mischa ter Smitten

Feedback, bug-reports, requests, ...

Are welcome!

ansible-cacti-server's People

Contributors

tersmitten avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  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.