Skip to content

surelle-ha/Monitar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monitar

FlyffBanner

Monitar is an uptime monitoring tool designed specifically for Windows applications. Its primary purpose is to continuously monitor the status of selected applications, alerting users in real-time via NTFY notifications if any monitored application becomes unresponsive or unexpectedly shuts down. With Monitar, users can ensure the uninterrupted operation of critical applications, making it ideal for environments where high availability is essential. The tool not only tracks uptime but also offers configurable monitoring intervals, customizable alerts, and detailed logs to support proactive management and troubleshooting.

Installation

As of now, there's no build release for Monitar yet but you can build it from the source. To do it, you just need to execute the Windows Batch file.

./build.cmd

This will create a dist directory. This is where you'll see the built executable. Before you make all these, make sure that you have Python 3 installed in your device.

Quick Start for Contributors

To get started, here’s what you need to know:

Code of Conduct

We prioritize creating a respectful and inclusive environment. Please review and adhere to our Code of Conduct to ensure a positive experience for all collaborators.

Reporting Bugs

If you find a bug in the codebase:

  1. Check Existing Issues: Verify if the issue has already been reported to avoid duplication.
  2. Create a Detailed Issue: Include a descriptive title, a clear explanation of the problem, steps to reproduce, and the expected outcome.

Feature Requests

To suggest a new feature:

  1. Search Existing Suggestions: Check if someone else has already proposed something similar.
  2. Submit a New Issue: Clearly describe the proposed feature, its benefits, and possible implementations.

How to Contribute Code

Setting Up Your Development Environment

  1. Fork the Repository: Start by forking the Zentinel.JS repository on GitHub.
  2. Clone Your Fork: Clone your forked repository to your local machine.
  3. Install Dependencies: Navigate to the project directory and run npm install to install required dependencies.

Making Changes

  1. Create a New Branch: Use a branch specific to the feature or fix you are working on.
  2. Commit Changes: Make your changes in the new branch. Commit messages should clearly explain the purpose of the changes.
  3. Write Tests: Add or update tests to cover the new functionality or fixes. Ensure all tests pass.

Pull Request Process

  1. Update Your Branch: Rebase your branch on the latest main branch to ensure a smooth integration.
  2. Submit a Pull Request (PR): Push your branch to GitHub and open a PR against the main branch of the original Zentinel.JS repository.
  3. Review Process: The project maintainer will review your PR. Be open to making revisions based on feedback.
  4. PR Approval and Merge: Once approved, the maintainers will merge your PR.

Additional Resources

  • Documentation: Familiarize yourself with the project documentation to understand how to use and extend Zentinel.JS.
  • Community: Join our community forums or chat channels to discuss ideas and ask questions.

Acknowledgments

Contributors who help improve Zentinel.JS make a significant impact. We appreciate your dedication and effort in enhancing this project.

Thank you for choosing to contribute to Zentinel.JS. We look forward to your contributions!.

About

Monitar is a Windows uptime monitoring tool that tracks selected applications, sending real-time NTFY alerts if any app becomes unresponsive or shuts down. Ideal for high-availability needs, Monitar offers configurable monitoring intervals, customizable alerts, and detailed logs for proactive management and troubleshooting.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors