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

2727 Commits

Author SHA1 Message Date
Stig Sandbeck Mathisen
387652afa5 Merge pull request #597 from sugamasao/sugamasao-patch-1
unicorn_ "unicorn_rails" process not working
2015-05-05 13:43:36 +02:00
Stig Sandbeck Mathisen
f5e4c2d36c Merge pull request #606 from leeclemens/fix_php_apc_grammar
Make capitalization and grammar consistent
2015-05-05 13:42:59 +02:00
Stig Sandbeck Mathisen
d32dbf230a Merge pull request #612 from googley/master
fix old wrong variable
2015-05-05 13:41:41 +02:00
Stig Sandbeck Mathisen
b6bec53396 Merge pull request #613 from mittyorz/disk/raid/refactor
refactoring, bugfix and enhancement for disk/raid plugin
2015-05-05 13:38:08 +02:00
Stig Sandbeck Mathisen
d4659781a5 Merge pull request #614 from mittyorz/disk/raid-mismatch-count/fix
fix - remove error message, fetch correct count source
2015-05-05 13:37:03 +02:00
Ken-ichi Mito
48d0a2e2b0 fix - remove error message, fetch correct count source
* redirect error message of `ls` to /dev/null
* fetch mismatch_cnt to get correct count

* https://www.kernel.org/doc/Documentation/md.txt
  * sync_completed: the number of sectors that have been completed
  * mismatch_cnt: the number of errors that are found
2015-05-05 01:02:49 +09:00
Ken-ichi Mito
6284302ae1 enhancement - fetch remaining time of array rebuilding and show them on config
* add info about remaining time, read-only status
 * change label to follow b39d26e
2015-05-04 18:47:10 +09:00
Ken-ichi Mito
760b14f554 enhancement - use only /proc/mdstat, stop using /sbin/mdadm
* mdadm needs super-user privileges, but /proc/mdstat is readable for nobody
 * fetch an array state from mdstat 'reshape|check|resync|recovery'
  * reshape, recovery: rebuilding array -> set percent to _rebuild.value
  * check, resync: data scrubbing or mirror rebuilding => set percent to _check.value
   * resync=DELAYED|PENDING => set both to zero, because details are unknown even if using mdadm

 * more info about /proc/mdstat => kernel src:/drivers/md/md.c, md_seq_show()
2015-05-04 18:45:46 +09:00
Ken-ichi Mito
9845279a30 fix - mdadm has '--readonly' option to make the array 'active (read-only)' 2015-05-04 18:11:13 +09:00
Ken-ichi Mito
2670e4dc26 refactoring - split a single regex matching to three matchings
* one line regular expression matching to multiline text is a bit hard to picture
 * apply regular expressions to each line
  * first line should like "active raid1 sda1[0] sdc1[2] sdb1[1]"
  * second line should like "123456 blocks super 1.2 [2/2] [UU]"
  * third line will appear when the array is in action
2015-05-04 18:09:13 +09:00
Ken-ichi Mito
2e0acaca2b refactoring - replace TAB with 8 spaces, use lexical variable for file handle
* reduce indentation of local($/)
2015-05-04 14:56:30 +09:00
Élie
2848fee19d fix old wrong variable 2015-04-29 11:28:38 +02:00
Stig Sandbeck Mathisen
c4eb877198 Merge pull request #611 from Foxlik/patch-1
mongo_collection_ to track per-database statistics

Thanks :)
2015-04-17 13:24:25 +02:00
Foxlik
22621b6a8b mongo_collection_ to track per-database statistics
Modified version of plugins from https://github.com/pcdummy/mongomon that composes all the plugins into one script.
It works fine, but still leaves a room for future improvement if anyone is interested.
2015-04-17 12:50:25 +02:00
Stig Sandbeck Mathisen
19f2a470c1 Merge pull request #608 from yoe/zfs-fixes
zfs-filesystem-graph: remove --upper-limit

