Skip to content

Commit 71b94ca

Browse files
authored
Merge pull request #81 from moschlar/patch-1
Update yum.py
2 parents eee981a + 2695466 commit 71b94ca

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

  • lib/python3/cmk/base/plugins/agent_based

lib/python3/cmk/base/plugins/agent_based/yum.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -225,11 +225,11 @@ def check_yum(params: Dict[str, int], section: Section):
225225
yield Result(state=State(level), summary="reboot required")
226226

227227

228-
#### Use the API v1 "register" namspace to assign the various
229-
#### processing sections of this python file to handle that various
230-
#### data,
231-
# set default parameters and the general details of the service.
232-
register.check_plugin(
228+
#### Use the API v1 "register" namspace to assign the various
229+
#### processing sections of this python file to handle that various
230+
#### data,
231+
# set default parameters and the general details of the service.
232+
register.check_plugin(
233233
# Set the unique name of the plugin
234234
name='yum',
235235
# Set the service name that is created on a host

0 commit comments

Comments
 (0)