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
Steve Schnepp
d10ef9994d
Merge pull request #314 from BasicXP/master
...
Fixed an error in netatalk
2013-05-30 08:19:12 -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
Steve Schnepp
d0b943aa64
Merge pull request #306 from beanieboi/patch-1
...
Update lighttpd_
2013-05-21 04:43:09 -07: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
Steve Schnepp
dc75b52a7d
Merge pull request #305 from dsavineau/master
...
Fix indexcounters and globallock in 2.2 and 2.4 version
btree sub-document has been removed in 2.4 :
http://docs.mongodb.org/manual/reference/command/serverStatus/#serverStatus.indexCounters
ratio sub-document has been removed in 2.2
http://docs.mongodb.org/manual/reference/command/serverStatus/#serverStatus.globalLock.ratio
2013-05-14 07:26:55 -07: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