python-patchman
Port variant v11
Summary Django based patch status monitoring tool (3.11)
Package version 3.0.8
Homepage http://patchman.openbytes.ie/
Keywords python
Maintainer Python Automaton
License Not yet specified
Other variants v12
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 10 FEB 2024, 15:48:34 UTC
Port created 27 OCT 2023, 18:58:01 UTC
Subpackage Descriptions
single # Patchman ## Summary Patchman is a Django-based patch status monitoring tool for linux systems. Patchman provides a web interface for monitoring the package updates available for linux hosts. [![]](https://github.com/furlongm/patchman/tree/gh-pages/screenshots) ## How does Patchman work? Patchman clients send a list of installed packages and enabled repositories to the Patchman server. The Patchman server updates its package list for each repository and determines which hosts require updates, and whether those updates are normal or security updates. The web interface also gives information on potential issues, such as installed packages that are not from any repository. Hosts, packages, repositories and operating systems can all be filtered. For example, it is possible to find out which hosts have a certain version of a package installed, and which repository it comes from. Patchman does not install update packages on hosts, it determines and displays what updates are available for each host. `yum`, `apt` and `zypper` plugins can send reports to the Patchman server every time packages are installed or removed on a host. ## Installation See [the installation guide] for installation options. ## Usage The web interface contains a dashboard with items that need attention, and various pages to manipulate hosts, repositories, packages, operating systems and reports. To populate the database, simply run the client on some hosts: ```shell $ patchman-client -s http://patchman.example.org ``` This should provide some initial data to work with. On the server, the `patchman` command line utility can be used to run certain maintenance tasks, e.g. processing the reports sent from hosts, downloading repository update information from the web. Run `patchman -h` for a rundown of the usage: ```shell $ sbin/patchman -h usage: patchman [-h] [-f] [-q] [-r] [-R REPO] [-lr] [-lh] [-u] [-A] [-H HOST] [-p] [-c] [-d] [-n] [-a] [-D hostA hostB] Patchman CLI tool optional arguments: -h, --help show this help message and exit -f, --force Ignore stored checksums and force-refresh all mirrors -q, --quiet Quiet mode (e.g. for cronjobs) -r, --refresh-repos Refresh repositories -R REPO, --repo REPO Only perform action on a specific repository (repo_id) -lr, --list-repos List all repositories -lh, --list-hosts List all hosts -u, --host-updates Find host updates -A, --host-updates-alt Find host updates (alternative algorithm that may be faster when there are many homogeneous hosts) -H HOST, --host HOST Only perform action on a specific host (fqdn) -p, --process-reports Process pending reports -c, --clean-reports Remove all but the last three reports -d, --dbcheck Perform some sanity checks and clean unused db entries -n, --dns-checks Perform reverse DNS checks if enabled for that host -a, --all Convenience flag for -r -A -p -c -d -n -D hostA hostB, --diff hostA hostB Show differences between two hosts in diff-like output -e, --errata Download CentOS errata from https://cefs.steve- meier.de/ ```
Configuration Switches (platform-specific settings discarded)
PY311 ON Build using Python 3.11 PY312 OFF Build using Python 3.12
Package Dependencies by Type
Build (only) python-pip:single:v11
autoselect-python:single:standard
Build and Runtime python311:single:standard
Runtime (only) python-Django:single:v11
python-django-tagging:single:v11
python-django-extensions:single:v11
python-django-bootstrap3:single:v11
python-progressbar:single:v11
python-python-debian:single:v11
python-lxml:single:v11
python-defusedxml:single:v11
python-PyYAML:single:v11
python-chardet:single:v11
python-requests:single:v11
python-colorama:single:v11
python-djangorestframework:single:v11
python-django-filter:single:v11
python-humanize:single:v11
python-version-utils:single:v11
python-python-magic:single:v11
python-pymemcache:single:v11
Download groups
main mirror://PYPIWHL/a8/b8/e29ce2ce06ce1c3360f4847c2ebbddf9e62dd28ab346ac111a7cd941fc8e
Distribution File Information
2b5bfe3d5dedcb4dd98106ff405760f32585e82edc8fff1e3442295e0adf2de1 316739 patchman-3.0.8-py3-none-any.whl
Ports that require python-patchman:v11
No other ports depend on this one.