An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


PkgGoDev
GoReportCard
GitHub Actions CI Status
GitHub Actions CodeQL Status
Coverage Status
Codebeat badge

InstallationBuild StatusLicense


`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` | [![CI](https://kaos.sh/w/go-keepalived/ci.svg?branch=master)](https://kaos.sh/w/go-keepalived/ci?query=branch:master) |
| `develop` | [![CI](https://kaos.sh/w/go-keepalived/ci.svg?branch=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)