if name not in ['monitor', 'disk', 'standby', 'hibernate']:
        ret['result'] = False
        ret['comment'] = '"{0}" is not a valid setting'.format(name)
        log.debug(ret['comment'])
        return ret