Commit Graph

66 Commits

Author SHA1 Message Date
g0t mi1k 52890bf0d1 nginx_vhost_traffic: Fix typo aggregate 2024-04-21 06:29:54 +01:00
Kim B. Heino 3555ad873d nginx_vts: add missing AUTHOR tag 2023-09-04 20:26:58 +03:00
Kim B. Heino 8c30611df5 nginx_vts: plugin to monitor nginx statistics with nginx-module-vts
This plugin requires https://github.com/vozlt/nginx-module-vts module
to be loaded. It provides lot of statistics.
2023-03-09 12:40:34 +02:00
Lars Kruse a7139bcaee Unify shebang for python scripts 2020-10-28 23:38:41 +01:00
Lars Kruse 3bc9396918 Unify file encodings to UTF8 2020-08-25 17:44:17 +02:00
Lars Kruse 3674882662 Fix spelling mistakes 2020-08-25 17:44:17 +02:00
Lars Kruse 8713eb3722 Fix spelling mistakes in comments and descriptions
Thanks, codespell!
2020-03-26 04:23:21 +01:00
Lars Kruse 7063330e03 Fix python style issues reported by flake8
Additionally some python2-only "print" statements are now compatible
with python3.
2019-12-18 00:25:39 +01:00
Lars Kruse d5fc30a9bf nginx_upstream_multi_: simplify configuration retrieval via environment 2018-12-20 15:25:32 +01:00
Lars Kruse 734da6b9c8 nginx_upstream_multi_: fix namespace overide of "time" 2018-12-20 15:25:32 +01:00
Lars Kruse 5f9e882bce nginx_upstream_multi_: fix flake8 issues 2018-12-20 15:25:31 +01:00
Lars Kruse 13bd1599b0 nginx_upstream_multi_: migrate to Python3 2018-12-20 15:24:42 +01:00
Filippo Tessarotto caf3b6c90f
Nginx error: log files may be empty 2018-10-17 08:44:02 +02:00
Lars Kruse e4cd049b01 Fix trivial instances of wrong autoconf exitcodes 2018-09-16 04:03:31 +02:00
Lars Kruse 17f784270a Whitespace cleanup
* remove trailing whitespace
* remove empty lines at the end of files
2018-08-02 02:33:25 +02:00
Lars Kruse 15d05f30c1 Revert "nginx_byprojects: use more compatible perl expression"
This reverts commit a836f07d56.

Closes: #922
2018-07-23 02:35:54 +02:00
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 a836f07d56 nginx_byprojects: use more compatible perl expression
"%ENV{foo}" does not work with older perl versions (e.g. v5.14).
2018-03-08 23:17:40 +01:00
poiuty c2513bd2e7
fix symlink 2018-02-04 04:37:23 +03: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
Neraud 69896717af Fix comment format : use spaces instead of tabs 2017-07-13 12:59:05 +02:00
Neraud 331e3da9be Add executable bit 2017-07-08 11:14:15 +02:00
Neraud 9ce70486fc Minor documentation update
Fix the markdown format for Logtail links.
Add the restart munin-node step.
2017-07-08 10:59:33 +02:00
Neraud a1f7808b9e Add configuration option for the logs setup 2017-07-08 10:57:09 +02:00
Neraud 3a17b22edf Add configuration option for logtail path 2017-07-08 10:54:37 +02:00
Lars Kruse 4b2fcbf8b9 replace hard-coded paths (e.g. '/var/lib/munin/plugin-state') with '$MUNIN_PLUGSTATE'
see http://guide.munin-monitoring.org/en/latest/plugin/env.html
2017-04-18 23:32:55 +02:00
dipohl 7325ba61ba Plugin Gallery: Add example graph for nginx_connection_request 2017-02-27 17:03:57 +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
dipohl 62560fae23 Category Tree: Reduce number of categories 2017-02-21 15:09:54 +01:00
Igor Borodikhin 6efaef76bf Comments update and error messages 2016-04-15 14:13:10 +06:00
Stig Sandbeck Mathisen a70f7e48b2 Merge pull request #553 from vlajos/typofixes-vlajos-20141204
typofixes - https://github.com/vlajos/misspell_fixer
2015-03-02 23:11:18 +01:00
Veres Lajos fba800ae52 typofixes - https://github.com/vlajos/misspell_fixer
Suspicious sections:
plugins/mail/postfix_mail_stats		recieved.label
plugins/nginx/nginx_vhost_traffic
2015-03-02 11:51:38 +00: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
Johann Schmitz 40532b6824 Use a zero-based percentage graph for nginx cache status 2014-12-17 13:07:48 +01:00
Stig Sandbeck Mathisen 7afe6bfbf3 Fix syntax error 2014-10-04 19:48:14 +02:00
Stig Sandbeck Mathisen de4ba4b5ac Fix syntax error 2014-10-04 19:45:24 +02:00
Igor Borodikhin 2eb7552c5d Fixed wrong path to munin-node config file in doc 2014-01-03 19:47:37 +06:00
Steve Schnepp 760b07cdb6 Merge pull request #407 from northox/glob_support
Add file expansion (glob) and switch to MIT license
2013-12-04 03:26:00 -08:00
Danny Fullerton cf03f9b045 Add file expansion (glob) and switch to MIT license 2013-12-03 21:23:50 -05: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