Remove the static_physical datasource from the recommended 'types' list

We should deprecate the static_physical datasource in Rocky. In the
meantime, remove it from the 'types' list in the documentation.
Also removed nagios, which is still supported but was not tested for a
long time.

Change-Id: Ifa2d3f9b4af9be9ac02cc303acd6074f168a1462
This commit is contained in:
Ifat Afek 2018-01-30 10:08:59 +00:00
parent fbc10899f7
commit fe7ecc172c
2 changed files with 2 additions and 2 deletions

View File

@ -203,7 +203,7 @@ or by configuring ``vitrage.conf``.
[datasources]
snapshots_interval = 300
# Names of supported plugins (list value)
types = nagios,zabbix,nova.host,nova.instance,nova.zone,static_physical,aodh,cinder.volume,neutron.network,neutron.port,heat.stack
types = zabbix,nova.host,nova.instance,nova.zone,static,aodh,cinder.volume,neutron.network,neutron.port,heat.stack
[zabbix]
url = http://<ip>/zabbix

View File

@ -86,7 +86,7 @@ Vitrage configuration
.. code::
[datasources]
types = zabbix,nova.host,nova.instance,nova.zone,static_physical,aodh,cinder.volume,neutron.network,neutron.port,heat.stack
types = zabbix,nova.host,nova.instance,nova.zone,static,aodh,cinder.volume,neutron.network,neutron.port,heat.stack
2. Add following section to ``/etc/vitrage/vitrage.conf``