Changes from Version 1 of bacula_job

Show
Ignore:
Author:
ixs (IP: 86.111.250.36)
Timestamp:
02/04/09 13:49:50 (15 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • bacula_job

    v0 v1  
     1= Bacula per job statistics = 
     2 
     3== About == 
     4The [source:bacula_job] plugin allows the [http://munin.projects.linpro.no/ munin] monitor to graph statistics of the [http://www.bacula.org Bacula] backup system. The bacula_job plugin specifically charts the read throughput of the configured bacula-fd clients. 
     5 
     6The plugin works by calling the bconsole program and screen scraping the output. 
     7 
     8== Screenshot == 
     9[[Image(Images:bacula_job-day.png, nolink)]] 
     10 
     11== Download == 
     12[https://trac.bawue.org/munin/browser/bacula_job?format=txt bacula_job] 
     13 
     14== Installation == 
     15  1. Make sure the bconsole binary is accessible in your path and the status command works as expected. 
     16  1. Copy or link the bacula_job script into your munin-node plugin directory, usually {{{/etc/munin/plugins}}}. 
     17  1. Configure the munin-node to run the bacula_job plugin as user root or another user able to execute bconsole and connect to the director: 
     18{{{ 
     19[bacula_*] 
     20user root 
     21}}} 
     22  1. If you want the munin plugin to output the hostname of the director, set the munin environment variable report_hostname to yes: 
     23{{{ 
     24[bacula_*] 
     25user root 
     26env.report_hostname yes 
     27}}} 
     28  1. Test the plugin by calling {{{munin-run bacula_job config}}} and by executing {{{munin-run bacula_job}}}. Both commands should output sensible data without failing. 
     29 
     30== Notes == 
     31  * The plugin is best run on the same system as the director. This way, no network latency is introduced into the measurement as the connection is considered to be local. 
     32  * Due to the nature of bconsole, only jobs currently running while the munin plugin is executed are counted. This means short jobs which are started and finished between two munin runs are not tracked at all. 
     33  * Due to the same design limitation the reported read at the beginning and the end of a backup job might be a bit off. 
     34 
     35== License == 
     36The code is available as free software under the [wiki:GPL2 GPL Version 2]. 
     37 
     38== Bugs and Contact == 
     39In case of bugs, please either [https://trac.bawue.org/munin/newticket open a ticket] in this Trac instance or write to <andreas (at) bawue (dot) net>.