2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00
Commit Graph

15 Commits

Author SHA1 Message Date
Lars Kruse
c81c20ab3b unify DIRTYCONFIG handling in shell and python plugins
The following issues were fixed:
* comparison too broad (e.g. "0" misinterpreted as "true")
* python: comparing string with number (is never equal in python)
* unwanted non-zero exitcode (compound command "&&" as last command in
  shell code block (e.g. "case" or "if" branch))
* access to unset variable (shell style issue)
2018-04-07 02:17:06 +02:00
Lars Kruse
a4882b1912 nginx_error: enable 'set -eu' flags for shell 2018-01-20 01:50:18 +01:00
Lars Kruse
24ea5d29e9 nginx_error: improve documentation 2018-01-20 01:50:18 +01:00
Lars Kruse
7ed71b441d nginx_error: add support for 'dirty config' capability 2018-01-20 01:50:18 +01:00
Lars Kruse
0e864944d7 nginx_error: improve readability of array accesses 2018-01-20 01:50:18 +01:00
Lars Kruse
8a68200a67 nginx_error: fix style issues reported by shellcheck 2018-01-20 01:50:18 +01:00
Lars Kruse
808a21d4fb nginx_error: improve readability of symlink configuration code 2018-01-20 01:50:18 +01:00
Lars Kruse
f4c192469f nginx_error: introduce real version number 2018-01-20 01:50:18 +01:00
Florent Thiéry
af334370db fix crash if access.log is empty 2017-02-21 17:28:44 +01:00
dipohl
3c98d06933 Category Tree: Reduce number of categories 2017-02-21 17:11:23 +01:00
Daniel Schmitz
2338b83eb3 Changed log split counter back to default value 2015-02-05 13:54:24 +08:00
Daniel Schmitz
37a7317c1d Read file one time and sort counts into array instead of reading log file for each status code again 2015-02-05 13:44:53 +08:00
Ilia Kondrashov
98ffc02a76 add executable flag 2013-10-06 11:14:46 +04:00
Kenyon Ralph
9598bc7cb0 nginx_error: add terminating newline 2013-06-02 13:49:38 -07:00
v
90f35c5805 nginx_error plugin initial commit 2013-05-29 19:50:58 +03:00