You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# With alerts defined:
$ go run main.go alert
[OK] - 1 Alerts: 0 Firing - 0 Pending - 1 Inactive
\_ [OK] [NodeHasMemoryPressure] is inactive
$ go run main.go alert -P
[UNKNOWN] - 0 Alerts: 0 Firing - 0 Pending - 0 Inactive
exit status 3
# With nothing defined:
$ go run main.go alert
[OK] - No alerts defined
$ go run main.go alert -P
[OK] - No alerts defined
We should see perfdata when there are alerts defined.
Please try to fill out as much of the information below as you can. Thank you!
Which version contains the bug?
0.2.0
Describe the bug
The perfdata output is inconsistent:
When there are no alerts found, there is no output.
How to recreate the bug?
No response
The text was updated successfully, but these errors were encountered: