NagiosEnterprises / ncpa

Nagios Cross-Platform Agent
Other
181 stars 94 forks source link

Windows Event Log - Add regex support (or multi-event-ID) support for the event log queries #737

Open ssaxnagios opened 3 years ago

ssaxnagios commented 3 years ago

Windows Event Log - Add regex support (or multi-event-ID) support for the event log queries

Currently you can only pass a single event ID because it's a exact match, either allow regex or allow searching for multiple event IDs via some method.

jomann09 commented 3 years ago

Adding this as a feature request, don't know when it will get added yet.

tylergun commented 3 years ago

Would really love for this feature to be added! The ability to exclude Event Log entries is pretty important, because Windows is terrible a creating error entries for things that aren't errors or should be ignored. Nice to use built in commands rather than making a PowerShell plugin and needing to deploy that to all the clients.