You're missing some need config tokens, like the "source" of the log.
Your module could be something like:
module_begin
module_name log_events
correct type -> module_type async_string
module_description System errors
missing -> module_source System,
module_logevent
module_eventtype error
module_end
In the other way, module_type for a eventlog only could be "string" data type, could be generic_data_string if you plan to have always data there (not very probable) or async_string if you want to get "ocassional" data there.
Take a look on documentation, I think is pretty good, but if you don't understand something, just give us a clue on how we can improve it !
http://openideas.info/wiki/index.php?title=Pandora_3.0:Documentation_en:Configuration#module_logeventOnce you get the data, you can assign to that module an alert, just so simple as define an alert template who trigger when data will be different from "" (!= ""), this will trigger any value collected by pandora in that module.
Having the same problems here.
The manual of Pandora says you can Monitor Eventlog Errors bij using module_eventtype error, but when I use that, there is no output.
Without this line, the output in Pandora shows all Eventlog triggers, but I only want to monitor Eventlog Errors and Warnings. Is that possible?