Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.12 KB

README.markdown

File metadata and controls

44 lines (30 loc) · 1.12 KB

kc: A command-line tool for keepalived.conf.

kc is a command-line tool for manipulating keepalived.conf.

Requirements

If you want to install kc from source code, it requires following packages:

Installation

Binary Releases

Donwload the latest kc RPM from the github downloads page.

Install from source code

You can configure, build, and install all in the usual way with Cabal:

runhaskell Setup.hs configure
runhaskell Setup.hs build
runhaskell Setup.hs install

Usage

kc verify [FLAG] [FILE]
  Verify configuration files.

kc dump [FLAG] [FILE]
  Dump configuration files.

Common flags:
  -? --help[=FORMAT]  Show usage information (optional format)
  -V --version        Show version information
  -v --verbose        Higher verbosity
  -q --quiet          Lower verbosity