Discussion:
[bareos-users] Running Jobs Dashboard
Stefan Harbich
2018-07-11 22:33:57 UTC
Permalink
Hi,
in the Running Jobs Dashboard are the following Information:
(Not enough data to estimate progress or statistics collection is disabled)
In which conical file I can activate it?
Greeting Stefan Harbich
--
You received this message because you are subscribed to the Google Groups "bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bareos-users+***@googlegroups.com.
To post to this group, send email to bareos-***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Bram
2018-11-23 23:17:50 UTC
Permalink
I've noticed the same issue. I think the "Collect Statistics" parameter
has something to do with it.

http://doc.bareos.org/master/html/bareos-manual-main-reference.html#directiveDirStorageCollect%20Statistics

Unfortunately the manual hierarchy is not that clear. It looks like it's a parameter that configures a storage resource for the director.
Post by Stefan Harbich
Hi,
(Not enough data to estimate progress or statistics collection is disabled)
In which conical file I can activate it?
Greeting Stefan Harbich
--
You received this message because you are subscribed to the Google Groups "bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bareos-users+***@googlegroups.com.
To post to this group, send email to bareos-***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Bram
2018-11-23 23:46:45 UTC
Permalink
Ok, it looks like you'll need to add the following parameters to get this working:

(assuming default/out-of-the-box config filenames)

/etc/bareos/bareos-dir.d/director/bareos-dir.conf:
(Director section)
Statistics Collect Interval = XX # interval in seconds

/etc/bareos/bareos-dir.d/storage/File.conf:
(Storage section)
Collect Statistics = yes

/etc/bareos/bareos-sd.d/storage/bareos-sd.conf:
(Storage section)
Collect Job Statistics = yes

After restarting the director and the storagedaemon, I did see some values in the progress bar, but only near completion of the job (I don't have a nice backup config yet to test this properly).

Bests,

Bram
Post by Bram
I've noticed the same issue. I think the "Collect Statistics" parameter
has something to do with it.
http://doc.bareos.org/master/html/bareos-manual-main-reference.html#directiveDirStorageCollect%20Statistics
Unfortunately the manual hierarchy is not that clear. It looks like it's a parameter that configures a storage resource for the director.
Post by Stefan Harbich
Hi,
(Not enough data to estimate progress or statistics collection is disabled)
In which conical file I can activate it?
Greeting Stefan Harbich
--
You received this message because you are subscribed to the Google Groups "bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bareos-users+***@googlegroups.com.
To post to this group, send email to bareos-***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...