Utility for finding interesting messages in log files
https://github.com/archiecobbs/logwarn/Logwarn searches for interesting messages in log files, where "interesting'' is defined by a user-supplied list of positive and negative extended regular expressions.
Each log message is compared against each pattern in the order given. If the log message matches a positive pattern before matching a negative pattern then it's printed to standard output.
Logwarn keeps track of its position between invocations, so each matching line is only ever output once. It also finds messages in log files that have been rotated (and possibly compressed) since the previous invocation.
Logwarn also includes support for log messages that span multiple lines.
Logwarn is written in C for efficient execution.
A Nagios plugin is also included.
- Sources inherited from project server:monitoring
- Devel package for openSUSE:Factory
-
1
derived packages
- Links to openSUSE:Factory / logwarn
- Download package
Source Files (show merged sources derived from linked package)
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | 11 months |
logwarn-1.0.15.tar.gz | 0000103274 101 KB | 11 months |
logwarn.changes | 0000006549 6.4 KB | 11 months |
logwarn.spec | 0000003154 3.08 KB | 11 months |
Comments for logwarn 0