Improved the readme
This commit is contained in:
parent
37b8610d23
commit
086bdc44a9
1 changed files with 2 additions and 2 deletions
|
@ -66,7 +66,7 @@ Here is a list of the possible error messages and their meaning :
|
||||||
|
|
||||||
## Spool file
|
## Spool file
|
||||||
|
|
||||||
Stored in `/var/lib/bareos/bareos-zabbix-check.spool`, this spool data is a simple csv vile format where every line contains a job name and the timestamp of the last successful execution for this job.
|
Stored in `/var/lib/bareos/bareos-zabbix-check.spool` by default, this spool data is a simple csv vile format where every line contains a job name and the timestamp of the last successful execution for this job.
|
||||||
|
|
||||||
## Limitations
|
## Limitations
|
||||||
|
|
||||||
|
@ -87,5 +87,5 @@ Because of the way we record jobs in a spool file in order to track missing jobs
|
||||||
- delete the bareos file daemon status file (/var/lib/bareos/bareos-fd.9102.state by default)
|
- delete the bareos file daemon status file (/var/lib/bareos/bareos-fd.9102.state by default)
|
||||||
- start the bareos file daemon again
|
- start the bareos file daemon again
|
||||||
- run any job in order to have the file daemon recreate a valid status file
|
- run any job in order to have the file daemon recreate a valid status file
|
||||||
- delete the line referencing this job in the spool file (/var/lib/bareos/bareos-zabbix-check.spool by default)
|
- delete the line referencing the job you removed in the spool file (/var/lib/bareos/bareos-zabbix-check.spool by default)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue