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

2103 Commits

Author SHA1 Message Date
Daniel Lo Nigro
8a2075756d Fix indentation 2013-06-24 23:18:30 +11:00
Daniel Lo Nigro
cde616b8d0 Add PHP OPcache plugin 2013-06-24 22:11:49 +10:00
Holger Levsen
137cbf74b6 asterisk_inuse: fix plugin to use asterisk command from PATH and fix a whitespace issue 2013-06-23 16:14:18 +02:00
Holger Levsen
446de9a689 dovecot plugin: fix path to state file 2013-06-22 16:20:11 +02:00
nagyrobi
9ed92290bf Create virtualbox_ram_usage
This graph shows the ram usage of every single VM process.
2013-06-19 17:22:28 +03:00
nagyrobi
aa59ca8bb5 Create virtualbox_cpu_user
This graph shows the percentage of processor time spent in user mode by the every single VM process.
2013-06-19 16:21:15 +02:00
nagyrobi
b7f085e887 Create virtualbox_cpu_kernel
This graph shows the percentage of processor time spent in kernel mode by the every single VM process.
2013-06-19 16:20:20 +02:00
Philip Paeps
13b59dd1bb nsd_: new plugin to monitor NSD name servers
This plugin collects most statistics from NSD name servers.  It
should be called nsd_by_type, nsd_by_rcode or nsd_hits to monitor
queries received by type, replies sent by rcode or the base query
volume, respectively.  The plugin is friendly to the name server
and only sends one signal per run (even if three links exist).
2013-06-18 22:48:22 +02:00
Farhad Shahbazi
522104afc2 Fix interface detection 2013-06-18 15:04:00 +02:00
Farhad Shahbazi
42fd0b1a2c if: one probably wants bit for traffic graphs 2013-06-18 14:59:53 +02:00
Alex Dehnert
ce558089c4 mysql_aggregate_: allow graphing only max/min value
In some cases it can be useful to know the maximum value of any row of an
aggregate (for example, the maximum number of logins by a single user), without
graphing each row separately (because there are too many or the rows change).
This change allows that by setting the "only" parameter to "max" or "min".
2013-06-18 00:37:27 -04:00
Antoine Beaupré
e5be4561c0 specify units of compilation time 2013-06-17 16:36:35 -04:00
Antoine Beaupré
ee0f13f366 allow customizing tiem format, use standard
by default, syslog doesn't use iso timestamps..
2013-06-17 16:36:28 -04:00
Antoine Beaupré
d2491a1977 use a proper interpretor
env is not in /bin in debian
2013-06-17 16:36:03 -04:00
Tom Hendrikx
d30aebbae4 Fix typo 2013-06-17 12:59:32 +02:00
Tom Hendrikx
f349130b3f Fixed the other ipvs plugins too regarding UDP detection 2013-06-17 12:09:53 +02:00
Tom Hendrikx
267c45f904 Detect UDP conections too 2013-06-17 11:49:31 +02:00
Longinus00
6898ae6d83 Munin plugin to monitor Peer Guardian Linux blockrates 2013-06-14 06:59:40 -07:00
Longinus00
7dd73c77d3 Multigraph munin plugin to monitor 2Wire/Pace residential gateways 2013-06-14 06:57:10 -07:00
Gareth Davies
eec974c510 Added symlinks to enable the plugin in the header comments. 2013-06-14 02:13:49 +08:00
nagyrobi
a5531ca91f Update ubiquiti_airos_
v0.7 - added critical thresholds to some graphs, and some descriptions below some of them
v0.6 - added wlan errors by type graph - useful to detect interferences on the same frequency; added CPU usage graph
v0.5 - added ping graph - ping times from the AirOS device to a configured address; other fixes
v0.4 - corrected memory size unit calculation and display, fixed query bug, fancier graphs for memory and link speed
v0.3 - added undefined values handling in case of connection timeout, corrected linefeed character handling
v0.2 - combined all the separate pugins into one multigraph plugin, a couple of charts separated
v0.1 - initial version, separate plugin for each graph, packaged 11 different plugins
2013-06-12 19:51:02 +03:00
Thomas Vial
82911254b1 Fixed element sorting on config call 2013-06-12 16:59:48 +02:00
nagyrobi
90ec5e16ad Create hdsentinel
Multigraph plugin to monitor harddrive temperature, condition, performance and estimated remaining lifetime through HDSentinel.
2013-06-12 16:29:45 +03:00
wh6b
f84420f981 Update date format between auth.log and linux system date
I noticed a problem with date format on /var/log/auth.log (tested on debian and ubuntu)

$ date '+%b %d'
Jun 09

/var/log/auth.log
Jun  9 13:17:01

So    grep "`date '+%b %d'`"    can't works fine for day with 1 digit.

I suggest to factorize and change the grep's regex with my update.
2013-06-09 14:49:08 +03:00
Thomas Vial
08c3a67e8b Fixed instance order using port number and not pid anymore 2013-06-08 18:07:26 +02:00
Damien Alexandre
52f29a4c9b English comment 2013-06-07 17:43:34 -04:00
Damien Alexandre
0f672f4c83 New Sphinx Plugin: sphinx_documents 2013-06-07 17:37:01 -04:00
Mrten
6f0a884e19 Create dovecot, plugin to monitor dovecot connections
Based very heavily on exim_mailrejects
2013-06-04 00:28:33 +03:00
Kenyon Ralph
4a7a0de134 hugepages: fixes from Mrten in issue #308 2013-06-02 14:12:44 -07:00
Kenyon Ralph
9598bc7cb0 nginx_error: add terminating newline 2013-06-02 13:49:38 -07:00
Kenyon Ralph
95ce6dde9e Merge pull request #312 from nagyrobi/patch-1
Multigraph munin plugin to monitor Ubiquiti AirOS devices various parameters.
2013-06-02 13:45:32 -07:00
Kenyon Ralph
2cef307b89 Merge pull request #311 from steveschnepp/fix-syslog-ng-stat
Add syslog-ng plugin that graphs counts of log messages processed by syslog-ng sources and destinations
2013-06-02 13:32:31 -07:00
Kenyon Ralph
0bbbd1397c move mongrel plugins to the http directory, since mongrel is an http server 2013-06-02 13:19:00 -07:00
Kenyon Ralph
89016198ca Merge branch 'master' of github.com:munin-monitoring/contrib 2013-06-02 13:11:05 -07:00
Kenyon Ralph
626f42fafe move arp plugins to network directory 2013-06-02 13:09:43 -07:00
Kenyon Ralph
750aa5ee09 Merge pull request #307 from ShaolinTiger/patch-1
Added new non Ruby based Unicorn Plugin
2013-06-02 13:01:32 -07:00
Kenyon Ralph
64da66636a Merge remote-tracking branch 'koumbit/relayd'
Adds plugin for the OpenBSD relayd load balancer.
2013-06-02 12:56:55 -07:00
Kenyon Ralph
3d29bb4274 netstat_s_: make executable
Closes issue #304.
2013-06-02 12:43:49 -07:00
Steve Schnepp
6c024b21ad Merge pull request #315 from vovansystems/master
nginx_error plugin
2013-05-30 08:20:47 -07:00
v
90f35c5805 nginx_error plugin initial commit 2013-05-29 19:50:58 +03:00
Gareth Davies
6274c3af80 Fixed total memory being in the wrong scale 2013-05-29 06:21:11 +08:00
Roman A. aka BasicXP
2e5b796efe Fixed an error in netatalk plugin: defaultServer_volumesFile: command not found 2013-05-27 16:45:37 +04:00
Steve Schnepp
722c224956 plugins/backuppc: differential in size for full/incr 2013-05-23 17:32:49 +02:00
Steve Schnepp
8e45b339de plugins/backuppc: adding backup ages 2013-05-23 17:24:17 +02:00
Steve Schnepp
d69bc45ad5 plugins/backuppc: fix multigraph 2013-05-23 17:06:44 +02:00
Steve Schnepp
74c8b337de plugins/backuppc: Initial add 2013-05-23 15:46:59 +02:00
nagyrobi
9154029b68 Multigraph munin plugin to monitor Ubiquiti AirOS devices various parameters. 2013-05-21 15:57:30 +02:00
Steve Schnepp
b2f44b48ef Merge pull request #309 from jd/master
Fix getenv usage in swift plugins
2013-05-21 05:13:54 -07:00
Steve Schnepp
6368f71a01 plugins/syslog_ng_stats: comment formating 2013-05-21 14:02:59 +02:00
Julien Danjou
1e1ca5b633 Fix getenv usage in swift plugins
os.getenv returns a string, not an integer, so using %s will fail if the
variable SWIFT_OBJECT_PORT is set.
2013-05-17 10:36:29 +02:00
Gareth Davies
9dfe0f34ca Fixed average memory graphing label error.
Fixed average memory graphing label error.
2013-05-16 19:27:13 +08:00
Gareth Davies
8ff6e0fdf2 Update unicorn_
- Fixed memory and average giving same results
- Fixed error in average graphing
2013-05-16 18:57:51 +08:00
Gareth Davies
2812f751f0 Added new non Ruby based Unicorn Plugin
The existing Unicorn plugins are written in Ruby, which didn't work well for me due to ENV variables etc.

