Add New Widget

VirtualMetric dashboard can be customized by adding different kind of widgets.

To add new widget, click on Add Widget button.

Import Widget

Prepared widgets can be imported.

  • Import API Query: VirtualMetric is an API based application. Every component has an API. To see API of widget, you have to expand widget. After getting the API, write API to query field.

Example:

https://devapi.virtualmetric.com/API/Query/Read?columns=inventory:host:name,counter:host:439,counter:host:172&groupBy=host&output=top&allowDBPaging=yes&orderDir=desc&topRows=10&rowsPerPage=10&title=Top+Memory+Usage&icon=fa+fa-memory&export=html&liveMode=3&legendposition=3&tooltipinteraction=0&access_token=***********************
  • Import Widget: Exported widget can be imported to dashboard by adding content to request content.

Example:

{"IsSystem":false,"ModuleID":0,"LiveMode":1,"ChartType":3,"RecordStatus":1,"SqlQueryStatus":0,"TimeZone":20,"Forecast":-1,"TopRows":0,"DefinitionID":0,"Interval":-1,"RefID":0,"ID":0,"UseExternalAPI":false,"ChartProperties10":null,"ChartProperties09":null,"ChartProperties08":null,"ChartProperties07":null,"ChartProperties06":null,"ChartProperties05":null,"ChartProperties04":1,"ChartProperties03":1,"ChartProperties02":1,"ChartProperties01":1,"SqlQuery":null,"APIToken":null,"APIUser":null,"APIAddress":null,"Unit":"max","Aggregate":"no","OrderDir":"desc","OrderBy":"default","DrillDown":null,"FilterColumn":null,"Filter":null,"GroupBy":"object","ObjectFilter":"genericwebsite-8194","Columns":"inventory:genericwebsite:name,counter:genericwebsite:952","IconName":null,"LanguageKey":"website content","Name":"website content"}
  • Import Template: VirtualMetric offers some prepared widgets which can be imported. Select source, level and template then click submit.

Add new Widget

VirtualMetric offers different kind of widgets.

  • Empty widget: You can create empty widget, select an icon and add a title. After adding the empty widget you have to edit.

  • Notes: Add your notes from notes widget. Fill the notes field.

  • Clock: To add clock widget, you must select mode (Analog and Dijital) and time zone.

  • Calendar: To add calendar widget, you must select time zone.

  • Markdown: Add your markdown expression to markdown field.

  • Editor: Add your expression to editor field. You can also write your notes in html format by clicking on < > (view html) option.

  • Video: Youtube and Vimeo videos can be added to VirtualMetric Dashboard. It should be embed format.

  • Title: You can add title in dashboard.

  • URL Address: URL can be added to VirtualMetric Dashboard.

  • Heatmap: VirtualMetric offers a heatmap that shows general health of servers. You must select and size of icons. You can also filter the server.

  • Realtime: A line chart, that shows metrics in realtime, can be added in dashboard. By default it will show process load, but you can change it by editing the widget.

  • Alarms: VirtualMetric alarms and alerts can be shown in dashboard. You can change display (table, charts etc.) of alarms and filter.

  • Analytics: Log table can be added to dashboard. You must add the log query to SQL Content field.

  • Network Map: Network Map can be added to dashboards. You can change display from below fields.

  • Network Path: Network path can be shown at dashboard.

Example:

Last updated