Johann Schmitz
c1abcd6bc5
Reverted to awk to extract database name
2015-01-30 13:40:26 +01:00
Johann Schmitz
66c38543c7
Fixed firebird plugin:
...
* Use gstat from path if available; fall back to /opt/firebird/bin/gstat if gstat could not be found
* Use bash to strip of firebird_ prefix from name
* Fixed description
2015-01-30 13:29:41 +01:00
Pierre Schweitzer
acb1dfb0a4
Use MUNIN_STATEFILE env variable to support multiple masters instead of own made.
...
Suggested by Steve Schnepp
2015-01-22 10:46:21 +01:00
Steve Schnepp
3c9b0b9360
Merge pull request #571 from sepastian/feature_unicorn_show_name_of_application
...
unicorn: display name of application.
2015-01-21 23:53:36 +01:00
Pierre Schweitzer
be7d3f8249
Fix regexp in case iptables returns huge numbers. It may not have spaces at the begin of the line.
...
Make use of state file so that the plugin doesn't show an increasing jauge, but a current network usage
2015-01-21 18:16:27 +01:00
Sebastian Gassner
5be2452250
unicorn: display name of application.
2015-01-15 13:23:45 +01:00
Oliver Ladner
397100426e
Added nscd plugin
2015-01-14 11:23:54 +01:00
Steve Schnepp
3d7046d519
Merge pull request #565 from steveschnepp/openweather
...
Openweather plugin
2015-01-01 15:44:51 +01:00
Steve Schnepp
2c5943e469
p: updating openweather_ to be multigraph
...
Now it graph all the values coming from the API
2015-01-01 14:09:08 +00:00
Steve Schnepp
c8f30b0956
p: adding openweather_
2015-01-01 09:04:34 +00:00
Johann Schmitz
40532b6824
Use a zero-based percentage graph for nginx cache status
2014-12-17 13:07:48 +01:00
Pierre Schweitzer
772882eb57
Don't hardcode plugin state file location in auth plugin, use env variable defined by Munin instead
2014-12-11 13:27:03 +01:00
Steve Schnepp
8e18199f16
Merge pull request #550 from bhourigan/master
...
Apache response time was incorrectly divided by 1000 twice, fixed that b...
2014-11-28 21:00:03 +00:00
ak4t0sh
a116a2591e
fix graph_total
2014-11-27 16:24:31 +01:00
ak4t0sh
eb2979cb23
add support note
2014-11-27 16:23:53 +01:00
ak4t0sh
cd1345e5a8
enable graph scale
2014-11-27 16:23:11 +01:00
Am1GO
69e8811972
Fixed type in dm-cache
...
s/voulme/volume
2014-11-23 21:08:33 +03:00
Am1GO
550a4f33dd
Added plugin to monitor dm-cache
2014-11-23 21:06:05 +03:00
Brian Hourigan
1b60ea870d
Apache response time was incorrectly divided by 1000 twice, fixed that bug and moved division to save function to get higher precision
2014-11-22 19:53:50 -05:00
Steve Schnepp
c55d5e5e85
p/cisco-epc3010_: fix tmpfile handling
2014-11-02 04:56:02 +01:00
Steve Schnepp
1c5962f240
Merge pull request #544 from xiphias256/epc3010
...
Made Munin plugin to graph signal levels from a Cisco EPC3010 cable mode...
2014-11-02 04:47:11 +01:00
Finn Andersen
678fb563f1
Changed how tempory filename is created and handled. Now follows example in mktemp documentation.
2014-11-01 22:06:51 +01:00
Finn Andersen
b25acb9a2d
Simplified parsing of the html table. Everything is done with awk. Got rid of cat and grep
2014-10-30 13:33:49 +01:00
Philipp Riegger
2d4549f32a
Moved all Raspberry Pi plugins to a common raspberry-pi directory. Removed absolute path in raspi_temp to make the plugin work on Pidora.
2014-10-30 11:03:17 +01:00
Finn Andersen
771fb2dd72
Changed to a more secure way of handling tempfiles
2014-10-30 09:56:25 +01:00
Finn Andersen
31f5cc79db
Fixed some typo in text
2014-10-30 09:42:28 +01:00
Finn Andersen
fb7d068c49
Made Munin plugin to graph signal levels from a Cisco EPC3010 cable modem
2014-10-29 22:23:03 +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
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
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