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
Raphaël Droz
4804aea0ec
change.org API: monitor signatures count for one (or various) petition(s) you own
2017-01-05 02:30:46 -03:00
sumpfralle
ce00c40198
Merge pull request #790 from shtrom/debsecan-remote
...
[debsecan] Flag remotely exploitable CVEs separately
2017-01-05 04:49:03 +01:00
Olivier Mehani
475c6ae9da
[debsecan] More verbose errors
...
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
2017-01-05 14:07:53 +11:00
Olivier Mehani
35cf684e24
[debsecan] Update colours
...
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
2017-01-05 14:07:53 +11:00
Olivier Mehani
f6b8e2c1e1
[system/debsecan] Don't use temporary files and fix shellcheck warnings
...
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
2017-01-05 14:07:53 +11:00
Olivier Mehani
fefb1aab4a
[system/debsecan] List remotely-exploitable CVEs separately
...
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
2017-01-04 16:20:24 +11:00
Diver
210ebae0a0
Shellcheck
2016-12-26 23:50:15 +03:00
Diver
9c2aabf4d6
Heredoc
2016-12-26 23:31:37 +03:00
Diver
e889ffd037
Cleaning code
2016-12-26 22:08:26 +03:00
Diver
a8e1084bb8
POD style
2016-12-26 20:13:41 +03:00
Diver
8b2808b90a
POD style
2016-12-26 19:45:00 +03:00
Kenyon Ralph
2bb6892e9e
add motorola_sb6141 plugin to monitor the Motorola SB6141 cable modem
2016-12-23 16:27:41 -08:00
sumpfralle
183b23307c
Merge pull request #786 from shakemid/pullreq_update_oracle_sysstat
...
Update oracle_sysstat_ plugin
2016-12-19 03:11:59 +01:00
K.Shimadera
827c75fb47
Fix for pull request https://github.com/munin-monitoring/contrib/pull/786
2016-12-19 10:07:42 +09:00
K.Shimadera
ca01c6e3dc
Update oracle_sysstat_ plugin
...
* Add modules
logon
cputime
blockrw
redosize
eventwaitnetwork
eventwaitadministrative
eventwaitconfiguration
* Update modules
cachehit: Changed to calculate hit ratio between munin-node update intervals by CDEF
sessionwait: Add CPU status, Add graph_info
table_fetch: Add table_fetch_continued_row field
pgastat: Add aggregate PGA target parameter field
* Improvement
Change not to execute sqlplus in for loop in getvalue funcs to improve performance
Change to add field.min 0 when type is DERIVE
Add label_max_length in config() to supress new line in graph image
Change graph_title for sorting
* Fix styles
Enable set -o nounset
Add double quote to supress shellcheck warning
Change some quote styles
Remove meaningless double quote around $( )
Add whenever sqlerror exit sql.sqlcode
2016-12-18 09:48:41 +09:00
Kenyon Ralph
c51f9d3268
ntp_packets: graph more ntp packet statistics
2016-12-16 02:15:26 -08:00
Diver
31d3dccbb4
Merged NFS and Basic Datamover stats
2016-12-16 04:00:33 +03:00
Kenyon Ralph
4cec0c099e
set dovecot plugin to mode 0755, fixes issue #785
2016-12-15 11:40:58 -08:00
Kenyon Ralph
0e486d4453
Merge pull request #784 from munin-monitoring/revert-701-master
...
Revert "python3 dependency fixed (backport)"
2016-12-14 22:13:03 -08:00
Kenyon Ralph
c00f7af9fe
Revert "python3 dependency fixed (backport)"
2016-12-14 22:10:59 -08:00
Diver
777b8c1a12
Deleted "Contribution" lines
...
Added additional grep for filtering out server mesages
2016-12-13 02:56:19 +03:00
Diver
5aa034be8c
Small fix in choosing Primary CS
2016-12-13 02:56:19 +03:00
Diver
8b31264461
Contribution address
2016-12-13 02:56:19 +03:00
Diver
de2592109d
Fixed description
2016-12-13 02:56:19 +03:00
Diver
f34f62442f
Fixed description
2016-12-13 02:56:19 +03:00
Diver
fa87ed6598
Cleanups
...
Renamed emc_vns_nfsv3_stats to emc_vnx_nfs_stats
Added NFSv4 support
2016-12-13 02:56:19 +03:00
Diver
1e982aaed5
Some cleanups
...
Added "Memory" section
2016-12-13 02:56:19 +03:00
Diver
e488bb0500
Some cleanups
2016-12-13 02:56:19 +03:00
Diver
2b97e21dbc
COUNTER instead of DERIVE
2016-12-13 01:25:18 +03:00
sumpfralle
71e8eb7ee5
Merge pull request #769 from sumpfralle/chronyd-improvements
...
[chrony] various improvements
2016-12-07 23:57:09 +01:00
Alex Mestiashvili
06c8538aa1
Update README.pod
2016-12-06 18:42:20 +01:00
Alex Mestiashvili
9c29d49666
Read options from a config file or as the programm arguments, update POD
2016-12-06 18:36:33 +01:00
Steve Schnepp
7446194b02
Merge pull request #780 from alexanikanov/master
...
add plugin for PUMA monitoring
2016-12-04 13:34:23 +01:00
Alexey Anikanov
75e9b8c902
add plugin for PUMA monitoring
2016-12-04 13:10:11 +02:00
Alex Mestiashvili
05d4ad0ac7
Add author for munin2snmp tool
2016-12-02 15:26:23 +01:00
Alex Mestiashvili
45941d87dc
Add munin2snmp, snmp agent for querying munin-node plugins over snmp
2016-12-02 15:19:44 +01:00