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
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
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
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
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
ac8db54cb1
Use eval EXPR to load Munin::Plugin, for automated tests
2014-10-05 01:49:23 +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
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
c4c0a9872c
Use /usr/bin/perl, not @@PERL@@ as interpreter
2014-10-05 00:18:43 +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
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
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
Stig Sandbeck Mathisen
a2bedd79e7
Fix syntax error in string concatenation
2014-10-04 20:31:07 +02:00
Stig Sandbeck Mathisen
0463ac1060
Set /bin/bash as interpreter for bash script
2014-10-04 20:03:03 +02:00
Stig Sandbeck Mathisen
047358a0bc
Use sh "=" comparison, instead of bash "=="
2014-10-04 20:02:19 +02:00
Stig Sandbeck Mathisen
ae84b39f3b
Use /bin/bash for bash script
...
("echo -en" is a bash feature)
2014-10-04 20:01:25 +02:00
Stig Sandbeck Mathisen
41fedbb267
Use /bin/bash for bash script, and save with UNIX line breaks
2014-10-04 19:59:02 +02:00
Stig Sandbeck Mathisen
685a58d863
Use /bin/bash on bash script
2014-10-04 19:57:39 +02:00
Stig Sandbeck Mathisen
b8d75e80e8
Use UNIX line breaks
2014-10-04 19:56:19 +02:00
Stig Sandbeck Mathisen
614b043a32
Set /bin/bash as interpreter on bash script
2014-10-04 19:54:23 +02:00
Stig Sandbeck Mathisen
b531bd5797
Convert to UNIX line breaks
2014-10-04 19:53:20 +02:00
Stig Sandbeck Mathisen
c04671c43a
Set /bin/bash as interpreter for bash script
2014-10-04 19:52:22 +02:00
Stig Sandbeck Mathisen
23c3f26abf
Set interpreter "/bin/bash" for bash scripts
2014-10-04 19:51:32 +02:00
Stig Sandbeck Mathisen
7afe6bfbf3
Fix syntax error
2014-10-04 19:48:14 +02:00
Stig Sandbeck Mathisen
de4ba4b5ac
Fix syntax error
2014-10-04 19:45:24 +02:00
Stig Sandbeck Mathisen
a0cb4d4344
Use "/bin/sh" instead of "/sbin/sh" as interpreter
2014-10-04 19:43:57 +02:00
Stig Sandbeck Mathisen
f477c6748e
Change interpreter to /bin/bash, since it uses bash features
2014-10-04 19:43:57 +02:00
Stig Sandbeck Mathisen
4658dd392c
Use UNIX line breaks
2014-10-04 19:43:57 +02:00
Stig Sandbeck Mathisen
db1228b35d
Use UNIX line breaks
...
- using DOS line breaks introduced syntax errors
2014-10-04 19:43:57 +02:00
Stig Sandbeck Mathisen
ac2e2fda07
Use UNIX line breaks
...
- Using DOS line breaks introduced syntax errors
2014-10-04 19:43:57 +02:00
Stig Sandbeck Mathisen
098e1dde1c
Set interpreter for to /bin/bash
...
- Plugin uses several bash features, like arrays, and bare '(('
2014-10-04 19:43:57 +02:00
Stig Sandbeck Mathisen
4ca5278414
Set interpreter to "/usr/bin/perl"
...
- No need for @@PERL@@ as interpreter in contrib
2014-10-04 19:43:57 +02:00
Konstantin Kuklin
c69a5761dc
fixed graph category, graph types
2014-10-04 14:34:51 +04:00
Kenyon Ralph
613ba240a5
Merge pull request #536 from smith153/master
...
add standard squid env config vars
2014-10-02 09:41:42 -07:00
Samuel Smith
176b551285
add standard squid env config vars
2014-09-29 08:48:05 -05:00
ak4t0sh
019b9b407a
add plugin for chat module
...
display users connected and users active in chat sessions
2014-09-29 13:42:29 +02:00
asgh
8af081433c
Clean field name
...
Spaces are illegal in munin field names, so clean the name of the encoder before using it.
2014-09-29 03:15:07 -04:00
asgh
2b3c17b977
Avoid bashism
2014-09-28 21:03:15 -04:00
ak4t0sh
05ed40a674
add plugin to display files data
...
1 graph display file's number and their repartitions
1 graph display file's size
2014-09-26 16:06:48 +02:00
Kenyon Ralph
33ac3beeb3
Merge pull request #532 from smith153/master
...
postgres_queries3_: ignore internal pg_* tables, missing stuff in config
2014-09-25 12:33:42 -07:00
Samuel Smith
a04150340f
postgres_queries3_: ignore internal pg_* tables, missing stuff in config
2014-09-24 16:05:40 -05:00
Kenyon Ralph
450925ad07
Merge pull request #523 from someuser89/master
...
network – arp_
2014-09-24 14:01:22 -07:00
Kenyon Ralph
cb3b953b2b
Merge pull request #530 from ak4t0sh/master
...
Moodle : fix and new plugin
2014-09-24 13:59:45 -07:00
Martin Ness
3f0845af2b
arp_ well-sorted
2014-09-24 05:03:30 +02:00
ak4t0sh
4a8a998519
remove forum_discussions
2014-09-23 00:04:06 +02:00
ak4t0sh
79e9b2b9da
change drawing type to AREA
2014-09-22 23:56:30 +02:00
ak4t0sh
b9f9e90ab0
add graph for new log entries
2014-09-22 23:44:51 +02:00
David Young
06437f6fa7
Added memory graphing and swapwait cpu graph
2014-09-22 20:06:29 +12:00
ak4t0sh
85d1b93c23
add plugin for module quiz
2014-09-18 13:49:22 +02:00
ak4t0sh
d39f06473f
fix column naming error in query to count new posts
2014-09-18 13:48:38 +02:00
ak4t0sh
22bbbd5c23
change forum_discussion to forum_discussions in graph config
2014-09-18 13:29:27 +02:00
Steve Schnepp
4ebcba78a2
Merge pull request #506 from McKay1717/master
...
Add Bandwidth Test whith a file on a reference server in OVH network
2014-09-17 09:46:33 +02:00
Steve Schnepp
904f3b7fb3
Merge pull request #503 from ioppermann/varnish4
...
Varnish 4 plugin
2014-09-17 09:29:03 +02:00
Steve Schnepp
728bc0501b
Merge pull request #502 from smith153/master
...
Added postgres_queries3_ to get stats on a per table basis
2014-09-17 09:26:33 +02:00
Steve Schnepp
9720e93db0
Merge pull request #501 from tdumitrescu/proc-netstat
...
proc/net/netstat plugin
2014-09-17 09:26:14 +02:00
Steve Schnepp
3868b54696
Merge pull request #500 from tdumitrescu/ethtool
...
ethtool_ plugin
2014-09-17 09:25:54 +02:00
ak4t0sh
c31b957bdd
add new line
2014-09-17 09:25:04 +02:00
Steve Schnepp
4fa1dd3837
Merge pull request #490 from tntu/patch-1
...
Make it usable
2014-09-17 09:24:59 +02:00
Steve Schnepp
1be0544753
Merge pull request #489 from pvalkone/raspberry-pi-temperature-plugin
...
Add plugin for measuring the core temperature of the BCM2835 SoC on a Raspberry Pi
2014-09-17 09:23:15 +02:00
Steve Schnepp
7aa4e358b4
Merge pull request #526 from ak4t0sh/master
...
Moodle plugin
2014-09-17 09:22:15 +02:00
Steve Schnepp
1512a03fe4
Merge pull request #488 from jesusch/master
...
added lxc plugins from https://github.com/vajtsz/munin-plugins
2014-09-17 09:20:34 +02:00