Skip to content

Commit

Permalink
Merge pull request #24 from jiuka/jobid
Browse files Browse the repository at this point in the history
Fix update handling
  • Loading branch information
jiuka authored Jul 5, 2024
2 parents 9530db8 + 4b20517 commit 65f2df5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions rulesets/check_parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
validators,
ServiceState,
DefaultValue,
String,
)
from cmk.rulesets.v1.rule_specs import CheckParameters, Topic, HostAndItemCondition

Expand Down Expand Up @@ -117,6 +118,13 @@ def _parameter_form_veeam_o365jobs():
),
required=False,
),
'jobId': DictElement(
parameter_form=String(
title=Title('Veeam office 365 Job'),
),
required=False,
render_only=True,
),
}
)

Expand Down

0 comments on commit 65f2df5

Please sign in to comment.