Steve Schnepp
6509bffc85
Merge branch 'if1sec'
2013-02-10 12:01:21 +01:00
Steve Schnepp
7beab0e420
if1sec_: explicit flushing when appending to cache
2013-02-04 11:45:05 +01:00
Steve Schnepp
2fd52dfb38
if1sec_: adding a proper label
2013-02-04 11:45:05 +01:00
Steve Schnepp
63d61bc52e
if1sec: fixes
2013-02-04 11:45:03 +01:00
Steve Schnepp
208874d74d
if1sec_: initial version
2013-02-04 11:43:53 +01:00
Michiel Holtkamp
d00cbc952c
Converted traffic plugin to use iptables/ip6tables
...
You can now choose to use the snmp counters or if your host does
not support it (in some containers for example), you can set rules
in your firewall and count based on that.
2013-02-03 06:52:15 +01:00
Steve Schnepp
8fbe0ebe27
qos_: add ability to use custom update_rate
2013-01-28 18:15:58 +01:00
Stig Sandbeck Mathisen
81ae39dfc0
Test for values of $warning and $critical before try emitting them
2013-01-23 10:31:30 +01:00
Stig Sandbeck Mathisen
32bee48e0d
Support warning and critical
2013-01-23 10:26:54 +01:00
Michiel Holtkamp
21fa1d24e3
Added a line of whitespace between =item's
2013-01-18 22:19:11 +01:00
Michiel Holtkamp
6fcde6d8f1
Added multigraph so not only volume but also ratio is graphed
2013-01-13 15:13:59 +01:00
louis
a38bb464b3
set executable bit for netatalk plugin
2013-01-04 18:53:51 +01:00
Dave Fennell
fc43808f2b
Slight change to formatting of licence information in new bind9 and pgbouncer plugins.
2012-12-21 11:53:59 +00:00
Dave Fennell
d79ab66b69
Updated new bind9 plugins with license information and added MUNIN_CAP_DIRTYCONFIG support.
2012-12-21 10:37:00 +00:00
Dave Fennell
8c1e0f618d
Updated new bind9 plugins to correctly handle differing number of lines in the bind9 stats files.
2012-12-20 14:01:26 +00:00
Dave Fennell
b7d0ef9dfe
Added simple bind9 resolver, server and socket stats plugins.
2012-12-20 11:33:07 +00:00
Diego Elio Pettenò
36c0e91b30
openvpn_multi: move together with the other openvpn plugins.
2012-11-20 22:03:27 -08:00
nukleus
471311dfaf
Update plugins/network/ip_forward_
...
Fix typos in plugins/network/ip_forward_
2012-11-17 19:18:47 +00:00
Eugen Ganshorn
2f4f429842
FIXED: /etc/munin/plugins/pdns_rec_throttle: 40: Syntax error: end of file unexpected (expecting "fi")
2012-10-24 17:44:16 +02:00
Steve Schnepp
8a13b49960
Merge pull request #191 from aborrero/master
...
Traffic plugin. Monitor total throughput by IP protocol.
2012-10-19 15:14:04 -07:00
Steve Schnepp
f28b447484
Merge pull request #187 from ze42/master
...
cpu_linux_multi
2012-10-19 15:10:35 -07:00
Artem Sheremet
d112f623fb
Fixing a warning in the ping plugin
...
Error message:
Use of uninitialized value $ping_time in concatenation (.) or string at /etc/munin/plugins/ping line 176.
Fix is to declare a variable prior to using it in postfix-if assignment
2012-09-27 18:40:42 +03:00
Arturo Borrero Gonzalez
f203253861
Added support even larger numbers.
2012-09-25 14:03:59 +02:00
Bryce Chidester
a2f35e9b68
Correct wildcard name handling
...
The previous awk function did not work for my system, always returned the script name instead. Replaced with the same clean and sanitary bash variable logic that if_ uses to extract the interface name from $0.
2012-09-24 14:45:00 -07:00
Arturo Borrero Gonzalez
09b0f002d5
added "Total bps" to help know the exact total traffic in the graph.
2012-09-21 10:50:29 +02:00
Arturo Borrero Gonzalez
0a0cc634ea
changed permissions, like others pluggins.
2012-09-20 17:31:26 +02:00
Arturo Borrero Gonzalez
e49b78ab52
Added `traffic' plugin, to allow measure server total throughput in both IPv4 and IPv6
2012-09-20 17:30:18 +02:00
Adrien "ze" Urban
cdf6eeb3df
interfaces_linux_multi: interfaces, supersampling, multigraph
...
First release
3 graphs per interfaces :
- bps
- pkt/s
- errors
graph types can be disabled/enabled
interfaces can be included/excluded
2012-09-14 19:06:15 +02:00
Steve Schnepp
9ec0760ec2
Merge pull request #181 from kuriyama/master
...
Fix usage of appname at munin symbol translation
2012-09-06 05:19:35 -07:00
Jun Kuriyama
fd119055ab
Fix usage of appname at munin symbol translation
...
FMS appname may include '-' chars, and was translated to '_' because
of Munin dislike this character.
But original appname is required to retrive values from getAppStats
API. So preserve original appname and translate it at only actually
needed.
2012-09-05 10:02:52 +09:00
Diego Elio Pettenò
c814853976
plugins: make all of them use graph_vlabel instead of graph_vtitle.
2012-08-23 08:56:01 -07:00
Diego Elio Pettenò
d3a4f12d3f
Move some more plugins in their place.
2012-08-09 16:47:30 -07:00
Diego Elio Pettenò
e5ce74926d
More housekeeping.
2012-08-06 22:20:20 -07:00
Diego Elio Pettenò
0a1524f27f
More housecleaning.
...
Collapse some categories; remove duplicates; move plugins in where
they belong, remove files that are not really plugins at all.
2012-08-06 21:55:44 -07:00
Diego Elio Pettenò
7da1b039c2
Put order in SNMP plugins by moving all of them together in snmp/
...
This makes it easier to find what should be used for SNMP monitoring.
2012-08-06 21:36:10 -07:00
Kenyon Ralph
03c538bad3
Merge pull request #154 from dotdoom/master-private
...
Featuring ping plugin
2012-07-25 12:17:34 -07:00
Artem Sheremet
ec431eb37e
Ping plugin: updated info, fixed labels, new image
2012-07-25 10:03:40 +03:00
Artem Sheremet
dca361d029
Rewriting Ping plugin in perl
...
* Merging existing plugins
2012-07-25 04:02:08 +03:00
Kenyon Ralph
8b1a106868
remove redundant README and move BIRD plugin to network directory
2012-07-23 13:05:04 -07:00
Artem Sheremet
8d941d04d0
Adding simple and useful ping plugin
2012-07-23 19:29:33 +03:00
Steve Schnepp
17604e11ec
Merge pull request #122 from C-Duv/netatalk
...
Adding "netatalk" plugin: monitors number of files held open by the Netatalk/AFP clients
2012-06-01 04:07:08 -07:00
DUVERGIER Claude
e94af31a51
netatalk plugin moved to network directory and family.
2012-05-24 00:57:09 +02:00
DUVERGIER Claude
3407617b07
If no friendly name (no "names" parameter), will automatically use
...
IP/FQDN.
2012-05-21 02:38:37 +02:00
Artem Sheremet
0d1c792196
Fixing netstat_bsd_s bug (base is 1000 for bytes)
2012-05-18 08:37:00 +03:00
Artem Sheremet
a3d99279b4
Although not used, updating from 'export'
2012-05-18 08:36:52 +03:00
Kenyon Ralph
62d43835d4
remove plugins existing in the main munin distribution
2012-05-04 02:54:55 -07:00
Kenyon Ralph
b084f05b70
network/snmp__ifx_: encode UTF-8 and with Unix newlines
2012-05-04 02:03:34 -07:00
Kenyon Ralph
331d5a43dc
remove plugin existing in main munin repository
2012-04-30 01:07:12 -07:00
Kenyon Ralph
c29d25a89f
arris-tm502g_: add license statement
2012-04-25 01:08:17 -07:00
Kenyon Ralph
e005bb0ccb
remove plugins existing in main munin repository
2012-04-24 02:06:02 -07:00