https://github.com/essentialkaos/go-keepalived
Go package for reading virtual IP info from keepalived configuration file
https://github.com/essentialkaos/go-keepalived
go-library keepalived
Last synced: 4 months ago
JSON representation
Go package for reading virtual IP info from keepalived configuration file
- Host: GitHub
- URL: https://github.com/essentialkaos/go-keepalived
- Owner: essentialkaos
- License: apache-2.0
- Created: 2019-08-23T10:47:10.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-11-21T09:32:45.000Z (7 months ago)
- Last Synced: 2026-01-14T18:33:20.951Z (5 months ago)
- Topics: go-library, keepalived
- Language: Go
- Homepage: https://kaos.sh/g/go-keepalived
- Size: 82 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
Installation • Build Status • License
`keepalived` is a very simple Go package for reading virtual IP info from keepalived configuration file.
### Installation
Make sure you have a working Go 1.17+ workspace (_[instructions](https://golang.org/doc/install)_), then:
```
go get -d github.com/essentialkaos/go-keepalived
```
For update to the latest stable release, do:
```
go get -d -u github.com/essentialkaos/go-keepalived
```
### Build Status
| Branch | Status |
|--------|--------|
| `master` | [](https://kaos.sh/w/go-keepalived/ci?query=branch:master) |
| `develop` | [](https://kaos.sh/w/go-keepalived/ci?query=branch:develop) |
### License
[Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)