Finn Andersen
fb7d068c49
Made Munin plugin to graph signal levels from a Cisco EPC3010 cable modem
2014-10-29 22:23:03 +01:00
Steve Schnepp
5ca92103e5
Merge pull request #543 from colinmollenhour/patch-1
...
Fix issue when seconds is greater than two digits.
2014-10-29 13:21:09 +01:00
Colin Mollenhour
868937c848
Report properly when value is undefined (slave error).
2014-10-16 14:34:50 -04:00
Colin Mollenhour
e9bda2bab6
Fix issue when seconds is greater than two digits.
...
Also only use one query rather than a loop.
2014-10-15 17:11:35 -04:00
Stig Sandbeck Mathisen
da06d5f459
Merge pull request #542 from j0nes2k/plugin_memcached_servers
...
Added plugin to monitor multiple memcached servers
2014-10-15 20:04:32 +02:00
Stig Sandbeck Mathisen
3c5883b6b9
We need YAML for testing
2014-10-15 16:16:06 +02:00
Stig Sandbeck Mathisen
120d1521b9
Merge pull request #505 from OOPmaster/patch-1
...
exit 0 and some notices ...
2014-10-15 15:28:15 +02:00
Stig Sandbeck Mathisen
b43669d1b4
Merge pull request #537 from ak4t0sh/master
...
Moodle : new plugins
2014-10-15 15:27:24 +02:00
j0nes2k
e10ae8e99d
Added plugin to monitor multiple memcached servers
...
This plugins allows to monitor multiple memcached servers. The server names can be given in the environment. Graphs include memcached bytes usage, get and set hits, number of stored items, number of requests and traffic. These graphs contain values for each server.
2014-10-10 17:34:41 +02:00
ak4t0sh
9c9c8ee085
change configuration file recommendation
2014-10-06 21:32:08 +02:00
Stig Sandbeck Mathisen
b098ec465f
Merge pull request #529 from funkypenguin/master
...
Added memory graphing and swapwait cpu graph
2014-10-06 00:26:24 +02:00
Stig Sandbeck Mathisen
911adebe22
Merge pull request #534 from asgh/master
...
Avoid bashism
2014-10-06 00:20:49 +02:00
Stig Sandbeck Mathisen
52939473c3
Merge branch 'JoomlaStats-patch-1'
2014-10-05 23:34:38 +02:00
Stig Sandbeck Mathisen
a5d18f4554
Add documentation in POD format, for munindoc
2014-10-05 23:34:20 +02:00
Stig Sandbeck Mathisen
4be7859977
Merge branch 'patch-1' of github.com:JoomlaStats/contrib into JoomlaStats-patch-1
2014-10-05 23:23:42 +02:00
Stig Sandbeck Mathisen
f4d81e1926
Retire plugin for old puppet master installations
...
- "puppetd" and "puppetmasterd" is no longer in use
- The use of "/etc/sysconfig" made this plugin specific for RedHat-ish
systems
- any plugin to replace this should use the "puppet" command to get
configuration, and be implemented as a multigraph plugin.
This closes issue #424
2014-10-05 23:16:26 +02:00
Stig Sandbeck Mathisen
79fdbf6203
Merge pull request #515 from KonstantinKuklin/handlersocket
...
added plugins to monitoring Mysql HandlerSocket connections
2014-10-05 22:38:04 +02:00
Konstantin Kuklin
527cb89fd0
changed interpreter to bash
2014-10-06 00:29:29 +04:00
Stig Sandbeck Mathisen
abdceea134
Add travis build status to README
...
[ci skip]
2014-10-05 21:24:20 +02:00
Stig Sandbeck Mathisen
155a8dbd8c
Merge pull request #539 from ssm/fix/syntax-errors
...
Add syntax checking, and fix all syntax errors
2014-10-05 21:15:30 +02:00
Stig Sandbeck Mathisen
3bb0f8a342
Remove todo list, all tests pass
...
[ci skip]
2014-10-05 20:47:12 +02:00
Stig Sandbeck Mathisen
ff4c91acb8
Place "use threads" within "eval" to make it pass syntax checks on travis-ci
2014-10-05 20:38:16 +02:00
Stig Sandbeck Mathisen
632c24d0a9
Save with UNIX line breaks
2014-10-05 20:30:52 +02:00
Stig Sandbeck Mathisen
2a638429c5
Update t/todo.org with new numbahs
...
[ci skip]
2014-10-05 20:27:19 +02:00
Stig Sandbeck Mathisen
8dda09085a
Handle missing rabbitmqctl
2014-10-05 20:14:14 +02:00
Stig Sandbeck Mathisen
bb206faee6
Fix mis-spelled variable names
2014-10-05 20:13:20 +02:00
Stig Sandbeck Mathisen
679a3ce7be
Check if we are running as a user required by rabbitmqctl
2014-10-05 20:12:44 +02:00
Stig Sandbeck Mathisen
2583b9fb70
Update documentation
2014-10-05 20:12:15 +02:00
Stig Sandbeck Mathisen
8974c45c96
Remove unimplemented but advertised "autoconf"
2014-10-05 20:11:42 +02:00
Stig Sandbeck Mathisen
fefcad986e
Work around false positive in checkbashisms
...
- Nothing wrong with the plugin, but checkbashisms triggers on the
presence of a variable called $HOSTNAME
- Changing the variable name in the plugin is the "easy way out".
2014-10-05 15:49:54 +02:00
Stig Sandbeck Mathisen
149c09ddc8
Fix syntax error in regular expression string
2014-10-05 15:47:22 +02:00
Stig Sandbeck Mathisen
ad9a1aac23
Update todo list
...
[ci skip]
2014-10-05 15:32:35 +02:00
Stig Sandbeck Mathisen
ab5dfc2bba
No need to test verbosely anymore
2014-10-05 14:57:45 +02:00
Stig Sandbeck Mathisen
cd6dafa842
Rewrite hard-to-read shell oneliner
2014-10-05 14:41:16 +02:00
Stig Sandbeck Mathisen
6281364b67
use "trap" to remove temporary file
2014-10-05 14:40:19 +02:00
Stig Sandbeck Mathisen
e586cd5cb4
remove "-rauto_gem" from hashbang
2014-10-05 12:56:45 +02:00
Stig Sandbeck Mathisen
e33c35ffc3
Update TODO list
...
[ci skip]
2014-10-05 11:52:56 +02:00
Stig Sandbeck Mathisen
f007901b64
Check python scirpts with "py_compile"
...
- leaves a mess behind, but works
2014-10-05 11:24:14 +02:00
Stig Sandbeck Mathisen
08f196eb10
perltidy a bit
2014-10-05 11:23:53 +02:00
Stig Sandbeck Mathisen
1123a5f971
Remove OK tests from todo list
...
[ci skip]
2014-10-05 02:00:11 +02:00
Stig Sandbeck Mathisen
ac8db54cb1
Use eval EXPR to load Munin::Plugin, for automated tests
2014-10-05 01:49:23 +02:00
Stig Sandbeck Mathisen
76e4b0332c
Add DateTime::Format::ISO8601, needed for tests
2014-10-05 01:45:57 +02:00
Stig Sandbeck Mathisen
67470547f0
Use eval around hard-to-find perl modules
2014-10-05 01:28:29 +02:00
JoomlaStats
2cd434860c
Update joomla-sessions
...
Just a small typo that may be confusing
2014-10-05 01:19:22 +02:00
Stig Sandbeck Mathisen
a9d8c62541
add todo list for tests
2014-10-05 00:53:39 +02:00
Stig Sandbeck Mathisen
fa0c04bb4a
Use /usr/bin/perl, not @@PERL@@, as interpreter
2014-10-05 00:28:05 +02:00
Stig Sandbeck Mathisen
31361e95a5
Use /bin/bash as interpreter
...
- uses "echo -en"
2014-10-05 00:27:25 +02:00
Stig Sandbeck Mathisen
82cf6ec8b0
Merge branch 'feature/syntax-check' into fix/syntax-errors
2014-10-05 00:18:48 +02:00
Stig Sandbeck Mathisen
c4c0a9872c
Use /usr/bin/perl, not @@PERL@@ as interpreter
2014-10-05 00:18:43 +02:00
Stig Sandbeck Mathisen
2882ff54d6
Be verbose
2014-10-05 00:17:33 +02:00