This file expands on the filtering options briefly described in the root README.
(Original content moved from project root.)
SHOW_ONLY_SUCCESS=true— show only successful check resultsSHOW_ONLY_FAILURE=true— show only failed check results
--show-only-success— show only successful results--show-only-failure— show only failed results
- Default: shows both success and failure
- If both
SHOW_ONLY_SUCCESSandSHOW_ONLY_FAILUREare enabled, a warning is shown and no results displayed - Filtering only affects output formatting; metrics and notifications still work
- Implementation lives in
pingpanda_core/checks.pyandpingpanda_core/app.py - Tests may rely on
DummyApppatterns undertests/