Projet

Général

Profil

Paste
Télécharger au format
Statistiques
| Branche: | Révision:

root @ 868937c8

# Date Auteur Commentaire
868937c8 2014-10-16 14:34 Colin Mollenhour

Report properly when value is undefined (slave error).

e9bda2ba 2014-10-15 17:11 Colin Mollenhour

Fix issue when seconds is greater than two digits.

Also only use one query rather than a loop.

da06d5f4 2014-10-15 14:04 Stig Sandbeck Mathisen

Merge pull request #542 from j0nes2k/plugin_memcached_servers

Added plugin to monitor multiple memcached servers

3c5883b6 2014-10-15 10:16 Stig Sandbeck Mathisen

We need YAML for testing

120d1521 2014-10-15 09:28 Stig Sandbeck Mathisen

Merge pull request #505 from OOPmaster/patch-1

exit 0 and some notices ...

b43669d1 2014-10-15 09:27 Stig Sandbeck Mathisen

Merge pull request #537 from ak4t0sh/master

Moodle : new plugins

e10ae8e9 2014-10-10 11:34 j0nes2k

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.

9c9c8ee0 2014-10-06 15:32 ak4t0sh

change configuration file recommendation

b098ec46 2014-10-05 18:26 Stig Sandbeck Mathisen

Merge pull request #529 from funkypenguin/master

Added memory graphing and swapwait cpu graph

911adebe 2014-10-05 18:20 Stig Sandbeck Mathisen

Merge pull request #534 from asgh/master

Avoid bashism

52939473 2014-10-05 17:34 Stig Sandbeck Mathisen

Merge branch 'JoomlaStats-patch-1'

a5d18f45 2014-10-05 17:34 Stig Sandbeck Mathisen

Add documentation in POD format, for munindoc

4be78599 2014-10-05 17:23 Stig Sandbeck Mathisen

Merge branch 'patch-1' of github.com:JoomlaStats/contrib into JoomlaStats-patch-1

f4d81e19 2014-10-05 17:16 Stig Sandbeck Mathisen

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...
79fdbf62 2014-10-05 16:38 Stig Sandbeck Mathisen

Merge pull request #515 from KonstantinKuklin/handlersocket

added plugins to monitoring Mysql HandlerSocket connections

527cb89f 2014-10-05 16:29 Konstantin Kuklin

changed interpreter to bash

abdceea1 2014-10-05 15:24 Stig Sandbeck Mathisen

Add travis build status to README

[ci skip]

155a8dbd 2014-10-05 15:15 Stig Sandbeck Mathisen

Merge pull request #539 from ssm/fix/syntax-errors

Add syntax checking, and fix all syntax errors

3bb0f8a3 2014-10-05 14:47 Stig Sandbeck Mathisen

Remove todo list, all tests pass

[ci skip]

ff4c91ac 2014-10-05 14:38 Stig Sandbeck Mathisen

Place "use threads" within "eval" to make it pass syntax checks on travis-ci

632c24d0 2014-10-05 14:30 Stig Sandbeck Mathisen

Save with UNIX line breaks

2a638429 2014-10-05 14:27 Stig Sandbeck Mathisen

Update t/todo.org with new numbahs

[ci skip]

8dda0908 2014-10-05 14:14 Stig Sandbeck Mathisen

Handle missing rabbitmqctl

bb206fae 2014-10-05 14:13 Stig Sandbeck Mathisen

Fix mis-spelled variable names

679a3ce7 2014-10-05 14:12 Stig Sandbeck Mathisen

Check if we are running as a user required by rabbitmqctl

2583b9fb 2014-10-05 14:12 Stig Sandbeck Mathisen

Update documentation

8974c45c 2014-10-05 14:11 Stig Sandbeck Mathisen

Remove unimplemented but advertised "autoconf"

fefcad98 2014-10-05 09:49 Stig Sandbeck Mathisen

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".
149c09dd 2014-10-05 09:47 Stig Sandbeck Mathisen

Fix syntax error in regular expression string

ad9a1aac 2014-10-05 09:32 Stig Sandbeck Mathisen

Update todo list

[ci skip]

ab5dfc2b 2014-10-05 08:57 Stig Sandbeck Mathisen

No need to test verbosely anymore

cd6dafa8 2014-10-05 08:41 Stig Sandbeck Mathisen

Rewrite hard-to-read shell oneliner

