All Projects → marmelab → uptime

marmelab / uptime

Licence: other
A prototype of website monitoring tool, written in Go and React.js, modeled after fzaninotto/uptime

Programming Languages

javascript
184084 projects - #8 most used programming language
go
31211 projects - #10 most used programming language
archived Archived Repository
This code is no longer maintained. Feel free to fork it, but use it at your own risks.

Uptime

⚠️ Before installing this project you must know that uptime is outdated and not maintained anymore by marmelab's team.

If you are interested to maintain this project, please open an issue.

Setup

In order to make the project functional, you have to run following command:

make setup

In order to initialise the database, you have to run following command:

make init_db

You can adding default destination to ping with the command:

make load_fixtures

Then you can run the app with:

make run 

Note: you need docker-compose to get the full architecture working.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].