Collection of CheckMK checks (see https://checkmk.com/). All checks and plugins are provided as is. Absolutely no warranty. Send any comments to thl-cmk[at]outlook[dot]com

Skip to content
Snippets Groups Projects
Commit c7f2099f authored by thl-cmk's avatar thl-cmk :flag_na:
Browse files

update project

parent 6f6cceaa
No related branches found
No related tags found
No related merge requests found
No preview for this file type
...@@ -224,7 +224,7 @@ def check_checkpoint_raid(item, params, parse): ...@@ -224,7 +224,7 @@ def check_checkpoint_raid(item, params, parse):
infotext += '%s, ' % volume.get('volumetype') infotext += '%s, ' % volume.get('volumetype')
infotext += '%d disks, ' % volume.get('numofdisksonraid') infotext += '%d disks, ' % volume.get('numofdisksonraid')
infotext += '%d GB, ' % volume.get('volumesize') infotext += '%d GB' % volume.get('volumesize')
longoutput += '\nVolume state: %s, ' % raidvolumestate.get(volume.get('volumestate')) longoutput += '\nVolume state: %s, ' % raidvolumestate.get(volume.get('volumestate'))
longoutput += 'Type: %s, ' % volume.get('volumetype') longoutput += 'Type: %s, ' % volume.get('volumetype')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment