-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create Consul health checks for PHP stack #132
Comments
So, basically we need to have two checks created? One for whatever web service should be running, (apache, nginx, etc) and one for whatever DB service should be running (MySQL, MariaDB, Postgres)? I think we might be able to write one script and feed it arguments.
That sound right? |
Checkout the new branch: https://github.com/rackspace-cookbooks/platformstack/tree/consulhealthchecks Should have two check scripts:
and a template for the service check definition. Please review and clear me for a PR attempt. |
uh... why are we doing this in platformstack? |
also, we need to have a discussion on how exactly consul will integrate with the stacks |
Doing it here because that is where the issue was created. Absolutely open to discussion on any of it. |
Per previous discussions PlatformStack is where Consul itself will be installed and have its basic configuration done. Adding the health checks on a per service basis, as well as configuring those services are still TBD on placement, but for now we will keep the health check files in a branch on platformstack @prometheanfire |
Can we clean this up? No longer need this issue assigned to me. |
Create consul health checks for the various pieces of the php stack (web, db, etc)
The text was updated successfully, but these errors were encountered: