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
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
Kenyon Ralph
f5cc9a868d
Merge pull request #295 from cryptickrisp/master
...
Fixes plugins/network/bandwidth_ initialization for first runs
2013-04-26 21:02:36 -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