System Log Check Reference
All parameters, thresholds, and configuration options for the system log check in octoja.
Written By Erdinc Akay
Last updated About 2 months ago
The system log check scans the system log (systemd-journald on Linux, Unified Logging on macOS) for entries at or above a specified priority level and alerts when the count exceeds a threshold.
Configuration fields
Minimum priority — configurable values
The editor exposes a subset of syslog priority levels:
Platform support
Notes
- On Linux, the check requires
journalctl(systemd-journald). Ifjournalctlis not available, the check returns a Failure result — there is no fallback to/var/log/syslog. - Set the lookback period to match or exceed the check interval.
- If the Warning threshold is set higher than the Critical threshold, the two values are silently swapped at runtime so that Warning ≤ Critical.
- The check interval is set in the check definition (not in the editor); the default is 15 minutes.
- Exclude patterns are matched (case-insensitive substring) against the entry message only — not the source.
See also: Configure a System Log Check