This plugin monitors number of workers, total memory used and average memory per process for Unicorn.

ln -s /usr/share/munin/plugins/unicorn_ /etc/munin/plugins/unicorn_average
ln -s /usr/share/munin/plugins/unicorn_ /etc/munin/plugins/unicorn_memory
ln -s /usr/share/munin/plugins/unicorn_ /etc/munin/plugins/unicorn_processes

It can easily be adapated to any multi threaded server by just changing the value it searches for 'unicorn worker' in this case.
2013-05-16 18:07:01 +08:00
Ben
1eeb47035c Update lighttpd_
fix typo
2013-05-16 11:34:08 +03:00
Dimitri Savineau
271a38f0ba Fix indexcounters and globallock in 2.2 and 2.4 version 2013-05-13 16:54:57 -04:00
Roman V. Nikolaev
f68e4c9696 add comment 2013-05-12 16:33:27 +04:00
Roman V. Nikolaev
928f9d3dfe remove grep for args 2013-05-12 16:31:12 +04:00
Kenyon Ralph
3c08471566 Merge pull request #302 from claudius23/snmp_netapp
plugins/snmp/snmp__netapp_* initial checkin of my snmp__netapp_ plugins.
2013-05-10 00:54:12 -07:00
Kenyon Ralph
bf65a9e407 Merge pull request #300 from lirantal/master
Adding a new Drupal/Generic page speed monitoring script
2013-05-10 00:39:39 -07:00
Claudius
de8aa961e4 plugins/snmp/snmp__netapp_* initial checkin of my snmp__netapp_ plugins. 2013-05-09 17:04:18 +02:00
Kenyon Ralph
6de3ccf145 move postfix plugins into the mail directory 2013-05-08 14:24:31 -07:00
Roman V. Nikolaev
40ec9801f1 add syslog-ng plugin 2013-05-08 22:08:06 +04:00
Steve Schnepp
ab9c97caeb Merge pull request #298 from kabo/master
php_fpm_process update
2013-05-07 02:29:20 -07:00
Steve Schnepp
c395463186 Merge pull request #232 from bAndie91/master
add "e2" plugin
2013-05-07 02:28:42 -07:00
Steve Schnepp
7bd75f1bfb Merge pull request #299 from claudius23/zfs_usage_
plugins/zfs/zfs_usage_ add environment variables, call zfs binary only once
2013-05-07 02:25:58 -07:00
Liran Tal
a311ae1bfc adding a new monitoring script which allows to configure pages to login to and visits and time their load time 2013-05-07 11:26:08 +03:00
Claudius
947313b675 plugins/zfs/zfs_usage_ add environment variables, call zfs binary only once 2013-05-07 03:16:51 +02:00
Calle Kabo
4528900a44 Updated name and added env.pool
- The name in =head1 did not match the filename.
- The $pool-variable was used in the config-section, but was never initialized. It is now extracted from the fcgi-response
2013-05-06 13:09:06 +03:00
Kenyon Ralph
9bc507b372 Merge pull request #297 from Dave-Driesen/master
Update psad plugin to use DERIVE
2013-04-26 21:04:18 -07:00
Dave Driesen
0914022b9b Update psad plugin to use DERIVE
Now using DERIVE, with zero minimum value.
As per suggestion from Kenyon.

Thanks!
Dave Driesen
2013-04-25 16:38:51 +03:00
Kris Popendorf
92adac9dc2 need autoconf before config 2013-04-24 07:01:11 +09:00
Kris Popendorf
dc30dc5c20 include interface in title 2013-04-24 00:01:07 +09:00
Kris Popendorf
5e48842500 update documentation 2013-04-23 23:59:32 +09:00
Kris Popendorf
b9a08b369a Allows setting warnings by environment variables. 2013-04-23 23:50:58 +09:00
Kris Popendorf
d9ab69e0a1 Fixes bandwidth_ to successfully init new installs.
Previously the script would try to divide by 0 for calculating rates
on the first run, and crash before getting to store() to write initial
values thus never initing itself. This fixes that, and makes it a
little easier to debug in case of future crashes (no need for 'eval'
wrapper).
2013-04-23 11:18:40 +09:00
Kenyon Ralph
bc0bab7a0e Merge pull request #292 from presbrey/patch-1
fix cpu_by_process time parser
2013-04-19 14:28:51 -07:00
Kenyon Ralph
c2be0e2b06 Merge pull request #291 from jesseadams/master
Tweaks for system/pagefaults_by_process
2013-04-19 14:17:11 -07:00
Kenyon Ralph
0df933a549 openvpn/openvpn_multi: re-add configuration documentation 2013-04-19 14:03:51 -07:00
Kenyon Ralph
f21b14ecc9 Merge pull request #289 from HeisSpiter/master
Replacement plugin for openvpn_multi
2013-04-19 14:01:14 -07:00
Kenyon Ralph
191cb9d40e Merge pull request #288 from Dave-Driesen/master
Add port scan detection plugin (psad)
2013-04-19 13:36:03 -07:00
Kenyon Ralph
7f23c8cfc4 system/freeboxuptime: move to the system category 2013-04-19 13:33:51 -07:00
Kenyon Ralph
aa46cd0ccc move uptime plugin to the system directory 2013-04-19 13:32:35 -07:00
Kenyon Ralph
bff9c1ffc4 Merge pull request #282 from rk4an
rewrite mediawiki plugin with api access
2013-04-19 13:14:35 -07:00
Kenyon Ralph
0e52d8f3b6 Merge pull request #284 from lirantal/master
Added monitoring scripts for Drupal CMS web application
2013-04-19 13:06:03 -07:00
Jonas Friedmann
007c2825a9 Fixed indentation + configurable SDK path 2013-04-19 21:56:07 +02:00
Kenyon Ralph
54e26d409a Merge pull request #280 from patschi/patch-1
Create minecraft-users-ram_
2013-04-19 12:55:45 -07:00
Kenyon Ralph
87922ab107 Merge pull request #277 from NNScripts/master
Newznab updated categories.
2013-04-19 12:40:37 -07:00
presbrey
b63d544551 fix cpu_by_process time parser
cumulated CPU time is in [DD-]hh:mm:ss format
2013-04-11 18:31:05 -03:00
Liran Tal
e15d4f76ab fixed proper statement binding result parameters as well as set graph types to GAUGE for absolute numeric values 2013-04-11 14:05:31 +03:00
Jesse R. Adams
b94cf57b57 Adjusting vlabel and using ARGV key 0 instead of 1 for config pass 2013-04-10 17:02:11 -05:00
Pierre Schweitzer
17b5892ab3 Replacement plugin for openvpn_multi.
This plugins handles all connected OpenVPN client and displays their current trafic.
It dynamically handles clients.
It produces a global graph and then a graph per client.
It needs the OpenVPN status file.
2013-04-10 18:28:47 +02:00
Dave Driesen
b5ce1d0022 Add port scan detection plugin (psad)
psad is a cyber defense tool that monitors for incoming port scans
and can optionally blacklist/block attackers.

Both these options can be charted with this plugin.

- Port scans detected (per hour)
- Attackers blocked (per hour)
2013-04-09 13:47:50 +02:00
Steve Schnepp
463bf9ccc7 Merge pull request #281 from patschi/patch-2
Create wordpress2
2013-04-08 08:03:32 -07:00
Steve Schnepp
498c63a3a4 Merge pull request #286 from dotdoom/netstat_bsd_s-update
netstat_bsd_s: adding Linux support
2013-04-08 07:48:25 -07:00
ToM
aca139cc15 [FIX] mail/dovecot: fix typo, categorization. 2013-04-08 12:49:39 +02:00
Marcus Povey
3909f4d40e * Updating array to pull appropriate bandwidth values from BeBox (Thomson TG585 v7, software Be 8.2.7.7.KS)
* Updated example script path to something sensible; changing graph category to network;
2013-04-06 16:39:01 +01:00
Marcus Povey
0dd9f1fc78 Updated example script path to something sensible; changing graph category to network 2013-04-06 16:36:50 +01:00
Marcus Povey
d93823c0da Modified expect script to work with my BeBox (Thomson TG585 v7, software Be 8.2.7.7.KS) 2013-04-06 16:26:30 +01:00
Thomas VIAL
9ec552e04e Fixed thin_threads which reported 0 all the time 2013-04-04 10:00:04 +02:00
Artem Sheremet
302641b091 netstat_bsd_s: adding Linux support
* limited Linux support: TCP only, a few stats yet
2013-04-04 10:09:14 +03:00
Liran Tal
98e396b385 adding some drupal monitoring snippets 2013-04-03 19:54:34 +03:00
ToM
b0f3e4347d [FIX] apache_byprojects/byprojects_access: missing \n. 2013-04-02 11:25:34 +02:00
Steve Schnepp
7dcf956967 p/if1sec_: add doc that the plugin does not autostart 2013-04-01 07:43:08 +02:00
Erkan
91ad0c2142 rewrite mediawiki plugin with api access 2013-03-31 19:47:47 +03:00
Patschi
604b9249c8 Create wordpress2 2013-03-30 01:26:24 +01:00
Patschi
553ffc3734 Create minecraft-users-ram_ 2013-03-30 01:11:08 +01:00
Jonas Friedmann
bed5815230 Added several Minecraft/Bukkit plugins (depending on JSONAPI, Statistician and Ultrabans) to show the current online players, the RAM usage, the current TPS (ticks per second), hostile/neutral/passive mob kills per day, new players/visitors per day and kicks/ban/mutes/jail/unban/etc. per day - http://s.frd.mn/XJsryR for more informations 2013-03-28 16:12:15 +01:00
NN Scripts
1c69c1c65b - Updated categories
- Added "Unknown" category
- Changed subcategory names in graph (added category infront of subcategory)
  This prevents double names like "sd" and "hd"
