Skip to content
Lauren Padia edited this page Jun 22, 2016 · 13 revisions

[User Guide](User Guide)


#Working With Dashboards Dashboard content is specific to the visualization framework being used to render the dashboard. Argus web services do not support rendering of metric data or dashboards.

##Dashboard Structure A dashboard includes the end date, ID, name, owner, metric, scope, shared, start date, and tags.

Component Description
Id ID of the Dashboard
Name Dashboard name
Content Content of the Dashboard
Owner Dashboard Owner
Shared Indicates if the dashboard is visible by other users
Description Dashboard description

##Create a Dashboard
To create a dashboard, click the Add button on the Dashboard List page. To view your new dashboard, enter your last name in the search box.

##Modify a Dashboard To modify an existing dashboard, search for the ID number, dashboard name, description, or last name of the owner in the search box.

  1. Click the dashboard name that you want to modify.
  2. Click the Edit tab.
  3. Modify the dashboard and click Save.

###Custom Tags Dashboard templates can have an arbitrary number of HTML tags. You can use any HTML5 tags like divs, table, and list to provide specific functionality. Argus also supports Bootstrap CSS classes for styling.

Currently, Argus supports line charts, area charts, and tabular charts. We encourage users to add support for other charts to the Argus UI. Here's a list of tags available for dashboard content.

Tag Description
<ag-dashboard/> Defines the dashboard
<ag-chart/> Defines a chart of the dashboard
<ag-table/> Defines metric data in a tabular format
<ag-option/> Options for a chart or a table
<ag-metric/> Time-series displayed on a chart or table
<ag-flags/> Defines annotations

##Delete a Dashboard You must be logged in as a user with appropriate permissions to delete a dashboard. Select the dashboard from the dashboard list, and click Delete.

Argus

Home
[Getting Started](Getting Started)
##[User Guide](User Guide)
Alerts
Annotations
Dashboards
Metrics
Namespaces
[Data Model](Data Model)

Transforms
[Web Service API](Web Service API)

  • [/alerts](Alerts Resource)
  • [/annotations](Annotation Resource)
  • [/audit](Audit Resource)
  • [/authentication](Authentication Resource)
  • [/collection](Collection Resource)
  • [/dashboards](Dashboard Resource)
  • [/discover](Discover Resource)
  • [/history](History Resource)
  • [/management](Management Resource)
  • [/metrics](Metrics Resource)
  • [/namespace](Namespace Resource)
  • [/users](Users Resource)

Contributing

Clone this wiki locally