https://github.com/sapcc/openstack-agent-checks
golang based openstack agent readiness & liveness checks
https://github.com/sapcc/openstack-agent-checks
Last synced: 4 months ago
JSON representation
golang based openstack agent readiness & liveness checks
- Host: GitHub
- URL: https://github.com/sapcc/openstack-agent-checks
- Owner: sapcc
- License: apache-2.0
- Created: 2019-08-19T14:07:17.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-11T13:39:15.000Z (over 1 year ago)
- Last Synced: 2025-08-02T10:03:46.168Z (10 months ago)
- Language: Go
- Homepage:
- Size: 8.64 MB
- Stars: 2
- Watchers: 47
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
openstack-agent-checks
======================
This package provides simple readiness and liveness checks for openstack agents. There can be used as appropriate checks in kubernetes pod checks.
Currently supported
-------------------
- Neutron agent liveness (neutron-agent-liveness)
- Neutron dhcp agent readiness (neutron-dhcp-readiness)
- Neutron linuxbridge readiness (neutron-linuxbridge-readiness)
Requirements
------------
- golang >=1.10
- GNU make
Build
-----
make