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

2891 Commits

Author SHA1 Message Date
Steve Schnepp
163d209b8d Merge pull request #634 from darac/topic-zenus
zenus_: Handle "unlimited" accounts
2016-10-08 13:46:36 +02:00
Steve Schnepp
ff32762373 Merge pull request #616 from mittyorz/fix/disk/lvm
fix - add clean_fieldname to make field name safe
2016-10-08 13:46:17 +02:00
Steve Schnepp
4ddb98bddb Merge pull request #607 from leeclemens/fix_php_apc_percentages
Add graph_scale no to php_acp_ for Percents graph
2016-10-08 13:43:53 +02:00
Steve Schnepp
1140fef110 Merge pull request #722 from RubenKelevra/patch-1
Add basic support for RethinkDB
2016-10-08 13:40:58 +02:00
Steve Schnepp
e6178c94ff Merge pull request #747 from shtrom/debsecan-updates
Debsecan updates
2016-10-01 21:27:41 +02:00
Steve Schnepp
521bc92393 Merge pull request #752 from avian2/fix-dhcp-pool
dhcp-pool: fix conffile parsing
2016-10-01 21:26:56 +02:00
Tomaz Solc
316a59e156 dhcp-pool: Fix off-by-one error in pool size.
"range" statement gives the lowest and highest IP addresses (both
inclusive) in a pool. dhcp-pool did not count the highest address
when calculating pool size.
2016-10-01 11:25:02 +02:00
Tomaz Solc
a582c4bae2 dhcp-pool: Ignore comments in conffile.
This prevents dhcp-pool from detecting commented-out "range"
statements.
2016-10-01 11:24:58 +02:00
Olivier Mehani
a98ece4a97 [debsecan] Report fixed vulnerabilities, add config and doc
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
2016-09-07 14:58:52 +10:00
Olivier Mehani
8277bf0ffe [debsecan] Typo in temp filename
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
2016-09-02 10:05:08 +10:00
Olivier Mehani
7487332a75 [debsecan] Show package with CVE counts rather than CVEs
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
2016-09-01 20:33:10 +10:00
Olivier Mehani
b80913c039 [debescan] Remove stray whitespaces
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
2016-09-01 11:24:50 +10:00
Olivier Mehani
719190a542 [debescan] Can't add HMTL to extinfo ):
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
2016-09-01 11:24:48 +10:00
Olivier Mehani
4653dcd9a6 [debescan] Add links to CVEs in extinfo
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
2016-09-01 11:24:24 +10:00
Olivier Mehani
1a5b42e80d [debsecan] Use stacked areas, and colour-code urgency
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
2016-09-01 11:20:16 +10:00
Olivier Mehani
87f5a74ec8 [debsecan] Use temp filename rather than PID-derived
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
2016-09-01 11:20:16 +10:00
Olivier Mehani
d0a837056f [debsecan] Better label wording
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
2016-09-01 11:20:16 +10:00
Stig Sandbeck Mathisen
5f432d0d6d Merge pull request #737 from felix-engelmann/master
lxd plugins
2016-08-03 22:36:17 +02:00
Felix Engelmann
365e993200 corrected lxd_ autoconf with proper checks
the autoconf now checks for availablity of the pylxd module and access
to the lxd socket. this ensures that the module will work properly. On
failure, helpful errors are displayed
2016-08-03 17:31:15 +02:00
Felix Engelmann
46983fdc99 added lxd disk plugin
the lxd deamon provides a REST interface which can be queried by pylxd
to get container related information. It graphs the disk usage of all
disks in all containers.

This plugin depends on python3 pylxd
2016-08-03 12:50:28 +02:00
Felix Engelmann
ca71d12f29 added lxd memory plugin
the lxd deamon provides a REST interface which can be queried by pylxd
to get container related information. It stacks all containers, so the
total memory footprint of lxd is visible.

This plugin depends on python3 pylxd
2016-08-03 12:49:53 +02:00
Stig Sandbeck Mathisen
b0d1f5b595 Merge pull request #732 from kjetilho/if1sec_autostart
if1sec_: implement autostart, be more like if_
2016-07-19 11:18:35 +02:00
Kjetil Torgrim Homme
5ff3522ecc if1sec_: implement autostart, be more like if_
* look for already running acquire process, or start one
 * use CDEF to return bits/second (like if_)
 * increase lifetime to 450 days (like if_)
 * changed category to plain "network" (like if_)
 * report max interface speed (like if_)
 * small performance improvement: don't fork two cat(1) and one date(1) every second
   (this roughly halves the CPU time used on my system)
