- Add title label in hash table utilization gauges
- List Hash Tables charts and Periodic Activities charts in a single page
- Replace Periodic Activities max duration column with time utilization percentage
- Add api to add a straight line in the charts
- Show max duration time as a straight line in Periodic Activities charts
- Move dropped flow calls charts to the Peridic Activities page
- Fix expert view number of calls 0
- Fix interface/host/network trigger alert label
- Move chart icon to separate column in redis and influxdb pages
- Fix interface menu selection in Hash Tables and Periodic Activities
- Highlight issues with a warning triangle in Hash Tables and Periodic Activities
- Fix some page navigation issues with extra_params
- Fix wrong schema graph options passed to nv_graph_utils
* Integrate modified nvd3 library with zoom and multicharts working support
* Fix count in RRD driver
* Initial chart ajax migration
* Update nvd3 with zoom stack support
* Fix RRD listSeries with directories
* Work in progress graphs
* Compatibility fix
* Initial support for schema based api
* Add missing script
* Fix listSeries for existance check
* Implement topk timseries api
* Implement topk queries and fix labels and formats
* Migrate interface top sender and receivers
* Migrate charts to new API
* Move timeseries list for menu inside respective scripts
* Add support for extended labels
* Fix missing fields while chaning graph resolution
Also Rename drawRRD in drawGraphs
* Fix historical tabs
* Add missing time fence in influx topk
* Add graphs support for custom statistics visualization
* Initial support for graphs statistics footer
* Implement statistics in single graphs for RRD driver
* Move sampling function into the driver and fix graph statistics
* Fix max/min value offset
* Implement influxdb sampling use built-in FILL
* Implement stats and total serie in influxdb driver
* Update nvd3 with multiChart fixes
* Update nvd3 with new multiChart fixes
* RRD driver fixes
* Move metrics type from single metric to schema
* Handle ajax errors and empty data in charts
* Fix flow device interfaces graphs
* Use timeserie label as timeseries dropdown text
* Implement topk aggregation into one data serie
* ts_utils module now provides all the schemas
* Migrate ntop.exist(rrd) to ts_utils.exist
* Fix timeseries dropdown label
* L4 protos fixes for charts
* Migrate getProtoVolume to new API
* Integrate nvd3 fix for tooltip position
* Initial community graphs migration to timseries API
* Fix community timeseries dropdown and historical tabs
* Hide total serie by default
* Remove l4 protos from topk charts
* Implement flow flood alert
* Remove alerts general settings
* Implement global threshold alerts for hosts, networks and interfaces
* Implement global anomaly alert configuration, lua side
* Make the global thresholds not bound to the interface
* Implement global anomaly alert configuration, C side
* Make the engaged alerts cache per interface to avoid conflics
* partial work
* Migrate 'mode' parameters
* Migrate alerts types
* Fix some interface ids
* Partial work
* Partial work
* End of work for _GET parameters
* Work in progress
* Add support for special parameters
* Preferences validation
* Fixes and improvements
* Enforce interger validation
Interfaces were handled globally before this commit. Now
alerts can be configured per-interface. So for example alerts
for the same host 193.168.2.1 can be handled differently on multiple interfaces.
Old alerts configured should be automatically migrated thanks to script startup.lua
This commits also paves the way to introduce stateful alerts in the professional version