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

2773 Commits

Author SHA1 Message Date
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
Steve Schnepp
7d88587fb6 multicpu1sec-c: use plain POSIX instead of stdlib
As it will be used every second, we should limit the overhead
2015-03-31 22:17:16 +00:00
Steve Schnepp
6ed404cbc9 multicpu1sec-c: ignoring generated files 2015-03-31 20:33:54 +00: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
Vladimir Ryazanov
d60ad39762 fixed default values for rabbitmq_queue_memory 2015-03-05 18:42:20 +08:00
Vladimir Ryazanov
c18c1863cf relatively more reasonable default values for rabbitmq_queue_memory 2015-03-05 18:27:34 +08:00
Vladimir Ryazanov
c4220bde5f Fixed typo in rabbitmq_queue_memory 2015-03-05 17:22:09 +08:00
Michael 'PoempelFox' Meier
23f3138c8e new plugin for monitoring allnet ip sensoric devices (e.g. ALL4500) 2015-03-04 15:58:48 +01:00
Michael 'PoempelFox' Meier
b3ac512550 fix naming of lustre plugins.
- in one case there was a typo in the filename (inDodes instead of inodes)
- in the other two cases, make the naming consistent.
2015-03-04 11:02:22 +01:00
Steve Schnepp
99d3a42627 multicpu1sec-c: fix the /proc/stat parsing 2015-03-04 00:00:05 +00:00
Steve Schnepp
79f72b87fb multicpu1sec-c: fix value (remove idle) 2015-03-03 23:17:23 +00:00
Steve Schnepp
16b017fcd7 multicpu1sec-c: handle fork 2015-03-03 23:16:41 +00:00
Steve Schnepp
b0e8dcea39 multicpu1sec-c: using DERIVE
We just delegate the whole CPU % computing to RRD
2015-03-03 22:48:20 +00:00
Steve Schnepp
4a9b0e4796 multicpu1sec-c: remove debugging statements 2015-03-03 22:43:39 +00:00
Steve Schnepp
339bfec68f multicpu1sec-c: adding locking to avoid races 2015-03-03 22:40:37 +00:00
Steve Schnepp
6dec8c3357 multicpu1sec-c: opening the file r/w to truncate it 2015-03-03 22:35:46 +00:00
Steve Schnepp
c86e4ab2fd multicpu1sec-c: implement the "fetch" cmd 2015-03-03 22:29:41 +00:00
Steve Schnepp
9ac74f8d9b multicpu1sec-c: implement the "acquire" cmd 2015-03-03 22:28:37 +00:00