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

2605 Commits

Author SHA1 Message Date
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
Stig Sandbeck Mathisen
beca89999e Handle perl -T checks 2014-10-05 00:17:23 +02:00
Stig Sandbeck Mathisen
41ca108b49 Merge branch 'feature/syntax-check' into fix/syntax-errors 2014-10-04 23:53:29 +02:00
Stig Sandbeck Mathisen
9b01da77ba improve output and disable python checks for now 2014-10-04 23:52:40 +02:00
Stig Sandbeck Mathisen
b407ae17ca Save with UNIX line breaks 2014-10-04 22:29:27 +02:00
Stig Sandbeck Mathisen
96f2bc003a Use single bracket for test, keeping /bin/sh as interpreter 2014-10-04 22:27:32 +02:00
Stig Sandbeck Mathisen
5fe31e0c38 Fix comparison to be /bin/sh compliant 2014-10-04 22:23:52 +02:00
Stig Sandbeck Mathisen
81fd4c97c3 Save with UNIX line breaks 2014-10-04 22:21:35 +02:00
Stig Sandbeck Mathisen
73e23cb7ba use /bin/bash as interpreter for bash script 2014-10-04 22:21:02 +02:00
Stig Sandbeck Mathisen
6c9ad881ae fix unterminated string 2014-10-04 22:20:32 +02:00
Stig Sandbeck Mathisen
1c67e3d648 Save with UNIX line breaks 2014-10-04 22:19:38 +02:00
Stig Sandbeck Mathisen
ea4a0c6244 Change "&>" bashism to "> ... 2>&1", keeping the script as /bin/sh 2014-10-04 22:15:24 +02:00
Stig Sandbeck Mathisen
a55f4e4a4d remove dead code block using an unknown variable
- same "if" test in the block above, so this would never be reached
2014-10-04 22:14:17 +02:00
Stig Sandbeck Mathisen
e7125ea079 Tell ruby that this script contains UTF-8 characters 2014-10-04 22:09:30 +02:00
Stig Sandbeck Mathisen
78e3f78071 Use UNIX line breaks 2014-10-04 22:05:54 +02:00
Stig Sandbeck Mathisen
010011efe8 Use "=" for comparison with /bin/sh 2014-10-04 22:03:52 +02:00
Stig Sandbeck Mathisen
da59e03cf2 Save with UNIX line endings 2014-10-04 21:55:16 +02:00
Stig Sandbeck Mathisen
c03cd065c2 Merge branch 'feature/syntax-check' into fix/syntax-errors 2014-10-04 21:50:26 +02:00
Stig Sandbeck Mathisen
673303f127 "handle" expect scripts by pretending syntax is ok 2014-10-04 21:49:45 +02:00
Stig Sandbeck Mathisen
5d0b617cd2 Use /bin/bash as interpreter for bash script 2014-10-04 21:46:21 +02:00
Stig Sandbeck Mathisen
abe9f3b6ee Use UNIX line breaks 2014-10-04 21:45:45 +02:00
Stig Sandbeck Mathisen
977d987f35 Use /bin/bash as interpreter, and store with UNIX line breaks 2014-10-04 21:44:29 +02:00
Stig Sandbeck Mathisen
7c030f5572 Also install XML::Smart for syntax checks 2014-10-04 21:39:22 +02:00
Stig Sandbeck Mathisen
016752f36d Use /usr/bin/php for php plugin (was "/bin/bash" !) 2014-10-04 21:38:21 +02:00
Stig Sandbeck Mathisen
fc37652294 Save with UNIX line breaks 2014-10-04 21:25:03 +02:00
Stig Sandbeck Mathisen
aaeaa2e64a USe /bin/bash as interpreter for bash script 2014-10-04 21:21:32 +02:00
Stig Sandbeck Mathisen
7684702713 Use /bin/bash as interpreter for bash script 2014-10-04 21:19:32 +02:00
Stig Sandbeck Mathisen
6a28f5a215 Save with UNIX line breaks
- also remove lots of trailing whitespace on last line
2014-10-04 21:18:57 +02:00
Stig Sandbeck Mathisen
73239efaef Set /bin/bash as interpreter for bash script 2014-10-04 21:13:45 +02:00
Stig Sandbeck Mathisen
8348cd2805 Use /bin/bash as interpreter for bash script
-  uses "echo -en" several places
2014-10-04 21:04:24 +02:00
Stig Sandbeck Mathisen
bebd78f74b Use /bin/bash as interpreter, and switch to UNIX line breaks 2014-10-04 21:03:22 +02:00
Stig Sandbeck Mathisen
2eef2d55b5 Use /bin/sh "=" comparison, instead of "==" 2014-10-04 21:01:55 +02:00
Stig Sandbeck Mathisen
2ebcc8dcdc Fix tiny bashism, keeping the plugin as /bin/sh 2014-10-04 20:33:52 +02:00