Monitoring System Micro-service

This project was made by python version 3

A micro-service that can be extended to help in monitoring systems. Be extensible to be incorporated in any of the systems to facilitate timely interventions.

The micro-service accepts 5 parameters

IP Resource (domain name eg mwandishi.co.ke),
Email Address,
services_open[
    {
        "port" : "",
        "description" : ""
    },
    {
        "port" : "",
        "description" : ""
    }
],
services_closed[
    {
        "port" : "",
        "description" : ""
    },
    {
        "port" : "",
        "description" : ""
    }
]
timeInterval in minutes

System Requirements

python3
schedule and nmap should be installed

GitHub

View Github