How to monitor Windows event logs in Checkmk

Thanks for helping in this … i am not sure so providing following info about configuration, if this is default and workable config then what step i need to follow , and where i need to to verify in GUI, also help if i need to setup any rules or windows service monitoring

logfiles:
enabled: no
# We do not support logfiles monitoring in agent at the moment
# Please, use plugin mk_logwatch

=============================

logwatch:
# enabled: yes

# sendall: no   # this is MANDATORY
# vista_api: no # this is RECOMMENDED
# max_size: 500000 # default value

 # entries in the windows eventlog
logfile:
    # - 'EventLogName': <crit|warn|all|off> + [context|nocontext]
    # - 'Application': crit context # example
    # - 'System': warn nocontext    # another example
    # - 'YourOwn': all nocontext    # yet another example
    # - '*': warn nocontext         # This is default params for not missing entries