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
Steve Schnepp
093708d771
Typo in help
2012-04-24 11:47:24 +03:00
Kenyon Ralph
2e36033f20
Merge pull request #96 from C-Duv/master
...
This aims to fix to incoherence in multiping documentation about hosts parameter
2012-04-23 21:07:02 -07:00
DUVERGIER Claude
189c81eee5
Documentation: incoherent "host" parameter name (Issue #88 )
2012-04-24 02:32:14 +02:00
Charlie Allom
7c3ecf1bc5
increase the ds-name to be prefixed by hop_ so newer munins wont try to store everything datapoint in "_"
2012-04-17 22:47:55 +01:00
Charlie Allom
fae716b478
decrease pings to 5 for faster polling
2012-04-17 22:47:30 +01:00
Charlie Allom
acc4135cd5
update to v1.1
2012-04-17 22:47:02 +01:00
Kenyon Ralph
60728f04cb
untar mtr100_ plugin and move to network directory
2012-04-17 10:49:48 -07:00
Kenyon Ralph
1eb0bae94b
Merge pull request #76 from sumpfralle/master
...
updated shorewall-accounting plugin to v1.3
2012-04-02 07:29:59 -07:00
Lars Kruse
265e39e038
updated shorewall-accounting_ to v1.3
...
* renamed plugin file from "shorewall_accounting" to "shorewall-accounting_"
* CAUTION: rename your symlinks and plugin config section!
* added optional SHOREWALL_BIN environment variable
* improved labels for rules (don't mask dots)
2012-04-02 11:42:52 +02:00
Artem Sheremet
85419c5357
New/updated plugins
...
* moved netstat_bsd_ (collecting netstat -m stats) to netstat_bsd_m_
* added netstat_bsd_s_ collecting netstat -s (and some images)
* updated ejabberd_scanlog plugin (fixed error message, added a couple of new log types)
2012-03-20 11:43:21 +03:00
Kenyon Ralph
0e1d54f2fd
fix tor-bandwidth-usage
...
I mistakenly broke the authentication routine during my overhaul of
the plugin.
2012-03-11 04:08:48 -07:00
Kenyon Ralph
d8ef1a40a1
add plugin to monitor ARRIS TM502G cable modem
2012-03-10 23:58:28 -08:00
Alexey Illarionov
7fc99a3716
Fixed typo in plugins.conf configuration description.
...
Reported by Ilya Evseev at http://forum.nag.ru/forum/index.php?showtopic=70527&view=findpost&p=671563
2012-03-08 10:29:03 +01:00
Alexey Illarionov
8232e65515
ifem_: copy-paste error in description fixed
2012-03-08 10:29:03 +01:00
Steve Schnepp
dd4afac869
Move the screenshots next to plugins
2012-03-07 12:53:52 +01:00
Kenyon Ralph
d055f33780
move singleton plugins to the network directory
2012-02-29 15:44:07 -08:00
Kenyon Ralph
992d1c8d5c
remove plugin included in main munin distribution
2012-02-29 15:28:16 -08:00
Benjamin Ryzman
4f432c597c
SNMP plugin to graph Brocade NetIron temperatures per module
2012-02-27 17:49:40 +08:00
Горлов Максим
f14628ad35
Changed the location of their own plug-ins
2012-02-25 12:22:25 +04:00
Kenyon Ralph
e6ee1acb78
removing tcp_retries
...
The same data are graphed by the netstat_multi plugin in munin trunk,
so no need to have a redundant plugin.
2012-02-21 21:54:50 -08:00
Artem Sheremet
580c41ea3d
Adding new plugins
...
* netstat_bsd_
for mbufs/etc statistics from BSD's netstat -m
* tcp_retries
for TCP retransmission count rate from procfs /proc/net/tcp
2012-02-22 02:30:54 +03:00
AndyKits
28db7a12aa
Fixed missing backtick in row 19
2012-02-20 17:24:44 +01:00
Paul Saunders
6f39dc451a
TG585v7__: Better Error handling
...
Reset the error mode of Net::Telnet to 'return', so that we can (try to)
log out during the error handler without invoking the error handler
(doing so resulted in "Deep Recursion" warnings from perl).
Also, return 'U' for ALL appropriate items in case of error.
2012-02-17 10:24:04 +00:00
Steve Schnepp
08346aac58
- have some dirs
2012-02-13 18:24:46 +01:00