Skip to content

maoe/kc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A syntax checker for keepalived.conf

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published