Git Product home page Git Product logo

server-monitoring-service-worker's Introduction

MIT License LinkedIn

SERVER MONITORING
Service Worker

Table of Contents

About The Project

Web application allowing to have information on a server, with the possibility to add links to local web servers and services (Service Worker).

Console

Build with

Getting Started

Prerequisites

Installation

  1. Install the Back and front end part Server Monitoring - Service Worker
  2. Clone the repo
    git clone https://github.com/KristenJestin/server-monitoring-service-worker.git

Linux

  1. Build the project

    dotnet build ServerMonitoringServiceWorker /p:PublishProfile=Linux
  2. Go in bin/Release/Linux and Create service file

    [Unit]
    Description=Demo worker
    
    [Service]
    Type=notify
    WorkingDirectory=/PATH_TO_BUILD_FOLDER/server-monitoring-service-worker
    ExecStart=/PATH_TO_BUILD_FOLDER/server-monitoring-service-worker/ServerMonitoringServiceWorker
    
    [Install]
    WantedBy=multi-user.target
  3. Start service

    ln -rs service /etc/systemd/system/demo-worker.service
    
    systemctl daemon-reload
    
    systemctl start demo-worker.service
    
    systemctl enable demo-worker.service

Windows

  1. Build the project
    dotnet build ServerMonitoringServiceWorker /p:PublishProfile=Windows
  2. Go in bin/Release/Windows and Create service (in Admin mode)
    sc create DemoWorker binPath="PATH_TO_BUILD_FOLDER\ServerMonitoringServiceWorker.exe" start=auto
  3. Start service
    sc start DemoWorker

Roadmap

All future features are available on Trello.

Trello

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Kristen JESTIN - [email protected]

Project Link: https://github.com/KristenJestin/server-monitoring-service-worker

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.