Skip to content

Latest commit

 

History

History

openemr-monitor

OpenEMR Monitor Documentation

Overview

OpenEMR Monitor is based on Prometheus, cAdvisor, Grafana, and alertmanger which helps administrator to monitor the status of containers.

Implementation

Please follow the below steps to deploy, or download and run monitor-installer script to deploy.

  1. Run git clone it to your local machine.
git clone https://github.com/openemr/openemr-devops.git
cd openemr-devops/utilities/openemr-monitor
  1. Modify the ip in prometheus/prometheus.yml file and grafana/provisioning/datasources/datasource.yml.

  2. Modify the alert mail information in alertmanager.yml file, or set the other alert methods.

  3. Run docker-compose up from your command line until the log stop.

    • If you haven't already, install Docker and install compose for your system.
    • If the firewall is enabled in your host, please make sure 3000, 3001, 3002, 3003 ports open.

Web UI