Skip to content

tylux/lazarus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lazarus

Lazarus queries Prometheus Alertmanager API and will run a script in response to the alert.

alt text

Setup

Lazarus will look for yaml config files under /etc/lazarus/conf.d/ to determine what action to take to resolve the alert.

  1. Download Release binary or run Make build to build yourself and place in /usr/local/bin/
  2. Install systemd file into /etc/systemd/system/
  3. Put all configs in /etc/lazarus/conf.d/ (See lazarus.yml for example)
  4. Make sure script that lazarus will call is executable
  5. systemctl start lazarus.service
  6. Logs to syslog

About

Lazarus queries Prometheus Alertmanager API and will run a script in response to the alert.

Resources

Stars

Watchers

Forks

Packages

No packages published