0.0
No release in over a year
Submits bacula information to riemann
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

riemann-bacula

CI Maintainability Test Coverage

Submits bacula information to riemann.

Get started

gem install riemann-bacula

In your Bacula Director configuration, add a Message resource like this (the provided e-mail address is not used, we are just hacking around the mail destination which sends a full transcript to the MailCommand standard input):

Messages {
  Name = Standard
  MailCommand = "riemann-bacula --event-host \"%h\" --job-name \"%n\" --backup-level \"%l\" --status \"%e\" --bytes \"%b\" --files \"%F\""
  Mail = sysadmin@example.com = all, !skipped
}