6281364b 2014-10-05 08:40 Stig Sandbeck Mathisen

use "trap" to remove temporary file

e586cd5c 2014-10-05 06:56 Stig Sandbeck Mathisen

remove "-rauto_gem" from hashbang

e33c35ff 2014-10-05 05:52 Stig Sandbeck Mathisen

Update TODO list

[ci skip]

f007901b 2014-10-05 05:24 Stig Sandbeck Mathisen

Check python scirpts with "py_compile"

- leaves a mess behind, but works
08f196eb 2014-10-05 05:23 Stig Sandbeck Mathisen

perltidy a bit

1123a5f9 2014-10-04 20:00 Stig Sandbeck Mathisen

Remove OK tests from todo list

[ci skip]

ac8db54c 2014-10-04 19:49 Stig Sandbeck Mathisen

Use eval EXPR to load Munin::Plugin, for automated tests

76e4b033 2014-10-04 19:45 Stig Sandbeck Mathisen

Add DateTime::Format::ISO8601, needed for tests

67470547 2014-10-04 19:28 Stig Sandbeck Mathisen

Use eval around hard-to-find perl modules

2cd43486 2014-10-04 19:19 JoomlaStats

Update joomla-sessions

Just a small typo that may be confusing

a9d8c625 2014-10-04 18:53 Stig Sandbeck Mathisen

add todo list for tests

fa0c04bb 2014-10-04 18:28 Stig Sandbeck Mathisen

Use /usr/bin/perl, not @PERL@, as interpreter

31361e95 2014-10-04 18:27 Stig Sandbeck Mathisen

Use /bin/bash as interpreter

- uses "echo -en"
82cf6ec8 2014-10-04 18:18 Stig Sandbeck Mathisen

Merge branch 'feature/syntax-check' into fix/syntax-errors

c4c0a987 2014-10-04 18:18 Stig Sandbeck Mathisen

Use /usr/bin/perl, not @PERL@ as interpreter

2882ff54 2014-10-04 18:17 Stig Sandbeck Mathisen

Be verbose

beca8999 2014-10-04 18:17 Stig Sandbeck Mathisen

Handle perl -T checks

41ca108b 2014-10-04 17:53 Stig Sandbeck Mathisen

Merge branch 'feature/syntax-check' into fix/syntax-errors

9b01da77 2014-10-04 17:52 Stig Sandbeck Mathisen

improve output and disable python checks for now

b407ae17 2014-10-04 16:29 Stig Sandbeck Mathisen

Save with UNIX line breaks

96f2bc00 2014-10-04 16:27 Stig Sandbeck Mathisen

Use single bracket for test, keeping /bin/sh as interpreter

5fe31e0c 2014-10-04 16:23 Stig Sandbeck Mathisen

Fix comparison to be /bin/sh compliant

81fd4c97 2014-10-04 16:21 Stig Sandbeck Mathisen

Save with UNIX line breaks

73e23cb7 2014-10-04 16:21 Stig Sandbeck Mathisen

use /bin/bash as interpreter for bash script

6c9ad881 2014-10-04 16:20 Stig Sandbeck Mathisen

fix unterminated string

1c67e3d6 2014-10-04 16:19 Stig Sandbeck Mathisen

Save with UNIX line breaks

ea4a0c62 2014-10-04 16:15 Stig Sandbeck Mathisen

Change "&>" bashism to "> ... 2>&1", keeping the script as /bin/sh

a55f4e4a 2014-10-04 16:14 Stig Sandbeck Mathisen

remove dead code block using an unknown variable

- same "if" test in the block above, so this would never be reached
e7125ea0 2014-10-04 16:09 Stig Sandbeck Mathisen

Tell ruby that this script contains UTF-8 characters

78e3f780 2014-10-04 16:05 Stig Sandbeck Mathisen

Use UNIX line breaks

010011ef 2014-10-04 16:03 Stig Sandbeck Mathisen

Use "=" for comparison with /bin/sh

da59e03c 2014-10-04 15:55 Stig Sandbeck Mathisen

Save with UNIX line endings

c03cd065 2014-10-04 15:50 Stig Sandbeck Mathisen

Merge branch 'feature/syntax-check' into fix/syntax-errors

673303f1 2014-10-04 15:49 Stig Sandbeck Mathisen

"handle" expect scripts by pretending syntax is ok

5d0b617c 2014-10-04 15:46 Stig Sandbeck Mathisen

