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

22 commits

Author SHA1 Message Date
Lars Kruse
809639ab65 Ruby plugins: apply code changes as suggested by "rubocop --auto-correct" 2020-08-25 17:44:17 +02:00
Lars Kruse
b0b39b018e Ruby plugins: apply style changes as suggested by "rubocop --fix-layout" 2020-08-25 17:44:17 +02:00
Lars Kruse
72eeb4155f spelling: change "licenced" to "licensed"
Even though "licenced" is proper (British English) spelling,
"spellcheck" complains about it (probably being focused on American
English).
The change should just clean up the output of the spelling linter and
should not be interpreted as a language preference.
Sorry, (British) folks!
2020-08-25 17:44:16 +02:00
Lars Kruse
8713eb3722 Fix spelling mistakes in comments and descriptions
Thanks, codespell!
2020-03-26 04:23:21 +01: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
7a37bfb1d8 Plugins: unify shebang for ruby scripts 2018-07-11 19:35:32 +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
K.Cima
d0c8e0b0a8 Fix to work autoconf. Cleanup code. 2017-08-04 16:13:58 +09:00
K.Cima
fa208cb6f2 Improve oracle_sysstat
- Change to multi-graph plugin
- Add dirtyconfig
- Add config for multi-instance databases
2017-04-29 17:59:25 +09:00
dipohl
afcc3e9b47 Category Tree: Reduce number of categories 2017-02-20 23:01:26 +01:00
K.Shimadera
827c75fb47 Fix for pull request https://github.com/munin-monitoring/contrib/pull/786 2016-12-19 10:07:42 +09:00
K.Shimadera
ca01c6e3dc Update oracle_sysstat_ plugin
* Add modules
  logon
  cputime
  blockrw
  redosize
  eventwaitnetwork
  eventwaitadministrative
  eventwaitconfiguration

* Update modules
  cachehit: Changed to calculate hit ratio between munin-node update intervals by CDEF
  sessionwait: Add CPU status, Add graph_info
  table_fetch: Add table_fetch_continued_row field
  pgastat: Add aggregate PGA target parameter field

* Improvement
  Change not to execute sqlplus in for loop in getvalue funcs to improve performance
  Change to add field.min 0 when type is DERIVE
  Add label_max_length in config() to supress new line in graph image
  Change graph_title for sorting

* Fix styles
  Enable set -o nounset
  Add double quote to supress shellcheck warning
  Change some quote styles
  Remove meaningless double quote around $( )
  Add whenever sqlerror exit sql.sqlcode
2016-12-18 09:48:41 +09:00
K.Cima
69f98e7f7b Fix to remove evals 2016-11-29 15:32:24 +09:00
K.Cima
289b99d401 Add comments for evals 2016-11-28 23:55:30 +09:00
K.Cima
fe8908c326 Fix to add double quote to supress shellcheck warnings 2016-11-28 23:55:00 +09:00
K.Cima
99e235ceef Fix to remove ${sqlplus_opts} to supress shellcheck warnings 2016-11-28 23:52:51 +09:00
K.Cima
3e4a48abb8 Fix to remove useless SQL 2016-11-28 23:51:59 +09:00
K.Cima
7c08e6c469 Added oracle_sysstat_ plugin 2016-11-27 14:11:27 +09: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
Stig Sandbeck Mathisen
81fd4c97c3 Save with UNIX line breaks 2014-10-04 22:21:35 +02:00
Steve Schnepp
08346aac58 - have some dirs 2012-02-13 18:24:46 +01:00