https://github.com/ilert/uptime-monitor-integration-sample
Repository for our engineering blogpost
https://github.com/ilert/uptime-monitor-integration-sample
alerting api ilert integration monitor reports statuspage uptime
Last synced: 7 months ago
JSON representation
Repository for our engineering blogpost
- Host: GitHub
- URL: https://github.com/ilert/uptime-monitor-integration-sample
- Owner: iLert
- License: mit
- Created: 2020-05-22T16:10:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T21:40:46.000Z (almost 3 years ago)
- Last Synced: 2025-03-13T02:37:16.090Z (7 months ago)
- Topics: alerting, api, ilert, integration, monitor, reports, statuspage, uptime
- Language: HTML
- Homepage:
- Size: 128 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iLert uptime monitor integration sample
This setup is a resource that has been created for our blogpost on [building integrations with the iLert API for uptime monitoring and shareable reports](https://engineering.ilert.com/dynamic-uptime-monitor-report-integrations-22-05-2020).
## Requirements
* [git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
* [Node.js](https://nodejs.org/de/download/)
* an [iLert account](https://app.ilert.com/signup.jsf)## Setup & run
* clone this repository `git clone git@github.com:iLert/uptime-monitor-integration-sample.git`
* move to server dir `cd server`
* install dependencies `npm install`
* update `./server.js#13` with your iLert user information
* start server `npm start`
* visit `http://localhost:3333` in your browser## Disclaimer
This repository contains code that has been created and published with the purpose of providing a better understanding on how uptime monitoring can be integrated in multi tenant scenarios into 3d party applications. The code in the sample is not meant to be used in production without applying any changes.