Code Monkey home page Code Monkey logo

ketum's Introduction

Ketum

build and test

Ketum is where I go deep by implementing what I learned. I try to make sure each release is production-ready, but still don't put it into production without testing the app!

Ketum is a cross-platform and open-source application that enables you to easily test and monitor your website’s health.

Monitor your Website and APIs from your on-premises server and never miss any problem on your website with our E-mail notifications.

Features

WEBSITE TESTING

Our convenient platform allows you to monitor the health of your website effortlessly. The testing process is quick, reliable, and simple. You can receive your results in no time so that you don’t have to wonder about the status of your site!

TRACK HEALTH

Ketum provides you with simple and easy-to-read charts that track your website’s health, and you will have access to charts displaying your uptime, response time, and other test results.

Instant Notifications

Never miss any problem on your website with our E-mail notifications.

Install and Run

Please follow this document to run Ketum. If you want to see screenshots of the application, you can check it here.

NOTE: Ketum was created using the ABP framework startup template. So it fully supports ABP framework documentation. Please check the ABP framework documentation whenever you have any questions.

Contribution

Ketum is an open source platform. Check the contribution guide if you want to contribute to the project.

ketum's People

Contributors

berkansasmaz avatar dependabot-preview[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

ketum's Issues

Add Webhook notification

Is there an existing issue for this?

  • I have searched the existing issues

Is your feature request related to a problem? Please describe the problem.

I would like to have a webhook notification

Describe the solution you'd like

Like the email notification, add a provider for webhook (HTTP(S) request) notification.
Request a configurable endpoint with some data as JSON (payload) - POST or via query string - GET

Additional context

No response

Menu and page empty after login

Hi,

First of all I have to say that I am not familiar with WebPack and I did not found a way to install it on Visual Studio 2019 on Windows. So I made a change in Startup.cs to bypass it.
`public void Configure(IApplicationBuilder app, IHostingEnvironment env)
{
if (env.IsDevelopment())
{

            //app.UseDeveloperExceptionPage();

            // Webpack initialization with hot-reload.
            //app.UseWebpackDevMiddleware(new WebpackDevMiddlewareOptions
            //{
            //    HotModuleReplacement = true
            //});
            
            app.UseExceptionHandler("/Home/Error");
            app.UseHsts();
        }
        else
        {`

Also I made little changes for using MSSQL instead of Postgress.
So, after login I have this
image
and respectively
image

I suppose that is caused by bundling, but I don't know how to bypass this.

Off-topic: something is wrong with github home page of project since if by hazard is browsed with (old) Edge browser, all computer is nearly freezing. It's so severe that I am not able to inspect page.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.