2013-03-26 12:23:20 +01:00
Kenyon Ralph
46d1dcc987 google/snmp__gsa_docs: expand the GSA abbreviation on the first usage
For better understanding of the plugin's purpose.
2013-03-25 22:33:51 -07:00
Marcello Barnaba
899a974d81 Add SNMP plugin to monitor the GSA documents index 2013-03-25 17:14:55 +01:00
Diego Elio Pettenò
7c87917826 Merge pull request #275 from Daniel15/php-cleanup
Delete php-fcgi (as it's a copy of php-fastcgi) and move php5-fpm_status into PHP directory
2013-03-25 08:20:09 -07:00
Daniel Lo Nigro
d59e98f3f6 Delete php-fcgi as it's a copy of php-fastcgi 2013-03-25 21:54:30 +11:00
Daniel Lo Nigro
4373a305fb Move php5-fpm_status into PHP directory 2013-03-25 21:53:32 +11:00
Daniel Lo Nigro
df5325d27e Add missing line break 2013-03-24 00:06:30 +11:00
Stefano Gargiulo
f82b011c4e Update cpu_by_process
fix, plugin didn't worked in munin 2.0: config param is in ARGV[0], not ARGV[1]
2013-03-20 08:40:46 +01:00
Matt West
667c62e346 Minor bugfixes 2013-03-16 10:01:44 +00:00
Kenyon Ralph
88e207f51c time/ntp_packets: set minimums to zero to avoid spikes on counter restarts 2013-03-15 19:24:25 -07:00
Chris Jones
23a5a6f4cb Add plugin for monitoring Apple Airport devices via SNMP 2013-03-14 12:30:16 +00:00
Matt West
078e38f6a6 Merge pull request #268 from mhwest13/master
Memcached Multi Plugin Overhaul
2013-03-13 21:35:26 -07:00
tsaavik
2771a20fcb fixed duplicate value when read/write values == 0 2013-03-13 15:36:19 -07:00
Kenyon Ralph
ac8f4636bb Merge pull request #269 from Eleme/master
Update to a better rabbitmq munin plugin
2013-03-13 10:54:02 -07:00
Lx Yu
5f8bf7e788 update to newer version
based on the plugin from @ask
2013-03-13 23:52:24 +08:00
Matt West
9c93bfd2d7 overhaul of memcached_multi_ plugin 2013-03-10 20:29:16 +00:00
Kenyon Ralph
2a31f93e4a Merge pull request #267 from Harvie/patch-1
Added openvz_ support for laverage and status
2013-03-07 23:39:26 -08:00
Kenyon Ralph
b780b5e0af Merge pull request #266 from iborodikhin/master
New plugin for nginx upstreams
2013-03-07 23:34:15 -08:00
Kenyon Ralph
5fbf46aa9a newznab/nn_: use label instead of all-numeric name
This way clean_fieldname works, since an clean_fieldname reduces
all-numeric input to a single underscore.

This change has not been tested, so testing and feedback (especially
pull requests) are welcome.

Reference: https://github.com/munin-monitoring/contrib/pull/113
2013-03-07 23:27:06 -08:00
Tomas Mudrunka
a80bc90c49 Added openvz_ support for laverage and status 2013-03-07 08:51:18 +01:00
majesty
6c76569819 New plugin for nginx draws some interesting graphs about upstream(s) cache status, http response codes, requests number and time 2013-03-07 09:06:59 +06:00
Kenyon Ralph
ccaeefff42 Merge pull request #216 from jenkins101/interface_linux_multi-fix
[Plugin interfaces_linux_multi] Fixed collect loop and some typos
2013-03-03 17:24:21 -08:00
Kenyon Ralph
fe319da656 Merge pull request #263 from unluckypixie/master
Added a new plugin "postgresql_active_backends_by_database"
2013-03-03 17:16:24 -08:00
Kenyon Ralph
10de3ab0bb Merge pull request #262 from alexandru-iacob/master
Display the page load time
2013-03-03 17:14:24 -08:00
Kenyon Ralph
7840fc587c Merge pull request #258 from thomasleveil/munin_users_issue257
[plugin munin_users] issue #257
2013-03-03 16:48:50 -08:00
Kenyon Ralph
fc63981ec4 Merge pull request #259 from tomav/add_port_number
Add port number and fix process matching
2013-03-03 16:42:33 -08:00
Kenyon Ralph
f07b5fc992 Merge pull request #249 from ScOut3R/master
CEPH plugins
2013-03-03 16:28:06 -08:00
Kenyon Ralph
e5e2ae23e6 network/transmission: encode as UTF-8 2013-03-03 16:25:05 -08:00
Kenyon Ralph
85721e6446 move Transmission ratios plugin to network directory
Alongside the existing Transmission plugin.
2013-03-03 16:22:38 -08:00
Kenyon Ralph
5f0fd4e5c3 new plugin time/ntp_packets that graphs NTP packet rates 2013-03-03 16:14:34 -08:00
Kenyon Ralph
6f0db08c25 network/arris-tm502g_: update copyright and license 2013-03-03 16:13:49 -08:00
Daniel Forsberg
191ef79a80 interface_linux_multi: fixed collect loop, fixed flush_rate, fixed exclude interfaces 2013-02-27 20:26:46 +01:00
Dave Fennell
cdda2d6bf2 Merge remote-tracking branch 'upstream/master' 2013-02-22 17:12:49 +00:00
Dave Fennell
87728bb279 Added a new plugin postgresql_active_backends_by_database which shows the active backends broken down by database. 2013-02-22 16:49:55 +00:00
Dave Fennell
9765abcb96 Slight change to default connection options for postgresql_active_backends postgresql_database_ratio so they are more likely to work with a default postgres setup. 2013-02-22 16:49:21 +00:00
Alexandru Iacob
1d2ba32404 Display the page load time
The plugin will generate a graph that displays the page load time
We need to add our custom log format into Apache config.
The plugin was tested on Ubuntu Server 12.04.02 LTS - munin version
1.4.6
LogFormat "%h %l %u %t \"%r\" %>s %O %b %D \"%{Referer}i\"
\"%{User-Agent}i\"" custom
2013-02-20 16:29:21 +00:00
Thomas VIAL
f847a3a425 Fixing config / labels 2013-02-15 10:55:42 +01:00
Thomas VIAL
c39b74e17e Changed label from pid to instance port 2013-02-15 10:00:06 +01:00
Thomas VIAL
3e548c97a8 Added instance port number for better understanding 2013-02-15 09:18:13 +01:00
Thomas
0074272068 [murmur-stats] fix error: Can't open include file "Ice/SliceChecksumDict.ice"
fixes #257
2013-02-15 01:08:19 +01:00
Thomas
278927f844 [mumble_users] fix issue #257 - Can't open include file Ice/SliceChecksumDict.ice
Solution found at https://bitbucket.org/Svedrin/mumble-django/issue/94/cant-open-include-file-ice
2013-02-15 00:52:32 +01:00
Thomas
fb0c8ddb08 dos2unix 2013-02-15 00:44:07 +01:00
CWempe
7688a3f5ba deletet unnecessary output "\n"
Output looked like this:

root@htpc:/etc/munin/plugins# ./nvidia_gpu_mem
mem0.value 0\n
2013-02-12 15:30:59 +01:00
Steve Schnepp
a3dadfa699 Merge branch 'master' of github.com:munin-monitoring/contrib 2013-02-12 00:14:20 +01:00
Phil! Gold
5e6330c6c2 Document how to add an ESXi monitoring account. 2013-02-11 13:28:01 -05:00
Steve Schnepp
6509bffc85 Merge branch 'if1sec' 2013-02-10 12:01:21 +01:00
GABRI Mate
32b4df0c2d added ceph_capacity and ceph_osd 2013-02-08 12:17:02 +01:00
Matthias Hähnel
e71641b88f Update plugins/wowza/wowza-media-server
-Fix Graph wowza_app_listeners
-Compatibility to python 2.6
2013-02-05 01:12:36 -08:00
Steve Schnepp
729c61237a multicpu1sec: enable up to 99 CPUs 2013-02-04 15:21:25 +01:00
Steve Schnepp
5090a771c8 multicpu1sec: use LANG=C to avoid S_TIME_FORMAT issues 2013-02-04 15:20:50 +01:00
Steve Schnepp
e3744a09f9 multicpu1sec: add a flush to awk 2013-02-04 14:31:10 +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
Kenyon Ralph
5b56bd2973 http/http_request_time: fix documentation 2013-02-02 22:31:45 -08:00
Kenyon Ralph
29e6559e8b Merge pull request #206 from aptivate/master
Improved HTTP plugin, new CPU and page fault plugins
2013-02-02 22:30:08 -08:00
Kenyon Ralph
3406d2304d Merge pull request #219 from freewil/bitcoind_difficulty
add difficulty to bitcoind_
2013-02-02 22:23:01 -08:00
Kenyon Ralph
2f3ae6c58a Merge pull request #242 from robertkilian/master
Add plugin for monitoring APRS traffic in Xastir
2013-02-02 22:12:17 -08:00
Kenyon Ralph
e1f060df2b Merge pull request #244 from github-ivan/master
xen-multi CPU usage graph, skip list, some cleanup
2013-02-02 22:09:29 -08: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
Kenyon Ralph
7d0375b365 mail/qmailconn: fix author's name 2013-02-02 20:14:37 -08:00
ufoonline
67cdc919bb Update plugins/mail/qmailconn
# 2013-02-02 - Added support for Greylist and simscan Virus\Spam detect
#              Added LOGPATH env var
2013-02-02 21:27:37 +01:00
ivan
332c74d720 CPU usage graph, skip list, some cleanup
- xenskip option to skip graph types
  env.xenskip "<space separated module list>"
  Modules: cput, cpup, mem, disk, net
- CPU percentage graph added
2013-01-30 19:34:30 +01:00
Steve Schnepp
8fbe0ebe27 qos_: add ability to use custom update_rate 2013-01-28 18:15:58 +01:00
Steve Schnepp
52f40c980d Merge branch 'master' of git.munin-monitoring.org:munin-contrib 2013-01-28 13:48:05 +01:00
Steve Schnepp
0cde2ae787 Merge pull request #240 from CWempe/patch-1
svdrpsend.pl was renamed
2013-01-28 03:43:23 -08:00
Jakob Unterwurzacher
b9ffe6035e Add plugin mysql_size_ondisk - reports the on-disk size of MySQL DBs. 2013-01-27 16:16:17 +01:00
CWempe
0595306b2d svdrpsend.pl was renamed
The script "svdrpsend.pl" was renamed to "svdrpsend" in VDR Version 1.7.23.
see http://www.vdr-wiki.de/wiki/index.php/SVDRP#svdrpsend
2013-01-24 23:03:51 +01:00
Kenyon Ralph
9eb29b306d Merge pull request #218 from jimmyjones2/master
Add plugins for Apache Qpid
2013-01-24 12:24:44 -08:00
Jimmy Jones
c87caf6cd7 Add licence and more description 2013-01-24 12:20:12 -08: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
Kenyon Ralph
f3d55ddf30 Merge pull request #234 from unluckypixie/master
New plugin for packetship media streaming server
2013-01-12 16:54:42 -08:00
Steve Schnepp
1db419b1ee db2_cnx: +x 2013-01-10 10:32:05 +01:00
Steve Schnepp
1c60f63b11 db2_cnx: adding a plugin for monitoring DB2 connections 2013-01-10 10:27:44 +01:00
louis
a38bb464b3 set executable bit for netatalk plugin 2013-01-04 18:53:51 +01:00
Dave Fennell
2912117ad4 Updated packetship plugin to support multiple pumps. 2013-01-03 17:36:27 +00:00
bAndie91
0e92a22bc1 pod added 2013-01-02 16:50:27 +01:00
Dave Fennell
9bfb1101b5 Slight fix to output format of packetship_ plugin. 2013-01-02 14:17:11 +00:00
Dave Fennell
819e2a6fe9 Added plugin for packetship media streaming server. 2013-01-02 13:58:27 +00:00
bAndie91
18648443f3 update 2012-12-31 15:46:43 +01:00
bAndie91
bffbc3d5dc monitor Ext2/3/4 fs
e2 plugin to monitor Ext2/3/4 fs mount count, last check and lifetime writes
2012-12-31 06:13:41 -08:00
Bart ten Brinke
ab27dffa6d Fixed undefined warnings 2012-12-31 09:29:37 +01:00
Diego Elio Pettenò
cd4dd57e24 asterisk: replace the remaining two Asterisk plugins.
The fourth graph (asterisk_codecs) replaces both asterisk_sipchannels
and asterisk_codecs, as the latter already included the data from the
first. If we want to get more details we could have sub-multigraphs
for a breakdown of the codecs per channel type, but right now it feels
unneeded.
2012-12-30 14:02:17 -08:00
Diego Elio Pettenò
608c1a90ef asterisk: add graph to replace asterisk_meetme and asterisk_meetmeusers. 2012-12-30 13:38:41 -08:00
Diego Elio Pettenò
1a98faf11c asterisk: refactor command/response handling.
Instead of having a dumb readreply, already drop some of the unneeded
lines of the command when sending the request, and handle errors in
place.

This simplifies the code a little, even though it requires a few more
"discard loops" in the code (to avoid garbage in Asterisk's logs).
2012-12-30 13:36:36 -08:00
Diego Elio Pettenò
b77eef4a62 asterisk: handle more gracefully errors on the asterisk_channels path. 2012-12-30 13:07:24 -08:00
Diego Elio Pettenò
9f56a03d05 asterisk: add asterisk_voicemail replacement code as well.
This is a bit trickier, since the voicemail might not be enabled
anywhere. Unfortunately it's not easy to set this up during
autoconfig, as voicemails can be added on the fly.
2012-12-30 13:04:25 -08:00
Diego Elio Pettenò
f5064c9398 asterisk: add support for showing the per-type breakdown of channels.
This makes it possible for a single graph to replace the two
apache_channels and apache_channeltypes plugins.
2012-12-30 12:44:29 -08:00
Diego Elio Pettenò
fce7502342 asterisk: first part of the new Asterisk plugin.
This plugin is targeting to enter main distribution in 2.1 to remove
the multiple Asterisk plugins present in 2.0.

It features full autoconfiguration support, multigraph capabilities,
and less error-prone code.

For the moment, it only implements a replacement for asterisk_channels.
2012-12-30 12:22:52 -08:00
Diego Elio Pettenò
5b22647d68 hwmon: support non-dirtyconfig capable nodes. 2012-12-30 09:27:05 -08:00
Diego Elio Pettenò
548a2b626e freeipmi: implement suggestions from Bart ten Brinke for FreeIPMI 1.1.x.
This adds support for versions of FreeIPMI before 1.2 (without the
threshold information), and explicits the dependency information.

It also works with older Munin nodes where dirtyconfig is not supported.
2012-12-30 09:25:17 -08:00
Kenyon Ralph
0adad54696 Merge pull request #204 from thiagocsf/master
Add plugins for Sick-Beard
2012-12-25 14:09:04 -08:00
Kenyon Ralph
1b2db4de8b Merge pull request #225 from claudius23/patch-1
Update plugins/zfs/zfs_stats_
2012-12-25 13:48:29 -08:00
Kenyon Ralph
94c0585a59 whitespace cleanup 2012-12-24 18:29:12 -08:00
Kenyon Ralph
b7e0cab72e add some description 2012-12-24 18:28:38 -08:00
Kenyon Ralph
1730ada661 Merge pull request #228 from deveth0/patch-3
Update plugins/system/zones_mem
2012-12-24 18:26:22 -08:00
Kenyon Ralph
5ebdabf44a whitespace cleanup 2012-12-23 20:49:42 -08:00
Kenyon Ralph
fdcc9f79a7 Merge pull request #229 from claudius23/zfs_usage_
Add plugins/zfs_usage_
2012-12-23 20:42:41 -08:00
Diego Elio Pettenò
0628832aef Merge pull request #230 from unluckypixie/master
3 New Bind9 Plugins + 3 New PgBouncer plugins
2012-12-21 04:16:32 -08: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
b4d9f32859 Updated new pgbouncer plugins with license information and added MUNIN_CAP_DIRTYCONFIG support. 2012-12-21 10:37:29 +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
Diego Elio Pettenò
166449208b Merge pull request #221 from FakenMC/master
Add plugins for monitoring NVIDIA and AMD GPUs
2012-12-20 10:33:50 -08:00
Claudius
a129a67998 add license 2012-12-20 17:11:29 +01:00
Dave Fennell
c41c5666a1 Created 3 new pgbouncer plugins to show stats on all pools configured in the system. 2012-12-20 15:54:19 +00:00
Claudius
05710b1f9b initial checkin 2012-12-20 16:21:13 +01: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
deveth0
feef65dba9 Update plugins/system/zones_mem
Increase number of displayed zones.
2012-12-20 13:42:05 +01:00
Dave Fennell
b7d0ef9dfe Added simple bind9 resolver, server and socket stats plugins. 2012-12-20 11:33:07 +00:00
Claudius Herder
c26049e8d2 Update plugins/zfs/zfs_stats_
Don't divide by zero if there is no l2arc

Error output from zfs_stats_cachehitlist:
dc: divide by zero
2012-12-19 18:37:51 +01:00
Dave Fennell
1a3ca61248 Updated asterisk_channels plugin to connect to running asterisk (probably what was intended) instead of starting new process. 2012-12-19 10:09:50 +00:00
Stig Sandbeck Mathisen
430d68ffd9 Add configuration, documentation, and autoconf 2012-12-18 18:12:11 +01:00
Diego Elio Pettenò
931136197a Merge pull request #222 from northox/master
Fix and strict mode
2012-12-14 04:55:34 -08:00
Michael Renner
b6b77ef9d5 plugins/redis/redis_: Make used_memory use base 1024 like it should 2012-12-14 11:42:46 +01:00
Danny Fullerton
5271859ff0 Switch to strict mode.
Fix hash/array syntax causing regex-based log to fail.
2012-12-12 22:56:38 -05:00
Nuno Fachada
426bba4466 Add plugins for monitoring NVIDIA and AMD GPUs 2012-12-11 19:57:06 +00:00
freewil
516f91a416 add difficulty to bitcoind_ 2012-12-11 01:50:00 -05:00
Stig Sandbeck Mathisen
c2ecfcb772 Add varnish_devicedetect plugin 2012-12-09 16:27:43 +01:00
Jimmy Jones
7a96e90571 Add Munin scripts for Apache Qpid monitoring 2012-12-07 13:19:48 -08:00
Горлов Максим
dfa9d73493 Update plugins/zimbra/zimbra-mailboxsizes
Adding support for dots in mailboxses names ( mail.box@example.net )
2012-11-27 17:43:13 +04:00
Joseph Bauer
5e5508799c - merged copy-pasted functions into a generic one
- changed host detection, which was broken after plugin rename
- fixed some typos
2012-11-26 16:21:53 +01:00
iammookli
11405c780a Support underscores in URLs; typo. 2012-11-25 17:50:47 -08:00
Diego Elio Pettenò
edb8732d8e snmp__if_combined: fix syntax to use explicit 'my'. 2012-11-21 16:19:43 -08:00
Diego Elio Pettenò
7dd40e24d7 snmp__if_combined: output extinfo in the right spot. 2012-11-21 16:19:30 -08:00
Diego Elio Pettenò
f63f73d3b5 sensors/hplog_*: remove in favour of hpasmcli2_
These two plugins are using a different command coming from the same
package as hpasmcli, they lack a license identification, and are a tad
more rough than the one that would replace them.
2012-11-21 09:16:28 -08:00
Diego Elio Pettenò
65fb3d8e5f hpasmcli2_: try to be a bit more forgiving in perl choices. 2012-11-20 22:21:50 -08:00
Diego Elio Pettenò
c5ab6538cc snmp_room_alert_: move together with the other snmp plugins. 2012-11-20 22:07:09 -08:00
Diego Elio Pettenò
36c0e91b30 openvpn_multi: move together with the other openvpn plugins. 2012-11-20 22:03:27 -08:00
Diego Elio Pettenò
ecd21d50c5 apache_status: change the vlabel to use the same unit as input.
This way it's possible to avoid the cdef altogether.
2012-11-20 22:01:48 -08:00
Diego Elio Pettenò
e09d236f5f snmp__apc_ups2_: rename correctly. 2012-11-20 12:00:18 -08:00
Diego Elio Pettenò
3de4d5d4ed snmp__acp_ups2_: move to sensors category. 2012-11-20 11:59:59 -08:00
Diego Elio Pettenò
bb2076ecc9 snmp__acp_ups2_: remove commented-out cdef line. 2012-11-20 11:59:41 -08:00
Diego Elio Pettenò
6c1541a682 snmp__ifx_: remove, superseded by snmp__if_.
This plugin does not use the standard Munin SNMP plugin interface, and
is, nowadays, duplicating the functionality present in the main
snmp__if_ plugin, which uses the 64-bit counters by default if
present, and fall back to the 32-bit ones if not.
2012-11-20 11:52:06 -08:00
Diego Elio Pettenò
bfe824f76a snmp__if_combined: rewrite error handling.
Instead of just having a single "errors" value on the per-interface
error graphs, split it in errors and discards, then provide a total
for the combined graph.

This way it's possible to see more details of what's going on at the
interface level.
2012-11-20 11:50:58 -08:00
Diego Elio Pettenò
36ac271c5d snmp__if_combined: don't use cdef to generate the final value.
This actually simplifies the code, and avoids extra work on the master
side for no reason.
2012-11-20 11:09:59 -08:00
Diego Elio Pettenò
7777738e05 snmp__if_combined: provide CDEFs directives for the combined graph as well.
Borrowed data is raw, so in this case we want to make sure it's expressed in bits rather than octects.
2012-11-20 09:19:17 -08:00
nukleus
471311dfaf Update plugins/network/ip_forward_
Fix typos in plugins/network/ip_forward_
2012-11-17 19:18:47 +00:00
Steve Schnepp
3b64d836f8 add license 2012-11-16 14:06:40 +01:00
iborodikhin
874877878e Added new plugin to monitor lighttpd web server 2012-11-16 14:06:40 +01:00
iborodikhin
47ddbce4d2 Moved sphinx_* plugins from directory php/ to sphinx/ because they're made to monitor sphinx search engine. 2012-11-16 14:06:40 +01:00
Diego Elio Pettenò
3b62e60756 snmp__if_multi: fix properly ifAlias usage. 2012-11-12 18:58:40 -08:00
Diego Elio Pettenò
a4dbacada0 snmp__if_combined: restore the error graphing as it's done on snmp__if_multi
This brings it basically on feature parity with it, and more.
2012-11-12 18:58:40 -08:00
Diego Elio Pettenò
4943ded336 snmp__if_: remove in favour of snmp__if_ in main repository. 2012-11-12 17:39:05 -08:00
Diego Elio Pettenò
3505cf5213 snmp__if_combined: graph all interfaces, not only ethernetCsmacd.
For routers it might very well that you're trying to graph tunnels as
well.
2012-11-12 16:43:34 -08:00
Diego Elio Pettenò
5a98a7672f snmp__if_combined: rework to have both combined and split graphs available.
This basically almost replaces snmp__if_multi in full, as sub-graphs
with interface traffic are generated as a set of detailed graphs. It
doesn't yet compose graphs with the interface errors though.
2012-11-12 16:37:21 -08:00
Diego Elio Pettenò
060ddd51f2 misc: make some plugin speak dirtyconfig, saving a few roundtrips. 2012-11-11 16:56:29 -08:00
Kenyon Ralph
b7e6b69bd9 Merge pull request #209 from iborodikhin/master
Bug fixes in redis plugin
2012-11-08 01:42:41 -08:00
iborodikhin
285c11cdfb Fixed undefined variable use and division by zero in redis plugin 2012-11-08 09:06:45 +06:00
Diego Elio Pettenò
dbb14174e1 apache_status: set all minimals to 0 to discard negative values. 2012-11-07 11:49:57 -08:00
Chris Wilson
73239ed265 Improve the left-side label of the graph. 2012-11-07 15:33:11 +00:00
Chris Wilson
ef86c46922 Add a plugin for adding up any number column output by ps. 2012-11-07 15:31:10 +00:00
ToM
238aaf5d21 New plugin: mpdstats_. 2012-11-06 12:37:30 +01:00
Diego Elio Pettenò
569e801eea apache_status: make it easy to monitor other hosts as a virtual node 2012-11-05 15:17:41 -08:00
Diego Elio Pettenò
de8f24a464 apache_status: remove apache_average_request compatibility.
There is no reason to keep this, which is simply Apache's value from
apache_accesses, and that one we can actually configure with the period we want.
2012-11-05 14:32:55 -08:00
Diego Elio Pettenò
1b2574a43a apache_status: add a new multigraph plugin to replace the old apache_* from the main repository.
This plugin uses a single requests to parse all the statistics instead
of making three of them, reducing the overhead, and uses the
multigraph capabilities to generate the same graphs. The naming is
compatible so that it should be a clean update from the previous
plugins.

This also merges in apache_average_requests (and apache_request_rate)
which, albeit not as relevant, also parsed the same file.
2012-11-05 12:23:46 -08:00
Diego Elio Pettenò
4895666d4d apache_*: remove some references to the server-status URL when it's not used. 2012-11-05 11:55:29 -08:00
Caius Durling
ecd6f3599e Strip hidden characters from raid-mismatch script
Seems to have windows line-endings and a hidden unicode (U+FEFF) character on the first line which stops it running for me.
2012-11-01 12:55:13 +00:00
Chris Wilson
fcbc8edbf8 Fix string comparison. 2012-11-01 10:29:10 +00:00
Chris Wilson
c00710c083 Fix process labels. 2012-11-01 09:55:47 +00:00
Chris Wilson
ddbc1c4b4a These plugins should be executable. 2012-11-01 09:32:21 +00:00
Chris Wilson
55aa46a3a0 Add our "all processes" monitoring plugin, cleaned up, and a page fault plugin. 2012-11-01 09:31:37 +00:00
Chris Wilson
8b1e467b7c Improve the HTTP plugin by allowing configuring a proxy and friendly name per URL.
Note that the configuration file syntax has changed. You need one "url"
variable per URL now, numbered starting with 1, e.g. url1, url2, url3.
Each one can be configured by suffixing its variable, e.g. url1_proxy,
url2_proxy, etc.
2012-11-01 08:52:06 +00:00
thiago
e62ea879a2 Add plugins for Sick-Beard
* Number of shows (sample: http://imgur.com/5Uxih)
 * Number of Episodes (sample: http://imgur.com/3fG8M)
2012-10-28 08:30:28 +11:00
Diego Elio Pettenò
a9ce052bff snmp__apc_pdu: pass graph_args to put the limit to 0. 2012-10-25 22:29:18 -07:00
Diego Elio Pettenò
910d197016 freeipmi: fix off-by-one in high limits. 2012-10-25 22:29:18 -07: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
Diego Elio Pettenò
4c0e44be9d freeipmi: fix multigraph declaration. 2012-10-24 07:36:20 -07:00
Diego Elio Pettenò
157c0675fa hwmon: fix autoconf when only one hwmon device is present. 2012-10-23 17:33:52 -07:00
Diego Elio Pettenò
9a46eb9bf5 freeipmi: avoid reporting N/A values. 2012-10-23 17:26:08 -07:00
Diego Elio Pettenò
1f9d76a7cb freeipmi: avoid using undefined values. 2012-10-23 17:20:46 -07:00
Diego Elio Pettenò
7ed16b61e5 freeipmi: replace wildcard plugin with a multigraph one.
This new plugin is written in Perl rather than sh+awk, executes
ipmi-sensors only once per call (config/fetch still require two calls
total), and with one call it produces all the available graphs
depending on the available sensors.

This still allows for monitoring a remote system, and that becomes
even more interesting since it only fetches data once.

The plugin will also now fail autoconf if there is no sensor output
that can be monitored.
2012-10-23 17:14:57 -07:00
Diego Elio Pettenò
fd5126e02b hwmon: initial import of a sysfs-based plugin to monitor Linux hardware sensors.
This is designed as a replacement for the sensors_ plugin in Munin; it
accesses the same data as that plugin, but does so through direct
access to /sys, following the kernel-mandated interface, instead of
using the `sensors` command.

This allows much faster and reliable monitoring, especially on
dme1737-based systems where the driver is prone to failures.

Compared to the sensors_ plugin, this does not let you change the
warning/critical levels from the node configuration, nor to ignore any
particular sensor, as it provides whatever the kernel is providing.

Also, this plugin will show humidity and current readings, if present.
2012-10-23 17:14:54 -07:00
Diego Elio Pettenò
5597599198 snmp__screenos: fix typos. 2012-10-23 15:50:45 -07:00
Steve Schnepp
369506efbb Merge pull request #201 from rfrail3/master
New plugins for ipvs
2012-10-22 08:34:24 -07:00
rfrail3
5e94465b62 plugin for monitor ipvs 2012-10-22 12:32:51 +02:00
Steve Schnepp
d8d74a510d Merge pull request #200 from rfrail3/master
OpenVPN AS plugins
2012-10-19 15:16:11 -07: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
Steve Schnepp
442bc6808e Merge pull request #184 from iborodikhin/master
Mysql COUNT(*) plugin
2012-10-19 15:09:33 -07:00
rfrail3
8410e921e1 openvpn as plugins 2012-10-09 10:59:38 +02:00
iborodikhin
80cb77cb31 Removed totals from child graphs and changed draw method for better readability 2012-10-03 16:09:07 +06:00
iborodikhin
f6276fc91a Multigraph plugin to monitor nginx cache status (everything, not only hits, misses and expired objects) 2012-10-03 08:17:35 +06:00
Kenyon Ralph
bcf2659fae Merge pull request #185 from seidler2547/master
New Plugin: HugePages usage
2012-09-30 11:14:09 -07:00
Kenyon Ralph
a5fd2bede4 Merge pull request #190 from rfrail3/master
New plugins for monitor Apache
2012-09-30 11:13:10 -07:00
Kenyon Ralph
7e30ed6457 Merge pull request #194 from jdponomarev/patch-1
Update plugins/mongodb/mongo_lag
2012-09-30 11:10:26 -07:00
Kenyon Ralph
30341ad6a5 Merge pull request #195 from jdponomarev/patch-2
Update plugins/mongodb/mongo_lag
2012-09-30 11:09:44 -07:00
Kenyon Ralph
84cc3cf562 Merge pull request #199 from dotdoom/master-ejabberd_scanlog_refactoring
Refactoring ejabberd_scanlog plugin
2012-09-30 11:03:11 -07:00
Kenyon Ralph
ca5d75b987 Merge pull request #192 from M3d1c5/master
Updated prosody plugin
2012-09-30 10:59:19 -07:00
Steve Schnepp
f5e55355f5 Merge pull request #197 from nknotzer/master
Femon Plugin: Update to Version 1.3
2012-09-29 00:31:11 -07:00
Artem Sheremet
bfe49e6d12 Refactoring ejabberd_scanlog plugin
More flexible config, making easier to add new log error types.
Should be faster as well.
2012-09-27 19:24:42 +03: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
nknotzer
dacd37d046 Update plugins/dvb/femon
# v1.3 25/10/2011 - Configure upper and lower graph limits with graph_args environment variable.
2012-09-26 16:41:06 +03:00
Sebastian Wyder
6935241315 Fixed typos & bad English 2012-09-26 16:03:54 +03:00
Arturo Borrero Gonzalez
f203253861 Added support even larger numbers. 2012-09-25 14:03:59 +02:00
jdponomarev
ea5dde3fb4 Update plugins/mongodb/mongo_lag
fixed bug for python 2.6 and for replica sets with arbiters
2012-09-25 12:51:21 +04:00
jdponomarev
c854b3b70d Update plugins/mongodb/mongo_lag
fixed pymongo connection - now allows to connect to a port different from 27017
2012-09-25 12:32:26 +04: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
Christian Bendt
995ddbc4a0 Updated prosody plugin
Updated prosody plugin to the most recent version
2012-09-24 20:07:15 +02:00
iborodikhin
86847af6d8 Adding custom label and vlabel environment variables support 2012-09-24 15:40:28 +06: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
rfrail3
d189784ce2 Fix grep command 2012-09-19 08:49:07 +02:00
rfrail3
4771fd2b53 New plugins for Apache web server 2012-09-18 19:15:56 +02:00
Steve Schnepp
73bf794ad9 Merge pull request #189 from rfrail3/master
Add support for unix sockets in request and auto limit value
2012-09-17 05:46:04 -07:00
Lasse Karstensen
47e34fdf83 Remove outdated varnish3 plugins, point to upstream version 2012-09-17 12:11:48 +02:00
rfrail3
4f29ff59b1 Add support for sockets 2012-09-17 10:49:02 +02:00
Diego Elio Pettenò
b9194db081 Merge pull request #188 from dotdoom/master-sshd_log_crlf_to_lf
sshd_log: CRLF to LF (bad interp. error)
2012-09-15 10:36:06 -07:00
Artem Sheremet
4ab213e166 sshd_log: CRLF to LF (bad interp. error) 2012-09-15 17:32:20 +03:00
Steve Schnepp
97dd02a720 Merge pull request #183 from rfrail3/master
Haproxy monitor plugin
2012-09-15 05:08:33 -07: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
Adrien "ze" Urban
5d4c3e8ec1 cpu_linux_multi: fix a typo preventing it to run 2012-09-14 17:56:12 +02:00
rfrail3
a717a91344 change license 2012-09-14 09:27:38 +02:00
Adrien "ze" Urban
5a92255cf2 cpu_linux_multi: license
license, and a few more comments
2012-09-13 21:24:05 +02:00
Adrien "ze" Urban
44e6672036 cpu_linux_multi: detailed cpu usage per core (multigraph, supersampling) 2012-09-13 21:02:01 +02:00
Stefan Seidel
5be6eb7253 add basic information and license header 2012-09-13 08:03:19 +02:00
Stefan Seidel
f9000cdc7a new plugin to monitor HugePages (or Large Pages) usage under Linux 2012-09-12 10:26:59 +02:00
iborodikhin
42a11debca Added simple graph mode for queries without GROUP BY statement 2012-09-12 10:17:19 +06:00
iborodikhin
c561076a32 Adding new plugin to monitor count of values matching specified criteria in Mysql table. 2012-09-12 08:34:26 +06:00
ricardo
0541fdd145 Repair bug in other responses 2012-09-11 13:49:33 +02:00
ricardo
706e7e9104 Haproxy monitoring 2012-09-11 10:53:58 +02:00
Steve Schnepp
580f586dbb Merge pull request #182 from iborodikhin/master
"Warning" and "critical" use
2012-09-10 01:36:53 -07:00
iborodikhin
c5e74d82f5 Bug fix 2012-09-10 12:39:04 +06:00
iborodikhin
61de47ebd2 Adding 'warning' environment variable use 2012-09-10 12:36:15 +06:00
iborodikhin
b3beac1cd7 Adding critical environment variable use 2012-09-10 12:33:12 +06:00
iborodikhin
2c99f32750 Adding critical environment variable use 2012-09-10 12:08:04 +06: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
deveth0
7f8d2e8cd6 Fixed bug which only displays the first 5 zones 2012-09-05 01:00:03 +03:00
Steve Schnepp
a132ba5d1e nn_: fix configuration example 2012-09-01 11:30:36 +02:00
Steve Schnepp
91ddb3edd7 nn: no need for such a recent Perl 2012-09-01 11:29:46 +02:00
Steve Schnepp
19673b2711 nn: use M::P::clean_fieldname() 2012-09-01 11:29:12 +02:00
Jan Astrup
2e5609e325 Added support for mysqlconfig in plugin configuration file 2012-09-01 11:24:46 +02:00
Jan Astrup
9171087314 Added support for mysqlconfig in munin-node.conf 2012-09-01 11:24:45 +02:00
Jan Astrup
14bfe7f243 Added newznab plugin 2012-09-01 11:24:45 +02:00
Steve Schnepp
e8d5b8448b senderscore: fix doc 2012-09-01 11:23:01 +02:00
Ben
2e566be36d Update plugins/system/debsecan
adjusted patterns to grep
2012-09-01 11:15:54 +02:00
ricardo
dac093c3b0 tomcat access plugin 2012-09-01 11:15:46 +02:00
Josh Robb
15e41f87f6 Add a plugin for monitoring senderscore repuation. 2012-09-01 11:15:03 +02:00
Simon Whittaker
4b83635595 Added nginx check for upstream access times 2012-09-01 11:09:57 +02:00
Niall Donegan
ad4d972499 Changed from COUNTER to DERIVE with a min of 0 for CPU time. 2012-09-01 11:06:18 +02:00
Diego Elio Pettenò
388823128d snmp__brocade_ifs: rename and update code to use the new name. 2012-08-28 17:17:12 -07:00
Diego Elio Pettenò
6201fbd9c3 esxi__sensors: remove broken reference to snmp__sensors. 2012-08-28 17:12:57 -07:00
Diego Elio Pettenò
7652175660 Move and rename cirix netscaler plugins as well. 2012-08-28 17:12:09 -07:00
Diego Elio Pettenò
a2170c363b netapp: move plugins within snmp folder as that's what they are.
Fix them so that the renamed version works; these still don't use
Munin::SNMP and somebody who has access to them might want to rename
them.
2012-08-28 17:07:36 -07:00
Diego Elio Pettenò
b4817a7f01 netapp_if_: remove, superseded by snmp__if_. 2012-08-28 17:05:26 -07:00
Diego Elio Pettenò
715d059c21 boinc_projs: avoid using snmp references.
There is no reason to feign this is a SNMP plugin; it's just like any
other virtual node.
2012-08-28 16:55:01 -07:00
Diego Elio Pettenò
65a69fb62c printer-ink-levels-by-percent: remove as superseded by snmp__print_supplies 2012-08-28 16:43:06 -07:00
Diego Elio Pettenò
a989e8ce14 Cleanup APC UPS plugins using SNMP.
Remove the plugins using snmpwalk to produce their results, as there
are three different, Perl-based implementations.

Of these, one might not work because it uses net-snmp and thus rely on
the presence of some MIB file which might not be present.

None of the plugins use Munin::SNMP and none uses multigraph
capabilities.
2012-08-28 16:37:19 -07:00
Diego Elio Pettenò
29da235be1 snmp__apc_pdu: rename from snmp__apc.
APC UPSes are different and will have different kind of graphs.
2012-08-28 16:29:39 -07:00
Diego Elio Pettenò
d77b3fc510 snmp__cpu: remove plugin superseded by snmp__cpuload. 2012-08-28 16:27:29 -07:00
Diego Elio Pettenò
322497ca26 snmp__memory_win, snmp_memory: remove plugins superseded by snmp__memory.
The snmp__memory plugin will do the same graphs and is part of Munin's
distribution as of 2.0.5.
2012-08-28 16:25:17 -07:00
Diego Elio Pettenò
d6f29a6b52 snmp__apc: rewrite to make use of get_entries and get_hash.
This should simplify quite a bit the handling of 3-phase PDUs, among
other things.
2012-08-28 16:17:04 -07:00
Diego Elio Pettenò
f570516416 snmp__screenos: don't print anything after snmpconf. 2012-08-28 16:08:32 -07:00
Diego Elio Pettenò
8ca0283cc3 snmp__screenos: align for readability. 2012-08-28 16:08:14 -07:00
Diego Elio Pettenò
5cad9514bd snmp__if_combined: don't pull in unneeded data. 2012-08-28 14:19:50 -07:00
Diego Elio Pettenò
8d259040ac snmp__screenos: support receiving CPU utilization information. 2012-08-28 14:19:20 -07:00
Diego Elio Pettenò
d7e8315462 snmp__screenos: first version of a plugin to monitor Juniper ScreenOS Resources
Right now this produces two graphs: memory and session allocation. CPU
time will be added shortly.
2012-08-28 13:58:55 -07:00
ricardo
68b65c84ba tomcat access plugin 2012-08-28 11:27:43 +02:00
ricardo
2cbf4a93b6 tomcat access plugin 2012-08-28 11:26:00 +02:00
ricardo
e9ce5f9633 tomcat access plugin 2012-08-27 14:08:54 +02:00
David Gagnon
573a58f9c1 Added GPL2 License in Header 2012-08-24 17:14:52 -05:00
David Gagnon
a08c0c8824 Added plugin for ARIS
This plugin allows munin users to monitor server instances of the ARIS
locative game engine. See http://arisgames.org
2012-08-24 16:39:15 -05:00
Jens Jahnke
d0d36f4926 Use ${CMD_...} only to check if command exists
and use the real command e.g. grep, sed, etc. in the command line.
2012-08-24 17:33:41 +02:00
Jens Jahnke
f25c788c3d Remove "[GB]" from graph title. 2012-08-24 17:24:40 +02:00
Jens Jahnke
123d91cf70 Added output of memory usage to graph.
The memory consumption of all processes (not threads) is calculated
in GB and added to the graph.
2012-08-24 10:29:55 +02:00
Jens Jahnke
361a5316c7 Don't use hard coded paths to the used command line tools.
The tools grep, sed and wc may have a different path. Therefore
they are now evaluated via "which". If a command is not found the script
exits with an error message and the exit code 1.
2012-08-24 09:46:07 +02: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ò
55cb01870b snmp__apc: have a static title for the graph.
Instead of adding model and serial number to the graph itself, use a
static title for it and instead provide the model and serial number as
part of graph_info.

This change makes it much easier to forward the warning/critical
statuses back to Icinga (or Nagios), where you have to match the graph
title.
2012-08-23 08:27:10 -07:00
Robert Kilian
a0975cecfd Moved contents of README into plugin as comments 2012-08-21 15:11:04 -07:00
Robert Kilian
fdd3eaf440 Moved contents of README into plugin as comments 2012-08-21 15:09:05 -07:00
Kenyon Ralph
2b09747a22 Merge pull request #170 from MaxDudu/master
fix set call for redis-speed plugin
2012-08-21 07:54:11 -07:00
Kenyon Ralph
9fae2c90a9 Merge pull request #169 from ndonegan/master
Changed from "which" to "command" to make the script a bit more POSIX compliant
2012-08-21 07:53:33 -07:00
MaxDudu
ae65a7d243 Update plugins/redis/redis-speed 2012-08-21 11:44:06 -03:00
Niall Donegan
7b5183c7b9 Changed from "which" to "command" to make the script a bit more POSIX compliant 2012-08-21 12:07:59 +01:00
Kenyon Ralph
8e1ab117aa Merge pull request #166 from Niluge-KiWi/master
nvidia_smi: Get memory usage even if nvmlDeviceGetUtilizationRates is not available
2012-08-20 16:24:24 -07:00
Thomas Riccardi
1db89fc9a8 nvidia_smi: Get memory usage even if nvmlDeviceGetUtilizationRates is not available 2012-08-19 19:42:14 +02:00
stimpy23
672fd1c32a updated apache_vhost to actually work (at least on my debian squeeze machine..): Surrounded thaw by eval{} to suppress error at the very first run and escaped "." and "-" at the sanitizing regex in apache_pipelogger 2012-08-17 17:26:11 +02:00
Diego Elio Pettenò
d3a4f12d3f Move some more plugins in their place. 2012-08-09 16:47:30 -07:00
Diego Elio Pettenò
3bb2c5e2aa Move weather plugins where they belong. 2012-08-09 16:00:56 -07:00
Diego Elio Pettenò
80956e267e Remove sensors that use lm_sensors. These are already supported by sensors_ in main repository. 2012-08-09 15:59:50 -07:00
Diego Elio Pettenò
a5f447999c Make the script executable as well. 2012-08-09 15:55:12 -07:00
Diego Elio Pettenò
cbba828a2b Move freeipmi_ to sensors. 2012-08-09 15:54:56 -07:00
Diego Elio Pettenò
178747d96d Move php plugins where they belong. 2012-08-09 15:54:31 -07:00
Robert Kilian
1c0440a798 Initial commit of Xastir plugin 2012-08-09 15:26:21 -07:00
Diego Elio Pettenò
a75c969c83 Remove jmx2munin.
This plugin is also developed on its own GIT repository:

https://github.com/tcurdt/jmx2munin
2012-08-09 14:18:15 -07:00
Diego Elio Pettenò
ea7bacc966 Remove snmp_hp_.
This plugin is doing the same thing that snmp__if_ is doing, but it
doesn't have a clear license and does not support 64-bit counters.
2012-08-09 13:57:53 -07:00
Diego Elio Pettenò
8238b48805 Remove snmp plugins for printer supplies.
At least Munin 2.0 already provides snmp__printer_supplies that takes
care of the same data (they all use Printer-MIB values). Also that
plugin uses Munin's own SNMP abstraction instead of using net-snmp
commands directly, which makes it more suitable for the job.
2012-08-09 13:55:35 -07:00
Diego Elio Pettenò
37e94f527a Remove executable bit from images. 2012-08-09 13:49:17 -07:00
Diego Elio Pettenò
c0e85a7cfa snmp__if_combined: create a single graph showing traffic from all interfaces.
This allows normalising the graph range and shows aberrations in the
bandwidth usage more clearly.
2012-08-09 13:47:14 -07:00
Diego Elio Pettenò
e5ce74926d More housekeeping. 2012-08-06 22:20:20 -07:00
Diego Elio Pettenò
038c3ce96b Extract tarballs committed to git as plugins. 2012-08-06 22:16:31 -07:00
Diego Elio Pettenò
2dad4c6f70 Remove plugins that are managed as a separate repository.
activemq: http://sourceforge.net/p/munin-activemq/home/Home/
twilio-balance: https://github.com/jsoncorwin/twilio-munin
2012-08-06 22:14:18 -07:00
Diego Elio Pettenò
a200c77b51 Uncompress assp-* plugins that were shipped as gzip. 2012-08-06 22:00:49 -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ò
4e3ef5b93e ipmi: remove the multiple IPMI plugins and simply introduce my FreeIPMI plugin.
This is a catch-all that will work with any recent FreeIPMI and
actually supports all the features of the others.
2012-08-06 21:41:09 -07:00
Diego Elio Pettenò
e0f0fb8659 Do some more housecleaning. 2012-08-06 21:38:45 -07:00
Diego Elio Pettenò
5d5bf6e4e5 Remove apcupsd plugin (is actually a readme file), reorder UPSes. 2012-08-06 21:36:33 -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
Diego Elio Pettenò
2fc9c2400b ups: remove two older PDU plugins.
My plugin uses the same SNMP framework as the official plugins in
munin; these use either sh and net-snmp commands, or Net::SNMP
directly, and neither seems to be generic enough.
2012-08-06 21:27:04 -07:00
Diego Elio Pettenò
d9533d6190 snmp__apc: initial import.
This is a simple plugin that makes it possible to monitor the amp
drain on APC's PDUs.
2012-08-06 21:22:04 -07:00
Steve Schnepp
f050ef001f Merge pull request #161 from ndonegan/master
Wildcard to multigraph conversion of imapproxy
2012-08-02 09:20:34 -07:00
Niall Donegan
fdf68ff325 Renamed to imapproxy_multi 2012-08-02 16:57:19 +01:00
Niall Donegan
e316273af8 Converted imapproxy_ to multigraph 2012-08-02 16:56:03 +01:00
Marenz
c8d89f42f8 Update plugins/teamspeak/ts3v2_
prevent error "Use of uninitialized value $ARGV[0] in string eq"
2012-08-01 17:41:57 +03:00
Kenyon Ralph
177cb87640 Merge pull request #159 from C-Duv/patch-1
Make the php_apc.php script's URL configurable
2012-07-30 16:36:36 -07:00
Kenyon Ralph
cf64117ba9 Merge pull request #158 from ndonegan/imapproxy
Added in an imapproxy plugin
2012-07-30 16:31:26 -07:00
Niall Donegan
a80fce235d Moved the imapproxy_ plugin to the mail directory 2012-07-31 00:27:14 +01:00
C-Duv
c6bc5c7ce6 Make the php_apc.php script's URL configurable
I've made the "URL" parameter look up if not already defined (in munin-node configuration file) before defaulting to http://localhost/php_apc.php.
2012-07-30 18:13:53 +03:00
Niall Donegan
958f6a19b2 Added in an imapproxy plugin 2012-07-30 15:06:38 +01:00
Kenyon Ralph
be42c3894b Merge pull request #157 from iborodikhin/master
Little optimization of plugin
2012-07-25 12:25:20 -07:00
Kenyon Ralph
03c538bad3 Merge pull request #154 from dotdoom/master-private
Featuring ping plugin
2012-07-25 12:17:34 -07:00
iborodikhin
f8909aa41c Adding limits to optimize traffic between Sphinxsearch and plugin 2012-07-25 16:44:19 +06: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
aa2cb8468e Merge pull request #156 from ndonegan/master
LVM Plugin Tidy
2012-07-24 12:18:06 -07:00
Kenyon Ralph
1fc33ee6b9 Merge pull request #155 from iborodikhin/master
New plugin for SphinxSearch
2012-07-24 12:17:24 -07:00
Kenyon Ralph
3874707db1 Merge pull request #145 from lexsimon/master
Little plugin for Solr
2012-07-24 12:16:02 -07:00
iborodikhin
862e559c26 Moving usage documentation from README.md to plugin file header 2012-07-24 21:25:59 +06:00
Niall Donegan
865a196696 Redirected the output of which to the great bitbucket in the sky. 2012-07-24 14:02:24 +01:00
Niall Donegan
7e736ea705 Converted the documentation to POD 2012-07-24 14:01:01 +01:00
Niall Donegan
da50b3f8cc Added some basic checks to lvm_ 2012-07-24 13:46:19 +01:00
iborodikhin
c307f85c15 Updating README.md to correct syntax 2012-07-24 15:37:28 +06:00
iborodikhin
08690fe634 Including readme file 2012-07-24 14:20:45 +06:00
iborodikhin
39705d6221 Added plugin which shows number of documents in Sphinx index. 2012-07-24 12:37:34 +06:00
Kenyon Ralph
f5533f5488 Merge pull request #153 from dotdoom/master
ejabberd_scanlog plugin update
2012-07-23 13:22:09 -07:00
Kenyon Ralph
e22f00f986 Merge pull request #152 from ndonegan/master
LVM Plugin Fix
2012-07-23 13:20:06 -07:00
Kenyon Ralph
b39a4ad547 Merge pull request #148 from sayadn/master
Celery plugins compatible to it's current version
2012-07-23 13:14:06 -07:00
Kenyon Ralph
b786cb43df Merge pull request #147 from stfnndrsn/master
MongoDB Replication Lag
2012-07-23 13:10:06 -07:00
Kenyon Ralph
8b1a106868 remove redundant README and move BIRD plugin to network directory 2012-07-23 13:05:04 -07:00
Kenyon Ralph
9499c2d031 Merge pull request #146 from luben/master
Plugin for Bird dynamic routing daemon monitoring
2012-07-23 13:02:40 -07:00
Kenyon Ralph
9526dc2b4a Merge pull request #143 from azet/master
added ntp PLL precision and tolerance graphing, merged timing directories
2012-07-23 12:00:43 -07:00
Artem Sheremet
8d941d04d0 Adding simple and useful ping plugin 2012-07-23 19:29:33 +03:00
Niall Donegan
4bcd18fe59 Typo in the config example fixed. 2012-07-23 17:15:23 +01:00
Niall Donegan
f0122d13e3 Updated the graph title. 2012-07-23 17:14:16 +01:00
Niall Donegan
60e9f79c65 Renamed back to lvm_ 2012-07-23 16:53:29 +01:00
Niall Donegan
005ab0c7f5 Added in a suggest function in order to get the wildcard working again 2012-07-23 16:52:42 +01:00
Artem Sheremet
7cac42ed09 Modifying ejabberd_scanlog
* added 'reset' option to reset stats and start a new log track
* new error type(s)
2012-07-23 18:45:53 +03:00
Niall Donegan
344c19174e lvs defaults to multiples of 1024 so updating the base for the graph. 2012-07-23 15:44:00 +01:00