Merge pull request #73 from bashclub/testing

Testing
This commit is contained in:
Thorsten Spille
2026-01-03 23:48:10 +01:00
committed by GitHub

View File

@@ -540,7 +540,7 @@ class checkmk_checker(object):
if self._info.get("business_expire"):
_days = (self._info.get("business_expire") - datetime.now()).days
_date = self._info.get("business_expire").strftime("%d.%m.%Y")
return [f'P "Business Licence" expiredays={_days};30;60; Licence Expire: {_date}']
return [f'P "Business Licence" expiredays={_days};60:;30: Licence Expire: {_date}']
return []
def check_label(self):