Hello,
I'm testing Pendora FMS to report event logs.
I saw tutorial but the modules i added seems not to work.
I'd like to report a part of the event log.
Here is the part of the .conf file of my pendora agent where i describe the eventlog modules.
#check if if the EventLog works
module_begin
module_name ServicioReg
module_type generic_proc
module_service Eventlog
module_description Eventlog service availability
module_end
# Log events
module_begin
module_name log_events
module_type generic_data_string
module_description System errors
module_logevent
module_source Système
module_eventtype error
module_end
module_begin
module_name System Events (TermService)
module_type async_string
module_logevent
module_description Log Events coming from Terminal Service
module_source System
module_application TermService
module_end
module_begin
module_name Security Events (Invalid Login)
module_type async_string
module_description Security log events for invalid login attempt
module_logevent
module_source Security
module_eventcode 529
module_end
module_begin
module_name System Events (TestIp)
module_type async_string
module_logevent
module_description Log Events for test application IP
module_source System
module_application iphlpsvc
module_end
The only module that work is ServicioReg and it return a 1.
In the web interface i can see this module but nothing about the 4 logevent module.
I am on a win64 OS. Is that the main issue?
I'm using the free version of pendora until all my issues wont be fixed.
Thanks
nuRTY