I need to monitor a custom log from an application in event viewer. How would I do this?
Article Comments
That only applies to application, system and security. I would like to create a monitor for a custom event log that a software product creates.
Feb, 2011 - Permalink
If the app registers itself in the log file name, then the event log file should show up at least in the WMI sensor:
{{{LogfileName
Data type: string Access type: Read-only
Name of the file that contains Windows NT events. Standard log file names include: Application, System, and Security.}}}
Please try the following query using our WMI Tester:
Soll mal im WMI Tester probieren:
SELECT Name, LogFilename, Filename, NumberOfRecords FROM Win32_NTEventlogFile
Feb, 2011 - Permalink
Hello,
we are interested in the same thing as we would like to monitor the events for Windows Server Backup of Windows Server 2008 R2, however, the log for windows backup doesn't show up in neither PRTG nor the query which you gave us above with the WMI Tester.
How can we monitor Windows Server 2008 R2 Windows Backup events with PRTG?
Dec, 2011 - Permalink
Hello,
please have a look at How do I add an event log sensor for a specific event?. Does this help?
Best Regards.
Feb, 2011 - Permalink