diff --git a/checkpoint_raid.mkp b/checkpoint_raid.mkp index a66f90b48013681f4d2622372ff75c4dde9ca4ba..01cca1612a5ce8734bbf029ecd33a3b1e00e4ca8 100644 Binary files a/checkpoint_raid.mkp and b/checkpoint_raid.mkp differ diff --git a/checks/checkpoint_raid b/checks/checkpoint_raid index 1b384dff0e97ebcca4ddcb598fba26d1f873d12d..ebef16610d64e5c3b981b9d2458cd71a36593007 100644 --- a/checks/checkpoint_raid +++ b/checks/checkpoint_raid @@ -224,7 +224,7 @@ def check_checkpoint_raid(item, params, parse): infotext += '%s, ' % volume.get('volumetype') 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 += 'Type: %s, ' % volume.get('volumetype')