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

272 Commits

Author SHA1 Message Date
Lars Kruse
989f09e66c rename plugin example graphs for plugin gallery visualization
Some example graphs did not follow the naming convention required by the
plugin gallery.
2018-03-24 04:03:08 +01:00
Lars Kruse
7c62b9b6de added executable permission for multiple plugins 2018-03-09 00:18:30 +01:00
Lars Kruse
189c3953e7 shell: use 'command -v' instead of 'hash' (for non-bash)
see https://stackoverflow.com/a/677212
2018-03-08 04:26:29 +01:00
Lars Kruse
c9157be3fe iptables-related plugins: use "-w" for consistent results
The parameter "-w" forces iptables to wait for a lock before
printing data.

The parameter requires iptables 1.6 (released 2015).

See https://github.com/munin-monitoring/munin/issues/586
2018-02-24 22:58:50 +01: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
Lars Kruse
4b2fcbf8b9 replace hard-coded paths (e.g. '/var/lib/munin/plugin-state') with '$MUNIN_PLUGSTATE'
see http://guide.munin-monitoring.org/en/latest/plugin/env.html
2017-04-18 23:32:55 +02:00
sumpfralle
71149527b0 Merge pull request #834 from ka7/feature/spelling2
spelling fixes (2nd try)
2017-04-18 00:24:48 +02:00
klemens
8589c6df43 spelling fixes (2nd try) 2017-04-17 22:43:38 +02:00
Jose Manuel Febrer Cortés
1bed50bb64 Update multibandwidth 2017-03-23 11:15:32 +01:00
Jose Manuel Febrer Cortés
f679a922d5 Update multibandwidth 2017-03-22 15:53:53 +01:00
Jose Manuel Febrer Cortés
d638d14a41 Update multibandwidth
Correction of a bug with spaces when there was an output of more than 2 digits
2017-03-14 11:07:50 +01:00
Jose Manuel Febrer Cortés
aa3cd8311c Update multibandwidth 2017-03-13 14:14:00 +01:00
Jose Manuel Febrer Cortés
26e9009dc5 multibandwidth
Plugin to monitor the bandwidth between localhost and serveral hosts.
2017-03-10 15:44:28 +01:00
dipohl
7fdb4741fe Plugin-Gallery: Get better 2nd level headings
Review of category "system"
2017-02-24 23:54:53 +01:00
dipohl
e777037d06 Plugin-Gallery: Get better 2nd level headings
Review of category processes, system, snmp
2017-02-24 19:50:15 +01:00
dipohl
f769371079 Plugin-Gallery: Better 2nd level headings 2017-02-24 16:11:20 +01:00
dipohl
6ffdebec0d Plugin-Gallery: Better 2nd level headings 2017-02-24 05:01:30 +01:00
dipohl
d216113740 Plugin-Gallery: Better 2nd level headings 2017-02-24 04:09:58 +01:00
dipohl
e10e386b02 Plugin-Gallery: Better 2nd level headings 2017-02-24 03:40:55 +01:00
dipohl
ae4e85ab60 Plugin-Gallery: Better 2nd level headings 2017-02-24 03:13:08 +01:00
dipohl
3a6fdce80f Plugin-Gallery: get better 2nd level structure 2017-02-24 01:35:47 +01:00
dipohl
212768ed9b Reduce number of categories
bird -> network (bird)
chilli -> wireless (chilli)
geowebcache -> other (geowebcache)
healthcheck -> other (healthcheck)
j-chkmail -> mail (j-chkmail)
mythtv -> tv
scalix -> mail
2017-02-23 22:27:37 +01:00
dipohl
c0568802bf Reduce number of categories, move "other" plugins 2017-02-23 21:14:01 +01:00
dipohl
99542938b1 Reduce number of categories 2017-02-23 20:45:01 +01:00
dipohl
3ad41d6a4a Category Tree: Reduce number of categories
squid -> webserver (squid)
openfire -> chate
nfs -> fs
xastir -> radio
2017-02-23 04:29:44 +01:00
dipohl
6c3ce4e1e5 Category Tree: reduce number of categories 2017-02-22 16:22:46 +01:00
dipohl
c4b2d9a8e3 Category Tree: reduce number of categories 2017-02-22 04:48:52 +01:00
dipohl
29bdf34eae Category Tree: reduce number of categories 2017-02-22 02:54:01 +01:00
dipohl
abd4092268 Gallery: single dirname shall show up as second level heading 2017-02-22 00:57:32 +01:00
dipohl
fa99ece8fc Category Tree: Reduce number of categories
firebird -> db
mssql -> db
pdns -> dns
2017-02-22 00:30:20 +01:00
dipohl
62560fae23 Category Tree: Reduce number of categories 2017-02-21 15:09:54 +01:00
Andreas Kreisl
f5857c2b03 Update avm-fritzbox-wan-traffic to remove spikes
Switched from COUNTER to DERIVE and added .min = 0 to remove spikes on re-connect of the WAN port (which cause a reset of the counter).
2017-02-16 06:40:07 +01:00
Kenyon Ralph
2bb6892e9e
add motorola_sb6141 plugin to monitor the Motorola SB6141 cable modem 2016-12-23 16:27:41 -08:00
sumpfralle
a8dca90740 Merge pull request #764 from nyetwurk/master
Prevent data corruption if output fields of "tc -s" vary, stack children lines
2016-11-17 04:51:57 +01:00
Nye Liu
21572e11a5 Add the documentation in to the script. Should have gone with previous commit. 2016-11-16 18:25:53 -08:00
Lee Clemens
caa2f4be18 Add comment for hardcoded hop_o value and configs 2016-11-12 15:20:24 -05:00
Lee Clemens
d9cce2160f Make whitespace consistent, converting tabs to 4 spaces and fixing indents 2016-11-12 14:29:05 -05:00
Lee Clemens
b3a486fa62 Use source hostname as first 'hop' value (removing it from graph title) 2016-11-12 13:48:09 -05:00
Lee Clemens
dc129c541b Add source HOST to graph_title 2016-11-12 12:56:06 -05:00
Nye Liu
49b79ca228 Embed tc_ pod documentation into the plugin itself 2016-11-05 21:08:01 -07:00
Nye Liu
c4e03516ce Forgot the suggest tag 2016-11-05 14:58:49 -07:00
Nye Liu
fd25056ffd Set family to auto in tc_.pod as well 2016-11-05 14:57:45 -07:00
Nye Liu
6cb9ba170f Cleanup suggested by maintainer
* family should be auto, not manual
* Combine multiple sed scripts into a single script
* Double quote sh variable dereferences
* Don't use deprecated backquotes
2016-11-05 14:52:03 -07:00
Nye Liu
2d13d2a50d Add documentation and example graphs for the tc_ plugin 2016-11-05 14:51:14 -07:00
Nye Liu
43f5345747 Merge branch 'master' of https://github.com/munin-monitoring/contrib 2016-11-05 14:15:25 -07:00
sumpfralle
4d5e6564b3 Merge pull request #739 from RubenKelevra/patch-2
plugins: network/udp-statistics: added more fields
2016-10-29 05:05:41 +02:00
@RubenKelevra
50c13da584 [udp-statistics] rename 'errors' field, add more fields 2016-10-29 02:27:36 +02:00
Nye Liu
13f9ba7a61 Area stack children 2016-10-26 14:15:48 -07:00
Nye Liu
3dd825dd62 Output fields of tc can vary, possibly causing corrupted data to be gathered.
Look specifically for the "bytes" keyword
2016-10-26 14:14:26 -07:00
Nye Liu
234a753fea Make awk script more readable 2016-10-26 14:13:36 -07:00