Pulse/docs
rcourtman 968e0a7b3d fix: reduce syslog flooding by downgrading routine logs to debug level
Addresses issue #861 - syslog flooded on docker host

Many routine operational messages were being logged at INFO level,
causing excessive log volume when monitoring multiple VMs/containers.
These messages are now logged at DEBUG level:

- Guest threshold checking (every guest, every poll cycle)
- Storage threshold checking (every storage, every poll cycle)
- Host agent linking messages
- Filesystem inclusion in disk calculation
- Guest agent disk usage replacement
- Polling start/completion messages
- Alert cleanup and save messages

Users can set LOG_LEVEL=debug to see these messages if needed for
troubleshooting. The default INFO level now produces significantly
less log output.

Also updated documentation in CONFIGURATION.md and DOCKER.md to:
- Clarify what each log level includes
- Add tip about using LOG_LEVEL=warn for minimal logging
2025-12-18 23:27:32 +00:00
..
api refactor: finalize documentation overhaul 2025-11-25 00:45:20 +00:00
images Add PNG version of logo for GitHub App 2025-12-16 19:35:43 +00:00
monitoring feat: add --kube-include-all-deployments flag for Kubernetes agent 2025-12-18 20:58:30 +00:00
operations feat: add --kube-include-all-deployments flag for Kubernetes agent 2025-12-18 20:58:30 +00:00
releases feat: add --kube-include-all-deployments flag for Kubernetes agent 2025-12-18 20:58:30 +00:00
security v5: gate legacy sensor-proxy and prune dev docs 2025-12-18 21:51:25 +00:00
AI.md feat: add --kube-include-all-deployments flag for Kubernetes agent 2025-12-18 20:58:30 +00:00
API.md feat: add --kube-include-all-deployments flag for Kubernetes agent 2025-12-18 20:58:30 +00:00
AUTO_UPDATE.md feat: add --kube-include-all-deployments flag for Kubernetes agent 2025-12-18 20:58:30 +00:00
CONFIGURATION.md fix: reduce syslog flooding by downgrading routine logs to debug level 2025-12-18 23:27:32 +00:00
DEPLOYMENT_MODELS.md feat: add --kube-include-all-deployments flag for Kubernetes agent 2025-12-18 20:58:30 +00:00
DOCKER.md fix: reduce syslog flooding by downgrading routine logs to debug level 2025-12-18 23:27:32 +00:00
FAQ.md feat: add --kube-include-all-deployments flag for Kubernetes agent 2025-12-18 20:58:30 +00:00
INSTALL.md feat: add --kube-include-all-deployments flag for Kubernetes agent 2025-12-18 20:58:30 +00:00
KUBERNETES.md feat: add --kube-include-all-deployments flag for Kubernetes agent 2025-12-18 20:58:30 +00:00
MAIL_GATEWAY.md feat: add --kube-include-all-deployments flag for Kubernetes agent 2025-12-18 20:58:30 +00:00
METRICS_HISTORY.md feat: add --kube-include-all-deployments flag for Kubernetes agent 2025-12-18 20:58:30 +00:00
MIGRATION.md feat: add --kube-include-all-deployments flag for Kubernetes agent 2025-12-18 20:58:30 +00:00
OIDC.md fix: correct show_local URL path and hide subtitle when local login hidden 2025-11-27 16:23:44 +00:00
PROXY_AUTH.md Refactor auth and monitoring docs to be concise 2025-11-25 00:26:00 +00:00
PROXY_CONTROL_PLANE.md feat: add --kube-include-all-deployments flag for Kubernetes agent 2025-12-18 20:58:30 +00:00
README.md v5: gate legacy sensor-proxy and prune dev docs 2025-12-18 21:51:25 +00:00
RELEASE_NOTES.md feat: add --kube-include-all-deployments flag for Kubernetes agent 2025-12-18 20:58:30 +00:00
REVERSE_PROXY.md Refactor integration docs (K8s, Proxy, Webhooks) to be concise 2025-11-25 00:19:34 +00:00
SCREENSHOTS.md Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
SCRIPT_LIBRARY.md Refactor remaining docs and standardize naming 2025-11-25 00:28:33 +00:00
SECURITY.md feat: implement priority queue-based task execution (Phase 2 Task 6) 2025-10-20 15:13:37 +00:00
SECURITY_CHANGELOG.md v5: gate legacy sensor-proxy and prune dev docs 2025-12-18 21:51:25 +00:00
TEMPERATURE_MONITORING.md v5: gate legacy sensor-proxy and prune dev docs 2025-12-18 21:51:25 +00:00
TROUBLESHOOTING.md v5: gate legacy sensor-proxy and prune dev docs 2025-12-18 21:51:25 +00:00
UNIFIED_AGENT.md v5: gate legacy sensor-proxy and prune dev docs 2025-12-18 21:51:25 +00:00
UPGRADE_v5.md feat: add --kube-include-all-deployments flag for Kubernetes agent 2025-12-18 20:58:30 +00:00
VM_DISK_MONITORING.md feat: add --kube-include-all-deployments flag for Kubernetes agent 2025-12-18 20:58:30 +00:00
WEBHOOKS.md feat: add --kube-include-all-deployments flag for Kubernetes agent 2025-12-18 20:58:30 +00:00
ZFS_MONITORING.md feat: add --kube-include-all-deployments flag for Kubernetes agent 2025-12-18 20:58:30 +00:00

📚 Pulse Documentation

Welcome to the Pulse documentation portal. Here you'll find everything you need to install, configure, and master Pulse.


🚀 Getting Started

  • Installation Guide Step-by-step guides for Docker, Kubernetes, and bare metal.
  • Configuration
    Learn how to configure authentication, notifications (Email, Discord, etc.), and system settings.
  • Deployment Models
    Where config lives, how updates work, and what differs per deployment.
  • Migration Guide
    Moving to a new server? Here's how to export and import your data safely.
  • Upgrade to v5
    Practical upgrade guidance and post-upgrade checks.
  • FAQ
    Common questions and quick answers.

🛠️ Deployment & Operations

🔐 Security

  • Security Policy The core security model (Encryption, Auth, API Scopes).

New in 5.0

  • Pulse AI Optional assistant for chat, patrol findings, alert analysis, and execution workflows.
  • Metrics History Persistent metrics storage with configurable retention.
  • Mail Gateway Proxmox Mail Gateway (PMG) monitoring.
  • Auto Updates One-click updates for supported deployments.
  • Kubernetes Helm deployment (ingress, persistence, HA patterns).

📡 Monitoring & Agents

💻 Development


Found a bug or have a suggestion?

GitHub Issues