public inbox for pbs-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pbs-devel] [PATCH proxmox-backup 0/3] add system report
@ 2020-11-03 12:29 Hannes Laimer
  2020-11-03 12:29 ` [pbs-devel] [PATCH proxmox-backup 1/3] report: add api endpoint and function to generate report Hannes Laimer
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Hannes Laimer @ 2020-11-03 12:29 UTC (permalink / raw)
  To: pbs-devel

Adds api endpoint, webui element and cli command for system report generation.
Changing the information the report includes should be straight forward(in server/report.rs),
it is possible to specify files, commands and function calls that should
be included in the report.

Hannes Laimer (3):
  report: add api endpoint and function to generate report
  report: add webui button for system report
  manager: add report cli command

 src/api2/node.rs                  |  2 +
 src/api2/node/report.rs           | 35 ++++++++++++++
 src/bin/proxmox-backup-manager.rs | 18 ++++++++
 src/server.rs                     |  3 ++
 src/server/report.rs              | 77 +++++++++++++++++++++++++++++++
 www/Subscription.js               | 75 +++++++++++++++++++++++++++++-
 6 files changed, 209 insertions(+), 1 deletion(-)
 create mode 100644 src/api2/node/report.rs
 create mode 100644 src/server/report.rs

-- 
2.20.1





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-11-04  7:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-03 12:29 [pbs-devel] [PATCH proxmox-backup 0/3] add system report Hannes Laimer
2020-11-03 12:29 ` [pbs-devel] [PATCH proxmox-backup 1/3] report: add api endpoint and function to generate report Hannes Laimer
2020-11-03 12:29 ` [pbs-devel] [PATCH proxmox-backup 2/3] report: add webui button for system report Hannes Laimer
2020-11-03 12:29 ` [pbs-devel] [PATCH proxmox-backup 3/3] manager: add report cli command Hannes Laimer
2020-11-04  7:49 ` [pbs-devel] applied-series: [PATCH proxmox-backup 0/3] add system report Thomas Lamprecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal