We have configured the performance polling interval and delta time to 15 minutes for Versa performance data collection. However, we are observing that the metrics are being collected at an interval of approximately 30 minutes instead of the expected 15 minutes and shown as such in the DX NetOps Portal GUI dashboards and reports.
Configuration details are:
PERFORMANCE_POLL_RATE: "0 */15 *"PERFORMANCE_DELTA_TIME: 900
Expected: Metrics collected every 15 minutes, Actual : Metrics collected every ~30 minutes
DX NetOps CAPM integrated with VNA all currently supported releases
VNA polls at 15 min intervals and currently Versa Controller provides metrics at 15 min delta.
If the Versa Controller provides data at 15min intervals, then VNA VERSA plugin sends that to CAPM and it will be recorded in the DB at 15 min intervals.
As such, we can override the Portal setting which defaults to 30min resolution for time periods greater than 4 hours by setting Model.OverrideSDWanResolution = True. This setting means we can show data at 15m resolution after 4 hours in the Portal GUI reports if the data is in the DB at 15m.
To modify the attribute controlling the data resolution shown in the Portal GUI, you can set the Model.OverrideSDWanResolution in the Portal PC->General table to 'true'. There are two ways to do this:
cd /opt/CA/MySql/bin./mysql -unetqos -p<PASSWORD> netqosportal
insert into netqosportal.general values('Model.OverrideSDWanResolution', 'true');
PC -> Global Attributes Debug page, accessible via:Model.OverrideSDWanResolution in there to true and then click on the Update button. The page looks like: