Skip to content

Commit

Permalink
Merge pull request #81 from moschlar/patch-1
Browse files Browse the repository at this point in the history
Update yum.py
  • Loading branch information
HenriWahl authored Jul 26, 2024
2 parents eee981a + 2695466 commit 71b94ca
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/python3/cmk/base/plugins/agent_based/yum.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,11 +225,11 @@ def check_yum(params: Dict[str, int], section: Section):
yield Result(state=State(level), summary="reboot required")


#### Use the API v1 "register" namspace to assign the various
#### processing sections of this python file to handle that various
#### data,
# set default parameters and the general details of the service.
register.check_plugin(
#### Use the API v1 "register" namspace to assign the various
#### processing sections of this python file to handle that various
#### data,
# set default parameters and the general details of the service.
register.check_plugin(
# Set the unique name of the plugin
name='yum',
# Set the service name that is created on a host
Expand Down

0 comments on commit 71b94ca

Please sign in to comment.