882b730fdf
This modernises the openstack-infra documentation by switching to openstackdocstheme. Update dependencies as required. To remove non-relevant stuff from conf.py, I have just taken the demo file from openstackdocstheme and lightly modified it. It seems later sphinx has included it's own ":file:" role which now conflicts. Change it it ":cgit_file:" in our documentation. Remove the custom header template which no longer applies. Add the post-2.0-pbr sphinx-based warning-as-error, which fixes the original problem that I actually noticed that errors could slip through the gate tests :) Change-Id: Ic7bec57b971bb4c75fc839e7269d1f69a576b85c
35 lines
723 B
ReStructuredText
35 lines
723 B
ReStructuredText
:title: Cacti
|
|
|
|
.. _cacti:
|
|
|
|
Cacti
|
|
#####
|
|
|
|
The `Cacti network graphing tool <http://www.cacti.net/>`_
|
|
is installed on cacti.openstack.org.
|
|
|
|
At a Glance
|
|
===========
|
|
|
|
:Hosts:
|
|
* http://cacti.openstack.org
|
|
:Puppet:
|
|
* :cgit_file:`modules/openstack_project/manifests/cacti.pp`
|
|
:Projects:
|
|
* http://www.cacti.net
|
|
:Bugs:
|
|
* https://storyboard.openstack.org/#!/project/748
|
|
* http://www.cacti.net/bugs.php
|
|
:Resources:
|
|
* `Cacti Documentation <http://www.cacti.net/documentation.php>`_
|
|
|
|
Overview
|
|
========
|
|
|
|
Cacti is accessible via the web here:
|
|
|
|
http://cacti.openstack.org/cacti/graph_view.php
|
|
|
|
New servers are added to our cacti instance by adding the host to the
|
|
:cgit_file:`modules/openstack_project/manifests/cacti.pp` file.
|