Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

31 total results found

1.3.3

PatchMon Application Documentation Release Notes Docs

โœจFixes and Enhancements ARM support Supports the installation of ARM and ARM64 agents. Drop down added when creating the command for the installation of the agent and also modified the logic of version handling when the PatchMon server is hosted on an ARM base...

1.3.4

PatchMon Application Documentation Release Notes Docs

โœจFixes and Enhancements Alpine Support Version 1.3.4 brings about better apk support for Alpine OS Auto-enrollment API In Integration settings you can now create a single command (like a master command) which does not require that you add the host first. This ...

1.3.5

PatchMon Application Documentation Release Notes Docs

Fixed critical Bug relating to auto-update failing and looping in a reboot due to incorrect version checking mechanism. Especially on x86 or ARM processors, the version checking method was flawed so it kept trying to reinstall the agent. This release will be...

1.3.6

PatchMon Application Documentation Release Notes Docs

Fixed ProxMox Auto-enrollment script

1.3.7

PatchMon Application Documentation Release Notes Docs

๐Ÿ“ ALERT : Auto-update of Agent issue Versions <1.3.6 have an issue where the service does not restart after auto-update. OpenRC systems are unaffected and work correctly. This means you will unfortunately have to use systemctl start patchmon-agent on your syst...

1.4.0 (Major)

PatchMon Application Documentation Release Notes Docs

๐ŸŽ‰ PatchMon 1.4.0 A major release with security compliance scanning, OIDC SSO, an alerting engine, web SSH terminal, and AI-assisted terminal support. ๐Ÿ›ก๏ธ Security Compliance Scanning OpenSCAP CIS Benchmark scanning directly from the agent (Level 1 / Level 2) D...

Setting up OIDC SSO Single Sign-on integration

PatchMon Application Documentation Integrations

Overview PatchMon supports OpenID Connect (OIDC) authentication, allowing users to log in via an external Identity Provider (IdP) instead of, or in addition to, local username/password credentials. Supported Providers Any OIDC-compliant provider works, includi...

config.yml Mangement and parameters

PatchMon Application Documentation Agent Side Management

Overview The PatchMon agent is configured through a YAML configuration file located at /etc/patchmon/config.yml. This file controls how the agent communicates with the PatchMon server, where logs are stored, which integrations are active, and other runtime beh...

patchmon-agent Management

PatchMon Application Documentation Agent Side Management

Overview The PatchMon agent is a compiled Go binary (patchmon-agent) that runs as a persistent service on monitored hosts. It maintains a WebSocket connection to the PatchMon server for real-time communication, sends periodic package and system reports, collec...

Nginx example configuration for PatchMon

PatchMon Application Documentation Installation

This nginx configuration is for the type of installation where it's on bare-metal / native installation. Edits the ports as required # Example nginx config for PatchMon # - Frontend served from disk; /bullboard and /api/ proxied to backend # - HTTP โ†’ HTTPS red...

1.4.1

PatchMon Application Documentation Release Notes Docs

๐ŸŽ‰ PatchMon 1.4.1 A maintenance release with OIDC improvements, FreeBSD agent support, installer fixes, and various bug fixes and improvements. ๐Ÿ” OIDC Improvements and Hot Fixes OIDC authentication fixes and stability improvements Hot fixes for edge cases in S...

WebSockets Information and Design

PatchMon Application Documentation Software Architecture

PatchMon WebSockets This document describes how WebSockets are used in PatchMon: endpoints, authentication, WS vs WSS behaviour, and security. Overview PatchMon uses a single HTTP server with noServer: true WebSocket handling. All WebSocket upgrades are handl...

Errors on dashboard after updating using Proxmox-community scripts

PatchMon Application Documentation Known issues & troubleshooting

There seems to be an issue where some people are facing a problem where when they upgrade then it's giving them errors on the dashboard such as "network error" or others, that relates to the fact that the frontend built files is unable to communicate with the ...