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.
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.
- Devel package for openSUSE:Factory
- Links to openSUSE:Factory / logwarn
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout server:monitoring/logwarn && cd $_
- Create Badge
Source Files (show unmerged sources)
Filename | Size | Changed |
---|---|---|
_service | 0000000583 583 Bytes | |
logwarn-1.0.17.obscpio | 0000092171 90 KB | |
logwarn.changes | 0000007762 7.58 KB | |
logwarn.obsinfo | 0000000098 98 Bytes | |
logwarn.spec | 0000003079 3.01 KB |
Latest Revision
baserev update by copy to link target
Comments 0