CloudOpting / cloudopting-manager

The cloudopting core manager
MIT License
10 stars 7 forks source link

Create new table for zabbix monitoring #216

Closed gioppoluca closed 8 years ago

gioppoluca commented 8 years ago

I reconsidered that is better to have a table also for zabbix data is too messy to recover info dynamically.

New table will be: customization_monitoring_zabbix

Columns: id customization_id (reference to the customization table) host (string) item (string) history (string) sortfield (string) limit (integer) description (string) chart_type (string) unit (string)

As always Db and java

cpopsa commented 8 years ago

Done