Skip to content

manojm321/kapacitor-el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

kapacitor-el

https://melpa.org/packages/kapacitor-badge.svg https://img.shields.io/badge/license-GPL_v3-green.svg

A magit like interface for Kapacitor

Installation

Kapacitor is now available on melpa

With use-package

(use-package kapacitor
  :ensure t
  :config (setq kapacitor-url-list '("http://localhost:9092" "http://kapacitor:9092")))

With package install

M-x package-install kapacitor

set kapacitor-url-list to a set of kapacitor servers and add require to appropriate init script:

(setq kapacitor-url-list ("http://localhost:9092" "http://server:10000"))
(require 'kapacitor)

Optional

If you want the tick script to be syntax highlighted install tickscript-mode

M-x package-install tickscript-mode

Usage

Display Tasks

M-x kapacitor-overview

Key Bindings

KeyDescription
RETshow task info under point
ddisable task under point
eenable task under point
Ddelete task under point
grefresh buffer
cchange server url
S-gshow general stats
S-ishow ingress stats(not implemented yet)

License

GNU GPLv3.0

Contribute

Yes please! open github issues

Credits

Thanks to kubernetes-el for inspiring me!

About

Magit like interface for Kapacitor

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published