Utility for finding interesting messages in log files
Logwarn searches for interesting messages in log files, where ``interesting'' is defined by a user-supplied list of positive and negative extended regular expressions provided on the command line.
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.
- Developed at server:monitoring
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/logwarn && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
logwarn-1.0.10.tar.gz | 0000091855 89.7 KB | |
logwarn.changes | 0000004172 4.07 KB | |
logwarn.spec | 0000003086 3.01 KB |
Revision 2 (latest revision is 12)
Split 13.1 from Factory
Comments 0