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

3725 Commits

Author SHA1 Message Date
Dobrica Pavlinusic
bbec1ffb43 count failed disks and report critical warning 2018-01-28 15:28:00 +01:00
Lars Kruse
35b8cdd641 Merge various improvements for "nginx_error" plugin 2018-01-20 01:52:19 +01:00
Lars Kruse
a4882b1912 nginx_error: enable 'set -eu' flags for shell 2018-01-20 01:50:18 +01:00
Lars Kruse
24ea5d29e9 nginx_error: improve documentation 2018-01-20 01:50:18 +01:00
Lars Kruse
7ed71b441d nginx_error: add support for 'dirty config' capability 2018-01-20 01:50:18 +01:00
Lars Kruse
0e864944d7 nginx_error: improve readability of array accesses 2018-01-20 01:50:18 +01:00
Lars Kruse
8a68200a67 nginx_error: fix style issues reported by shellcheck 2018-01-20 01:50:18 +01:00
Lars Kruse
808a21d4fb nginx_error: improve readability of symlink configuration code 2018-01-20 01:50:18 +01:00
Lars Kruse
f4c192469f nginx_error: introduce real version number 2018-01-20 01:50:18 +01:00
Pierre-Alain TORET
452003a398 Update tor_ plugin author
Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com>
2017-12-15 14:47:29 +01:00
Henti Smith
6d50ab4900 Check node offline status using boolean
The previous behaviour checked offline status using a regular
expression. Jenkins 2 uses a boolean value
2017-11-09 09:57:39 +00:00
Henti Smith
50e8e27722 Added recursion to jenkins_
The previous behaviour ignored the folder structure in Jenkins 2.
2017-11-09 09:54:57 +00:00
sumpfralle
1bba76b53b Merge pull request #880 from bertptrs/pacman_update
Add specific updates to extinfo field.
2017-10-05 20:58:23 +02:00
Bert Peters
b5e31b6612 Clean up pacman_pending_updates.
No more environment variables since those can easily be configured with
regular munin settings.

Properly quote all strings.

No longer use temp files for holding update information; instead hold it
all in a variable.
2017-10-05 11:28:15 +02:00
Bert Peters
e9150b1892 Add specific updates to extinfo field. 2017-10-03 11:08:25 +02:00
sumpfralle
8e7e009f90 Merge pull request #878 from janegilv/master
Fix kvm_ plugins
2017-10-01 13:23:42 +02:00
Jan Egil Vestbø
67d6e559ec Read correct values from /proc/net/dev 2017-09-30 17:44:16 +02:00
Jan Egil Vestbø
621744a6f0 Includes more kvm-processes 2017-09-30 17:42:37 +02:00
sumpfralle
6cc95f20e9 Merge pull request #877 from sebastic/pdns
Use pdns_control utility instead of pdns init script.
2017-09-29 15:11:18 +02:00
Bas Couwenberg
a86de7871a Use exit status 0 for autoconf, provide reason for 'no' answer. 2017-09-29 10:20:40 +02:00
Bas Couwenberg
f9426daca5 shellcheck fixes for pdns-recursor plugins. 2017-09-29 09:34:25 +02:00
Bas Couwenberg
9aa6d7e977 shellcheck fixes for pdns-server plugins. 2017-09-29 09:27:34 +02:00
Bas Couwenberg
87d30e5597 Use pdns_control utility instead of pdns init script.
The init script is not usable on systems using systemd (e.g. Debian stretch).
2017-09-28 09:54:22 +02:00
Wouter Verhelst
608a2a5ad7 Allow for _ in original dataset name
The current code escapes / (which is legal as part of a dataset name for ZFS, but illegal as part of a munin graph name) into _ (which is legal for both). The result is that any _ characters in the original filename get changed into / in the legend, which is confusing.

