Skip to content

zeroviscosity/horus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Horus: Serivce Monitoring System

Create assets/js/config.js and add something like this:

window.HorusConfig = {
    services: [
        {
            label: 'Example Service',
            url: 'https://api.example.com/api/version',
            parse: function(data) {
                // Return something from the data for display purposes
                return data.version;
            }
        }
    ]
};

Compile the js using Browserify and Reactify:

browserify -t reactify js/app.jsx -o assets/js/app.js

Start the server:

cargo run

About

Service monitoring system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published