Thanks
2015-04-16 14:33:14 +02:00
Wouter Verhelst
9fd750dfc4 zfs-filesystem-graph: remove --upper-limit
Providing a --upper-limit parameter is only useful if the size of the
filesystem never changes. On ZFS, this assumption is only true for the
zpool; for all other filesystems, the available space is shared, and the
totalled values will vary. When this is the case, the --upper-limit
parameter will obscure peaks in the graph.
2015-04-15 23:53:38 +02:00
Lee Clemens
edff2bdc5c Make capitalization and grammar consistent 2015-04-15 12:14:52 -04:00
Stig Sandbeck Mathisen
4a6b17b7bd Merge pull request #594 from rrzefox/new_allnet_plugin
new plugin for monitoring allnet ip sensoric devices (e.g. ALL4500)
2015-03-26 21:01:51 +01:00
Stig Sandbeck Mathisen
feef1d04d1 Merge pull request #605 from mikelolasagasti/php-opcache-add-wasted-memory
Add wasted memory to the graph
2015-03-26 21:00:11 +01:00
Mikel Olasagasti Uranga
ec4951b732 Add wasted memory to the graph, now the sum is always the total assigned memory 2015-03-26 19:03:11 +01:00
Steve Schnepp
ccf8e71d30 Merge pull request #604 from mikelolasagasti/normalize-php
Normalize php's plugin categories
2015-03-26 10:05:54 +01:00
Mikel Olasagasti Uranga
2ad552cb04 Normalize php's plugin categories 2015-03-25 15:13:27 +01:00
Stig Sandbeck Mathisen
7264ba7d09 Merge pull request #599 from driskell/feature/redis_graph_title_prefix
Add TITLE_PREFIX to redis_
2015-03-16 14:08:04 +01:00
Jason Woods
8fef176a3e Add TITLE_PREFIX to redis_ 2015-03-16 12:54:21 +00:00
Steve Schnepp
c10abbef57 Merge pull request #602 from AronNovak/backup
General purpose backup monitoring plugin
2015-03-15 10:05:50 +01:00
Stig Sandbeck Mathisen
f05e3897d5 Merge pull request #601 from sugamasao/feature-unicorn-change-pid-name
unicorn_memory_status/unicorn_status change pid name
2015-03-14 21:03:45 +01:00
Stig Sandbeck Mathisen
3aec3d5d3d Merge pull request #600 from driskell/feature/vsftpd_improvements
Improve vsftpd plugin
2015-03-14 19:46:36 +01:00
Steve Schnepp
1c9ed0d94b Merge pull request #598 from dotdoom/upstream
Update jabber/network plugins
2015-03-12 22:11:29 +01:00
Jason Woods
b315a1c8c2 Improve vsftpd plugin
- Allow log file path to be configured via plugin-conf.d env.logfile
- Add counters for successful and failed renames
- Switch to use DERIVE and min 0 to fix problems during rotation and show request counts per period
- Improve performance for large log files by using awk
2015-03-12 16:16:04 +00:00
Aron Novak
6e714d7286 General purpose backup monitoring plugin
If you have a directory where daily, weekly, monthly you generate
backups of files, SQL databases, etc, you might want to be informed
if the backup generation process is gone or the behavior changes
greatly. This monitoring plugin watches the number of young files
in a certain directory. Relies on find command to do the job.
2015-03-11 16:34:59 -04:00
Steve Schnepp
275ec0ed66 Merge pull request #559 from mikeodr/mtr_fix
Removing erroneous line from mtr output.
2015-03-11 18:29:54 +01:00
Mike O'Driscoll
78bb6f750b Removing erroneous line from mtr output.
Newer versions of mtr outputs a "Start: <date here>" line which would be
picked up and incorrectly graphed in munin. Adding an additional inverse grep
field to remove this extra line if it is present. Also added case insensitive
flag to the grep.
2015-03-11 11:10:01 -04:00
Artem Sheremet
01ae710b24 Fix logic of ping plugin default behavior (-w 2) 2015-03-11 12:25:20 +01:00
Artem Sheremet
b518af0f69 ejabberd_resources: add mnesia table info support 2015-03-11 12:25:20 +01:00
Artem Sheremet
85072bf99d Update ejabberd_resources_* to use erl_call 2015-03-11 12:25:20 +01:00
Steve Schnepp
c61cdea256 Merge pull request #567 from ioppermann/varnish4
Fix hit rate calculation for varnish4 plugin
2015-03-10 21:25:33 +01:00
Ingo Oppermann
50cb217cfe Set order for objects and expunge 2015-03-10 16:30:33 +00:00
Ingo Oppermann
7041db3964 Fix hit rate calculation
In varnish4, purges are counted as client_req but not as hit or miss anymore.
This fix recalculates client_req based on cache_(hit|miss|hitpass).
2015-03-10 16:30:33 +00:00
Ingo Oppermann
de86866b02 Fix typos in installation instruction 2015-03-10 16:30:33 +00:00
Léo POIROUX
47a99e02ee Quotes error
syntax error at /etc/munin/plugins/varnish_bans line 925, near """ defined"
2015-03-10 16:27:39 +00:00
Léo POIROUX
cc15e33453 Bugfix warning messages
Odd number of elements in hash assignment at /etc/munin/plugins/varnish_bans line 884.
Use of uninitialized value $ident in hash element at /etc/munin/plugins/varnish_bans line 927.
2015-03-10 16:27:39 +00:00
Léo POIROUX
d658c583e8 Quotes error
syntax error at /etc/munin/plugins/varnish_bans line 925, near """ defined"
2015-03-10 16:22:54 +00:00
Léo POIROUX
ed8a615e55 Bugfix warning messages
Odd number of elements in hash assignment at /etc/munin/plugins/varnish_bans line 884.
Use of uninitialized value $ident in hash element at /etc/munin/plugins/varnish_bans line 927.
2015-03-10 16:22:54 +00:00
sugamasao
d2529b0cb4 unicorn_memory_status/unicorn_status change pid name
User to be able to change the pid name
fixed at “unicorn.pid, but can be changed
use `env.pid_name my_unicorn.pid`
2015-03-10 09:52:45 +09:00
sugamasao
9b36f418fa unicorn_ "unicorn_rails" process not working
`grep "unicorn worker` is unicorn_rails process not match.

I want to match the `unicorn` or 'unicorn_rails'
2015-03-09 17:21:32 +09:00
Steve Schnepp
acad90146d Merge pull request #596 from steveschnepp/multicpu1sec-c
Multicpu1sec c
2015-03-08 20:35:47 +01:00
Steve Schnepp
308ba4757e multicpu1sec-c: use the env vars for tmp file paths 2015-03-08 18:58:49 +00:00
Stig Sandbeck Mathisen
cb9544f409 Merge pull request #566 from laserb/master
modified data_url for firmware >= 6.20
2015-03-06 11:16:04 +01:00
Stig Sandbeck Mathisen
28625df395 Merge pull request #593 from rrzefox/rename_lustre_plugins
fix naming of lustre plugins.
2015-03-06 10:27:36 +01:00
Michael 'PoempelFox' Meier
23f3138c8e new plugin for monitoring allnet ip sensoric devices (e.g. ALL4500) 2015-03-04 15:58:48 +01:00