SB EventLog Monitor is powered by AnyChart - Flash Charting Solutions.
SB EventLog Monitor is tool for monitoring and consolidating Windows EventLogs.
Events can be collected:- using VBS script, that will collect all events remotly via WMI
- using Windows agent, that will collect all local events and send them over HTTP(s) to the server.
Eventlog Monitor has 3 parts
Collector
First part is written in Microsoft VB script (executed using cscript) and used to collect EventLogs from computers using WMI (only new events are collected).OR You can use the Windows agent for collecting events. Windows agent must be installed on each monitored machine. This agent will collect events and will send them over HTTP(s) to the server.
You can use both collecting methods together. ELM server can handle this.
Parser
The second part is written in PHP and it will parse all collected events and will store them in MySQL database. The "parse" also run user-defined rules on each event, so important events can be send using email or just stored (copy) in different table - so no important event is missed. Rules can also mark event as "noise" and then this event is hidden from standard views.Web UI
The last part is web-based user interface for browsing the events and alerts. User can set filters, for better orientation. Web-UI is also used for configuring collector (which computers, how often, computer group); user control; rules creation and settings; cron control (how often are data parsed, when the old events can be deleted, ...).All is based on PHP(5.0+), web server (apache, IIS) and vbscript (and WMI). Only one scheduled task must be created, to execute collector and "cron" (PHP scripts for parsing data, sending emails, ...). Collector must be run as user with administrative rights on monitoring computers!
VBS/WMI Collector
There are one little batch file and WMI script... The batch file will do web request (using curl.exe) to "prepare-bat.php" script and this is how, the "WMI-EVENTS.txt" file is created. Inside this file is just a list of target machines. Then WMI-EVENTS.vbs is called, and the Event collecting is started. ONLY NEW EVENTs are collected. All collected datas are saved as XML files. There are also ".dat" files - inside is the time of last event. When collecting is done, the "cron.php" is called (also using curl.exe) and events in XML files are parsed and stored in MySQL database. Thats the whole magic :DEventLog Monitor Agent
Read more on Windows Agent page.Translations
- English
- Czech