Commit Graph

3524 Commits

Author SHA1 Message Date
Diver c89146d9e3 More raw data for nfs.v3(4).op 2017-01-23 22:15:56 +03:00
Diver 72c006f727 Various small fixes, typos and indentations
Added some raw data for better understanding
Some fixes for empty set arrays
Workarounds for munin's "clean_fieldname", whereas it replaces the first symbol to "_" if a field begins with digit
2017-01-23 22:00:52 +03:00
Diver 3cb3ea5775 Various improvements:
Added local/remote independent navicli. Comfy for block-only devices without Control Stations
check_conf -> check_conf_and_set_vars: Now sets variables while checking configuration
get_answer_field fix
2017-01-23 21:57:12 +03:00
JoHartmann e849b61d07 Create quota2percent_
Quota usage in percent
2017-01-23 19:52:44 +01:00
sumpfralle 9990b16f6a Merge pull request #795 from recentralized/master
monit_parser: Support Authentication
2017-01-21 13:58:19 +01:00
Gerald Turner 4fa3811c12
Add optional preemptive HTTP Basic Authentication to HTTP request in order to
support monit configuration like "set httpd port 2812 allow munin:s3cr3t
read-only"
2017-01-20 15:46:32 -08:00
Diver 337919b6d4 Added OE version 2017-01-19 22:22:01 +03:00
Diver 774793c004 Fixed spaces to tabs 2017-01-19 22:07:01 +03:00
Diver a58ecbc002 member_elements to member_elements_by_line, element to elements_array 2017-01-19 21:59:15 +03:00
Diver d18b942aad Preferring bash math instead of cdef 2017-01-19 21:47:49 +03:00
Diver 5d2c0cfb89 Documentation 2017-01-19 21:05:05 +03:00
Diver 9de5e7c974 Bugfixes after fixes 2017-01-19 20:25:10 +03:00
Diver 30d660096d 'value 0' comment 2017-01-19 03:33:44 +03:00
Diver cc66cae131 get_answer_field 2017-01-19 03:32:27 +03:00
Diver 2e02ddc6c7 uniform indentation style for here-documents 2017-01-19 03:13:51 +03:00
Diver f3cd750a41 Filtering LUNs 2017-01-19 03:10:26 +03:00
Diver 7afdf5dc71 Filtering LUNs 2017-01-19 03:10:03 +03:00
Diver adc7b71e2a Indentation 2017-01-19 02:51:55 +03:00
Diver 51e003fe8f renamed ssh_check 2017-01-19 02:48:58 +03:00
Diver 9171751df6 Fixed documentation 2017-01-19 02:42:53 +03:00
Diver d100d2409b More fixes 2017-01-19 02:27:39 +03:00
Diver 6e8b2b3fea clean_fieldname 2017-01-19 02:07:21 +03:00
Diver b0123994ea graph_array from graphs2 2017-01-19 01:51:31 +03:00
Diver 45b310c539 Not using cdef for multiplying kilobyted to bytes 2017-01-19 01:38:40 +03:00
Diver 25c2f2c3e0 Stdout. run_remote 2017-01-19 01:26:18 +03:00
sumpfralle b417a72020 Merge pull request #793 from null-git/patch-1
wordpress-multisite: wrong variable name
2017-01-14 13:28:14 +01:00
null-git 130466f129 changed variable name of network_size to match the documented networksize 2017-01-14 12:33:34 +01:00
sumpfralle f211b0902d Merge pull request #694 from null-git/patch-1
wordpress-multisite
2017-01-14 03:59:32 +01:00
null-git 820ef5b009 better variable names, added option for length of blogid to sort multigraphs 2017-01-13 20:32:31 +01:00
null-git d3de1a48de Fixed some syntax and perldoc 2017-01-12 15:10:54 +01:00
sumpfralle 6789469625 Merge pull request #751 from OPENevents/master
Add Chilli plugin for sessions state
2017-01-10 17:28:33 +01:00
Guillaume Marsay 5ee7111186 Fix typo 2017-01-10 08:50:08 +01:00
Guillaume Marsay 1ded68fc87 Update plugin 2017-01-10 08:48:19 +01:00
sumpfralle ae9baed04a Merge pull request #651 from obma/p-fix-openweather_
p: fixing openweather_: replaced fgrep, tr, cut with expr
2017-01-08 23:57:26 +01:00
Lars Kruse d8f12a6a81 removed "gitignore" files from various plugins
they were probably imported by mistake
2017-01-08 23:50:46 +01:00
obma ef061fdd9e p: openweather_: typo 2017-01-08 21:39:40 +01:00
obma f29c24554b p: fix openweather_: returned .label instead of .value for wind direction 2017-01-08 21:39:40 +01:00
obma ae13ec95c4 p: fix openweather_: set correct name for multigraphs
Set 'plugin_name' with 'basename $0' and use this variable instead of $0 to avoid having the full path as name for the multigraphs.
2017-01-08 21:39:40 +01:00
obma 7d1ac56eae p: updating openweather_: replaced fgrep, tr, cut with expr
Use expr to extract values and names from the OpenWeather API xml instead of the - when using a city with spaces in its name not correctly working - fgrep | tr | cut construct.
2017-01-08 21:39:40 +01:00
sumpfralle 07428a0137 Merge pull request #792 from shtrom/http_load_-fix-long-domains
Http load  fix long domains
2017-01-08 02:44:09 +01:00
Olivier Mehani ec0df0719d [http_load_] Fix issue with long domain name
Munin 1.0 supports fieldnames of at most 19 characters. For domain names
longer than that, this plugin simply truncate the names in its own cache
down to 19.

This creates an issue with the `response` graph, which appends the HTTP
status code to the hostname to make multiple variables. Truncating to
this string loses this information, leading to an empty graph.

Signed-off-by: Olivier Mehani <shtrom@ssji.net>
2017-01-07 16:52:57 +11:00
sumpfralle 0519268272 Merge pull request #791 from staabm/patch-1
dont waste time by retrieving per script stats
2017-01-07 00:28:15 +01:00
sumpfralle 3f62a4b0f3 Merge pull request #674 from drzraf/change.org
change.org API: monitor signatures count for one (or various) petition(s) you own
2017-01-06 23:35:20 +01:00
Raphaël Droz d47fc3adef renamed to changeorg_signature_count + generic name for cache file 2017-01-06 17:07:00 -03:00
sumpfralle 5bf70af313 Merge pull request #736 from swus13/master
fix colored border and highlights
2017-01-06 05:24:27 +01:00
swuschke 93bc9acb95 added a new line at eof 2017-01-05 20:47:14 +01:00
Markus Staab 5b95369780 dont waste time by retrieving per script stats 2017-01-05 14:49:37 +01:00
Guillaume Marsay 7f3c3007a5 Update with "shellcheck -s dash" recommendations 2017-01-05 08:32:46 +01:00
Guillaume Marsay cdd3955588 Update script 2017-01-05 08:26:00 +01:00
Raphaël Droz 97d4922ba7 fixed non-ascii characters inside petition title wheh running inside Munin 2017-01-05 03:11:29 -03:00