patchman
patchman copied to clipboard
Patchman is a Linux Patch Status Monitoring System
This MR adds the following management commands: * `createsuperuser_with_password`: Gives the option to create superuser with password from the CLI * `set_secret_key`: sets the `SECRET_KEY`. It copies the existing functionality...
It addresses (#81)
It looks like you're currently taking the apt repo URL and using that as the name, it would tidy up the repo screen to use release names/labels instead, paired w/...
Attempting to import reports from RHEL6/7 result in failure; Traceback (most recent call last): File "/usr/bin/patchman", line 687, in main() File "/usr/bin/patchman", line 681, in main showhelp = process_args(args) File...
Hi, do you think it would be possible to add this (or something like that) to patchman-client at `reboot_required()` to also detect if a reboot is required on RHEL and...
is it possible to list hosts with a specific package installed either via cmd-line or api ?
Is it possible to get the last patched date added to the dashboard or export? Many thanks for your hard work
Please add column sorting for the hosts view so you can sort by OS, kernel version, etc.
Patch 4/4: Create a CSV output report with the addition of bugfix and security patches needed broken out.
Patch 2/4: This calls report.process with an argument of True instead of false when doing a report process. This allows me to patch a host, send a report to patchman,...