Skip to content

zhausong/angular-alerta-webui

 
 

Repository files navigation

Alerta Web UI 3.0

Version 3.0 of the alerta dashboard is an AngularJS web app that uses client-side templating.

It replaces alerta dashboard version 2.0 which still works, but is no longer under active development.

Example

dashboard

Installation

In production, copy the files under the app/ directory to a web server.

Configuration

By default, the dashboard will assume the alerta API endpoint is located at port 8080 on the same domain that the dashboard is served from. That is:

var config = {
  'alerta': "http://"+window.location.hostname+":8080"
};

Modify the file app/js/services.js to use a different alert API endpoint. For example:

var config = {
  'alerta': "http://api.alerta.io"
};

Deploy to the Cloud

Deploy

Dependencies

All dependencies are included, however, for reference they are:

License

Copyright (c) 2014 Nick Satterly. Available under the MIT License.

Packages

No packages published

Languages

  • JavaScript 88.5%
  • Shell 6.0%
  • CSS 5.5%