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

3407 Commits

Author SHA1 Message Date
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
darac
1568bf67ea Update boinc_projs 2016-10-04 11:03:24 +01:00
Tomaz Solc
7f2ae83eb6 systemd: don't print out empty extinfo lines
This fixes warnings like this in munin-update.log:

[WARNING] 4 lines had errors while 8 lines were correct (33.
33%) in data from 'fetch systemd'
2016-10-03 18:29:40 +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
Guillaume Marsay
0057c6607e Add Chilli plugin for sessions state 2016-09-26 10:38:07 +02:00
Olivier Mehani
0d27db73ea [file_length_] Remove incorrect markers
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
2016-09-07 14:59:07 +10: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
09d86946f1 [file_length_] Add logarithmic option
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
2016-09-04 14:15:20 +10:00
Olivier Mehani
c3d5e109c0 [file_length_] A versatile plugin to count the lines in specified files
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
2016-09-03 21:04:25 +10:00
Olivier Mehani
4a206ac9fd [deborphan] New plugin counting orphaned packages in all sections
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
2016-09-03 14:09:37 +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
Olivier Mehani
5f33833cb5 [backup-manager] Rudimentary backup-manager plugin
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
2016-08-31 21:31:30 +10:00
Samuel Smith
2d95020da7 NOAA decommissioned weather.noaa.gov
Change weather.noaa.gov -> tgftp.nws.noaa.gov
2016-08-29 12:23:25 -05:00
Nico Casar Gonzalez
9121b90ee0 added mongodb URI for configuration
defining settings_mongodb_uri will override settings_host and settings_port
2016-08-18 19:27:04 -03:00
Olivier Mehani
160bd2f034 Add systemmd plugin counting units in each state
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
2016-08-15 10:46:38 +10:00
Felix Engelmann
8b010aadbd fixed lxc_disk with stopped containers
stopped containers have no disk space info and the plugin crashed. Now
it only shows disk usage for running containers
2016-08-11 11:56:57 +02:00
Phil! Gold
9f6ea4e487 SenderBase limits were wrong. 2016-08-09 15:26:47 -04:00
Samuel Smith
6eeb457fc2 Use longer timeout. 2016-08-08 21:59:01 -05:00
Samuel Smith
0602fba8ac Replace digit regex.
Sometimes a digit column is blank and thus fails to be grabbed by the
old regex. Just grab all of them and index as such.
2016-08-08 21:56:15 -05:00
Samuel Smith
56aa139205 Merge remote-tracking branch 'upstream/master' 2016-08-08 21:52:51 -05:00
Phil! Gold
f91d44d9c3 Documentation for SenderBase plugin. 2016-08-08 12:51:37 -04:00
Phil! Gold
c7ad869541 Basic SenderBase plugin. 2016-08-08 11:45:22 -04:00
Wouter Verhelst
f7cce85865 Add job stats graph 2016-08-08 13:54:11 +02:00
Olivier Mehani
43e67ac747 [ssl_] Can't use colon in plugin names
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
2016-08-05 14:04:58 +10:00
Olivier Mehani
21dfe488c0 [ssl_] Allow to specify ports other than HTTPS
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
2016-08-05 13:22:49 +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
swuschke
16bba8cc6f fix colored border and highlights 2016-08-03 00:18:45 +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
Olivier Mehani
cb11df95a9 [sickbeard_episodes] Report snatched episodes
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
2016-07-15 22:23:32 +10:00
Olivier Mehani
5b0aad0638 [plugins/upnpc_] Add upnpc-based router monitoring plugin
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
2016-07-12 15:35:16 +10: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
Stephan Bösch-Plepelits
8837f68261 backuppc: Split age graph into last backup / last full backup 2016-06-17 10:43:28 +02:00
Nico Casar Gonzalez
887063d53c Fix for pymongo > 3.0 and connection support of MongoClient
https://api.mongodb.com/python/current/changelog.html#mongoclient-changes
2016-06-15 00:28:38 -03:00
Nicolas Casar Gonzalez
d1ca98563b Fix for pymongo > 3.0 and connection support of MongoClient only
https://api.mongodb.com/python/current/changelog.html#mongoclient-changes
2016-06-14 15:23:56 -03:00