Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lordmike/hass-monit
Monit integration for HASS which can consume checks from the monit monitoring server
https://github.com/lordmike/hass-monit
hass home-assistant integration monit
Last synced: about 11 hours ago
JSON representation
Monit integration for HASS which can consume checks from the monit monitoring server
- Host: GitHub
- URL: https://github.com/lordmike/hass-monit
- Owner: LordMike
- Created: 2024-06-02T13:16:39.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-08-02T09:02:10.000Z (3 months ago)
- Last Synced: 2024-08-02T10:30:31.591Z (3 months ago)
- Topics: hass, home-assistant, integration, monit
- Language: Python
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Home Assistant Monit Integration
This custom component allows Home Assistant to integrate with the [Monit monitoring system](https://mmonit.com/monit/). It periodically downloads an XML file from Monit and creates binary sensor entities for each check Monit has.
## Features
- Periodically poll Monit for status updates, times checks to match when Monit would poll
- Create binary sensor entities for each Monit check.
- Support for multiple Monit servers.## Configuration
### Configuration Parameters
- **URL or hostname of the server** (required)
- **Username & password** (optional)## Installation
1. **Using HACS (Home Assistant Community Store)**
- Go to HACS in Home Assistant.
- Click on "Integrations".
- Click on the "+" button.
- Search for "Monit".
- Click "Install".2. **Manual Installation**
- Download the `monit` directory from the latest release.
- Copy the `monit` directory to your `custom_components` directory in Home Assistant.
- Restart Home Assistant.## Usage
1. Go to Home Assistant and navigate to **Configuration** > **Devices & Services**.
2. Click on **Add Integration**.
3. Search for "Monit" and select it.
4. Follow the prompts to set up the Monit integration.## Development
### Setup
1. Clone this repository.
2. Open the repository in Visual Studio Code.
3. Use the provided `devcontainer.json` for a pre-configured development environment.### Commands
- **Run Home Assistant**: `scripts/develop`
- **Run Tests**: `pytest`### Contributing
Contributions are welcome! Please see the [CONTRIBUTING.md](CONTRIBUTING.md) file for more information.
## Acknowledgements
- Most of the integration has been written by ChatGPT.
- This integration is based on the Home Assistant integration blueprint.