View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001044 | bareos-core | General | public | 2019-02-04 13:01 | 2023-07-06 16:15 |
Reporter | frank | Assigned To | bruno-at-bareos | ||
Priority | normal | Severity | feature | Reproducibility | N/A |
Status | closed | Resolution | won't fix | ||
Summary | 0001044: comment a failed job | ||||
Description | I'm wondering if it is possible to add comments to a job? Let's say I have some failed jobs because of a network error, can I then one or more comments to this job, describing what the cause of the issue was for later reference? Would prefer doing so via WebUI, but not sure if it is possible at all as of now. | ||||
Tags | No tags attached. | ||||
Currently it's only possible by sqlquery command in bconsole to add one comment, but webui would not display it. [root@kvm-2 ~]# bconsole Connecting to Director localhost:9101 1000 OK: bareos-dir Version: 17.2.7 (16 Jul 2018) Enter a period to cancel a command. *sqlquery Automatically selected Catalog: MyCatalog Using Catalog "MyCatalog" Entering SQL query mode. Terminate each query with a semicolon. Terminate query mode with a blank line. Enter SQL query: UPDATE job SET comment = 'network issue' WHERE jobid = '26'; Enter SQL query: SELECT jobid,jobstatus,comment FROM job WHERE jobid = '26'; +-------+-----------+---------------+ | jobid | jobstatus | comment | +-------+-----------+---------------+ | 26 | E | network issue | +-------+-----------+---------------+ Enter SQL query: |
|
This feature will not be implemented without help of the community by sending a PR, or paying work if you are willing to please contact sales (at) bareos (dot) com | |
Date Modified | Username | Field | Change |
---|---|---|---|
2019-02-04 13:01 | frank | New Issue | |
2019-02-04 13:27 | frank | Note Added: 0003243 | |
2023-07-06 16:15 | bruno-at-bareos | Assigned To | => bruno-at-bareos |
2023-07-06 16:15 | bruno-at-bareos | Status | new => closed |
2023-07-06 16:15 | bruno-at-bareos | Resolution | open => won't fix |
2023-07-06 16:15 | bruno-at-bareos | Note Added: 0005166 |