Skip to content

Commit 965ad74

Browse files
committed
fix: default to no expiration in SampleNagios
1 parent 1ec510f commit 965ad74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/vsc/utils/nagios.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ def __init__(self, **kwargs):
448448
self._final = None
449449
self._final_state = None
450450

451-
self._threshold = 0
451+
self._threshold = None
452452
self._report_and_exit = False
453453

454454
self._world_readable = False

0 commit comments

Comments
 (0)