Use /bin/bash as interpreter for bash script

abe9f3b6 2014-10-04 15:45 Stig Sandbeck Mathisen

Use UNIX line breaks

977d987f 2014-10-04 15:44 Stig Sandbeck Mathisen

Use /bin/bash as interpreter, and store with UNIX line breaks

7c030f55 2014-10-04 15:39 Stig Sandbeck Mathisen

Also install XML::Smart for syntax checks

016752f3 2014-10-04 15:38 Stig Sandbeck Mathisen

Use /usr/bin/php for php plugin (was "/bin/bash" !)

fc376522 2014-10-04 15:25 Stig Sandbeck Mathisen

Save with UNIX line breaks

aaeaa2e6 2014-10-04 15:21 Stig Sandbeck Mathisen

USe /bin/bash as interpreter for bash script

76847027 2014-10-04 15:19 Stig Sandbeck Mathisen

Use /bin/bash as interpreter for bash script

6a28f5a2 2014-10-04 15:18 Stig Sandbeck Mathisen

Save with UNIX line breaks

- also remove lots of trailing whitespace on last line
73239efa 2014-10-04 15:13 Stig Sandbeck Mathisen

Set /bin/bash as interpreter for bash script

8348cd28 2014-10-04 15:04 Stig Sandbeck Mathisen

Use /bin/bash as interpreter for bash script

-  uses "echo -en" several places
bebd78f7 2014-10-04 15:03 Stig Sandbeck Mathisen

Use /bin/bash as interpreter, and switch to UNIX line breaks

2eef2d55 2014-10-04 15:01 Stig Sandbeck Mathisen

Use /bin/sh "=" comparison, instead of "=="

2ebcc8dc 2014-10-04 14:33 Stig Sandbeck Mathisen

Fix tiny bashism, keeping the plugin as /bin/sh

a2bedd79 2014-10-04 14:31 Stig Sandbeck Mathisen

Fix syntax error in string concatenation

d2e73295 2014-10-04 14:19 Stig Sandbeck Mathisen

Merge branch 'feature/syntax-check' into fix/syntax-errors

6b5e75a0 2014-10-04 14:17 Stig Sandbeck Mathisen

Tidy with perltidy

c4ed6e77 2014-10-04 14:16 Stig Sandbeck Mathisen

remove shell quoting, it is not needed

0463ac10 2014-10-04 14:03 Stig Sandbeck Mathisen

Set /bin/bash as interpreter for bash script

047358a0 2014-10-04 14:02 Stig Sandbeck Mathisen

Use sh "=" comparison, instead of bash "=="

ae84b39f 2014-10-04 14:01 Stig Sandbeck Mathisen

Use /bin/bash for bash script

("echo -en" is a bash feature)
41fedbb2 2014-10-04 13:59 Stig Sandbeck Mathisen

Use /bin/bash for bash script, and save with UNIX line breaks

685a58d8 2014-10-04 13:57 Stig Sandbeck Mathisen

Use /bin/bash on bash script

b8d75e80 2014-10-04 13:56 Stig Sandbeck Mathisen

Use UNIX line breaks

614b043a 2014-10-04 13:54 Stig Sandbeck Mathisen

Set /bin/bash as interpreter on bash script

b531bd57 2014-10-04 13:53 Stig Sandbeck Mathisen

Convert to UNIX line breaks

c04671c4 2014-10-04 13:52 Stig Sandbeck Mathisen

Set /bin/bash as interpreter for bash script

23c3f26a 2014-10-04 13:51 Stig Sandbeck Mathisen

Set interpreter "/bin/bash" for bash scripts

7afe6bfb 2014-10-04 13:48 Stig Sandbeck Mathisen

Fix syntax error

de4ba4b5 2014-10-04 13:45 Stig Sandbeck Mathisen

Fix syntax error

a0cb4d43 2014-10-04 13:43 Stig Sandbeck Mathisen

Use "/bin/sh" instead of "/sbin/sh" as interpreter

f477c674 2014-10-04 13:43 Stig Sandbeck Mathisen

Change interpreter to /bin/bash, since it uses bash features

4658dd39 2014-10-04 13:43 Stig Sandbeck Mathisen

Use UNIX line breaks

db1228b3 2014-10-04 13:43 Stig Sandbeck Mathisen

Use UNIX line breaks

- using DOS line breaks introduced syntax errors