2016-07-18 17:30:39 +02:00
Ken-ichi Mito
1e2bbe775e fix - add clean_fieldname to make field name safe
* lvm_: only add clean_fieldname
 * lvm_snap_used
  * add clean_fieldname
  * force y-axis scale to 0-100 %
2016-07-05 23:38:47 +09:00
@RubenKelevra
05d8c7c808 add a servername to the graph to support multiple graphs per munin-node 2016-06-22 01:23:34 +02:00
@RubenKelevra
3fab7aca7a fix dubios format errors 2016-06-11 05:16:13 +02:00
@RubenKelevra
c5c3bfdb0d add some infos about env-vars to the headertext 2016-06-11 05:13:44 +02:00
@RubenKelevra
3720ba7aea add counter-definition to store values fetched from database in the right way as diff 2016-06-11 05:08:16 +02:00
@RubenKelevra
d44d1d1c5d Add basic support for RethinkDB
one graph with read/write docs and overall requests
2016-06-11 04:03:56 +02:00
Stig Sandbeck Mathisen
d42751c908 Merge pull request #713 from iborodikhin/master
Comments update and error messages
2016-04-15 12:53:43 +02:00
Igor Borodikhin
6efaef76bf Comments update and error messages 2016-04-15 14:13:10 +06:00
Stig Sandbeck Mathisen
03e71fdc1e Merge pull request #707 from drzraf/apache_average_time_last_n_requests
apache_average_time_last_n_requests: multi-vhosts
2016-04-05 15:05:00 +02:00
Stig Sandbeck Mathisen
779d9831ec Merge pull request #709 from drzraf/php_errors
improve php_errors
2016-04-05 15:03:42 +02:00
Stig Sandbeck Mathisen
896ea121b8 Merge pull request #710 from drzraf/php_fpm_process
added slow requests for php fpm (going multigraph)
2016-04-05 15:02:24 +02:00
Stig Sandbeck Mathisen
2a4278109f Merge pull request #708 from drzraf/apache_cache_disk_count
apache_cache_disk_count plugin
2016-04-05 15:00:50 +02:00
Raphaël Droz
f8bf3961da added slow requests for php fpm (going multigraph) 2016-04-04 14:44:38 -03:00
Raphaël Droz
edd681a891 fixed usage example 2016-04-04 13:17:51 -03:00
Raphaël Droz
7e3664da84 apache_average_time_last_n_requests: ability to create multiple instances for distincts log files 2016-04-04 13:07:02 -03:00
Raphaël Droz
71f28aaf63 added apache_cache_disk_count 2016-04-04 13:03:29 -03:00
Raphaël Droz
e699d5a71f php_errors plugin is multi-instance compatible 2016-04-04 12:59:08 -03:00
Raphaël Droz
c324c34ea7 php_errors: coding-style/bash 2016-04-04 12:59:05 -03:00
Raphaël Droz
c3cf6b45d3 php_errors handle multiple logs 2016-04-04 12:59:02 -03:00
Stig Sandbeck Mathisen
5eaf9dd2d4 Merge pull request #688 from jvtm/varnish4-hitrate-lower-limit
varnish4: lower limit 0 in hit rate graph args
2016-04-04 16:49:57 +02:00
Stig Sandbeck Mathisen
f717f649a9 Merge pull request #678 from ercpe/gunicorn-instances
Instance name in graph title for gunicorn plugins
2016-04-04 16:47:03 +02:00
Stig Sandbeck Mathisen
8761ac6a67 Merge pull request #695 from AronNovak/deb_packages_doc_improvement
deb_packages: fix the README by specifying the proper filename for th…
2016-04-04 16:31:56 +02:00
Stig Sandbeck Mathisen
f173b3282a Merge pull request #706 from gajdipajti/patch-1
Update xfs plugin.
2016-04-04 16:31:25 +02:00
Gajdos Tamás
0b849f0eb2 Update xfs plugin.
There is a new line "fibt2" line in the xfs stat output. I updated the plugin to process this line also.
(Reference for the counter names)[http://lxr.free-electrons.com/source/fs/xfs/xfs_stats.h#L184]
2016-04-03 23:31:24 +02:00
Stig Sandbeck Mathisen
8ab524b3d6 Merge pull request #704 from ka7/backuppc_warn_crit
backuppc: add CRITICAL and WARNING (backup age) variables.
2016-03-23 19:45:31 +01:00
Stig Sandbeck Mathisen
2b3fc28c45 Merge pull request #705 from clarkspark/master
update presence for prosody 0.10
2016-03-22 22:55:00 +01:00
clarkspark
a816c917b6 get client presence for prosody 0.10 2016-03-22 16:19:19 -04:00