Firewall Status Check Reference
Configuration options for the firewall status check
Written By Erdinc Akay
Last updated 26 days ago
Firewall Status Check Reference
The firewall status check verifies whether the operating system's built-in firewall is enabled and triggers an alert when it is disabled.
Configuration fields
The check runs on a fixed 60-minute interval.
Collected metrics
- Firewall enabled / disabled
- Per-profile status on Windows (Domain, Private, Public)
- A named profile entry on Linux (
ufw,firewalld, oriptables) and on macOS (macOS Firewall, plus macOS Firewall (Stealth) when stealth mode is enabled)
Platform support
Notes
- On Windows, the check inspects all three firewall profiles (Domain, Private, Public). If any profile has the firewall disabled, the check reports a warning (or a critical result, depending on the configured toggles; with both toggles off, the check still reports success).
- On Linux, the check probes
ufw,firewalld, andiptablesin that order and reports on the first one present. A plainiptablessetup that accepts all traffic is reported as disabled; it counts as enabled only when it actively drops or rejects traffic. - On macOS, the check reads the Application Layer Firewall state and reports whether it is enabled (including stealth mode).
- Third-party firewalls that disable the operating system firewall may trigger a false positive. Exclude those devices or set the check to warning level.
See also: Configure a Firewall Status Check