tokenly/consul-health-daemon

A library to monitor services health and report to consul

v0.4.0 2017-10-19 15:41 UTC

This package is not auto-updated.

Last update: 2024-05-25 15:51:21 UTC


README

A library to monitor services health and report to consul

Installation

Add the Laravel package via composer

composer require tokenly/consul-health-daemon

Add the Service Provider

Add the following to the providers array in your application config:

Tokenly\ConsulHealthDaemon\ServiceProvider\ConsulHealthDaemonServiceProvider::class