1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00
Commit graph

5 commits

Author SHA1 Message Date
Lucas Hoffmann
e3664c39d8 Fix state saving in loggrepx_ plugin
The pattern under which the data was saved was different than the pattern under the data was loaded on the next run. The reason being an undefined variable that evaluates to the empty string. The result was that the number of matching lines reported was for the whole logfile instead of the time since the last run.
2019-12-26 01:01:46 +01:00
Lars Kruse
e48f0a3b79 Minor cleanup of logs/ plugins
* fix spelling mistake (thanks, codespell)
* do not hide exit code of command substitution via "local" (thanks, shellcheck)
* avoid access of potentially undefined variables (thanks, shellcheck)
* fix tabs/spaces
* avoid variable substitution in arithmetic substitution
* reduce number of successive blank lines at the top level down to two
* simplify evaluation of "printenv" output
2018-11-20 01:48:36 +01:00
Kael Shipman
00737cf2fc More perldoc compatibility 2018-11-18 17:24:42 -06:00
Kael Shipman
6c13e1d9cf Added extinfo to list affected logs and improved documentation 2018-11-18 12:26:29 -06:00
Kael Shipman
b26ba8e6bd Bugfix and re-positioning 2018-11-15 14:27:29 -06:00
Renamed from plugins/logevents/loggrepx_ (Browse further)