Skip to content

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

License

Notifications You must be signed in to change notification settings

KristenJestin/server-monitoring-service-worker

Repository files navigation

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 - contact@kristenjestin.fr

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Languages