Skip to content

Commit

Permalink
Remove check_mk section as it trips up os detection
Browse files Browse the repository at this point in the history
  • Loading branch information
jiuka committed Oct 20, 2023
1 parent 34ed9f7 commit 0d7e5d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions agents/special/agent_dell_storage
Original file line number Diff line number Diff line change
Expand Up @@ -501,14 +501,8 @@ class AgentDellStorage:

start = time.time()

print('<<<check_mk>>>')

try:
self._api = DellStorageApi(args.url, args.user, args.password, args.verify_cert)

print(f'Version: {self._api.providerVersion}')
print(f'AgentOS: {self._api.provider}')

for storageCenter in self._api.storage_centers:
self.piggyback(storageCenter.instanceName)
self.section('center', [storageCenter])
Expand Down
2 changes: 1 addition & 1 deletion package
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
'name': 'dell_storage',
'title': u'Checkmk Dell Storage API Special-Agent',
'version': '0.6.1',
'version': '0.6.2',
'version.min_required': '2.1.0',
'version.packaged': '2.2.0',
'version.usable_until': '2.3.0'
Expand Down

0 comments on commit 0d7e5d5

Please sign in to comment.