Skip to content

jquery plugin for showing your uptime robot monitors

Notifications You must be signed in to change notification settings

bicbmx/uptimerobot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Uptime Robot jquery plugin

jquery plugin for showing your uptime robot monitors

Dependencies

  • jquery
  • underscore.js

Configuration

Initialize by:

$("body").uptimeRobot({monitorConfs: [
    {
     	apiKey: "XXX",
        name: "displayName",
        location : "displayLocayion"
    }],
    containerId: "monitors",
    monitorTemplateId: "monitor_template"
});

Where 'monitors' is the container element the monitors will be appended to, and 'monitor_template' is the underscore template used to draw each monitor.

About

jquery plugin for showing your uptime robot monitors

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%