Fix by escaping any existing _ characters into __ first, and then later replacing // into _ again. // is a sequence that will not occur in a ZFS dataset name, so any double-/ sequence must therefore have been a _ originally.
2017-09-18 13:56:29 +02:00
Lars Kruse
a8d117a3f0 olsrd: adjustments for the output format used by olsrd v0.9.5
Changes include:
* use short names for "urls" (e.g. "lin" instead of "links")
* whitespace instead of semicolon used as separators in "mid"
* ignore variable number of header lines
2017-09-11 00:51:49 +02:00
sumpfralle
6d758e9fb7 Merge pull request #873 from kboenke/master
SNMP Plugin for CyberPower UPS
2017-08-25 15:06:23 +02:00
Kai
56bcc8cda1 Add files via upload 2017-08-24 21:59:35 -04:00
sumpfralle
aa51beb357 Merge pull request #872 from kboenke/master
New SNMP Plugin for HP LaserJet Printers
2017-08-24 21:34:39 +02:00
Kai
832a58c510 Add files via upload 2017-08-24 12:42:37 -04:00
sumpfralle
61b6e28539 Merge pull request #867 from shakemid/add_zpool_cap
Add zpool_capacity plugin
2017-08-15 20:12:22 +02:00
sumpfralle
9d5ece803e Merge pull request #869 from Neraud/master
Add executable bit
2017-08-15 20:04:49 +02:00
Neraud
0736033f4d Add executable bit 2017-08-14 11:28:44 +02:00
K.Cima
b2acd0514d Fix for pullreq #867 2017-08-14 12:04:00 +09:00
sumpfralle
8f92eb1715 Merge pull request #847 from shtrom/multi-ssl
[ssl-certificate-expiry] Replace ssl_ with a single graph showing all expiries
2017-08-14 04:43:24 +02:00
sumpfralle
cb868b07bb Merge pull request #866 from shakemid/fix_oracle_plugin
Update oracle_sysstat plugin
2017-08-14 04:34:48 +02:00
sumpfralle
d1950883af Merge pull request #868 from shakemid/improve_zfs_plugin
Improve zfs_arcstats plugin
2017-08-14 04:09:11 +02:00
K.Cima
3f0af3802a Add zpool_capacity plugin 2017-08-04 17:05:12 +09:00
K.Cima
a6b505540f Add illumos, FreeBSD, Linux support for zfs_arcstats plugin, cleanup code 2017-08-04 16:52:48 +09:00
K.Cima
d0c8e0b0a8 Fix to work autoconf. Cleanup code. 2017-08-04 16:13:58 +09:00
sumpfralle
442bc06d30 Merge pull request #860 from Neraud/deluge
Add deluge_ plugin
2017-08-03 01:13:33 +02:00
Neraud
205205aefd Fix exit code for autoconf
The plugin should always return 0
2017-07-30 09:40:31 +02:00
Neraud
1283bec05e Fix printing error message to stdout when running the plugin 2017-07-30 09:39:56 +02:00
Neraud
f84eee6118 Improve log usage
Migrate to lazy message evaluation
2017-07-30 09:38:26 +02:00
Neraud
ac255fa70d Improve code style 2017-07-30 09:32:02 +02:00
sumpfralle
19597f8022 Merge pull request #848 from shtrom/http_load_multi
[http_load_] Add multigraph support
2017-07-23 14:58:42 +02:00
Olivier Mehani
f4e73b807f [http_load_] Use perldoc
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
2017-07-23 13:46:39 +10:00
Olivier Mehani
81e1966814 [ssl] Remove legacy ssl, and replacement ssl-certificate-expiry
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
2017-07-23 13:19:40 +10:00
sumpfralle
bd33dda682 Merge pull request #781 from sumpfralle/zfspool-fieldnames
[zpool_iostat] Code cleanup and fix for fieldname issue with leading digit
2017-07-22 16:04:36 +02:00
Lars Kruse
e384268157 [zpool_iostat] added example graphs (by @Rayziltl) 2017-07-22 16:02:25 +02:00
Lars Kruse
14fae65757 [zpool_iostat] keep previous fieldnames 2017-07-22 16:02:25 +02:00