JoHartmann
2caf1a978d
Delete quota2percent_
2017-02-11 11:16:00 +01:00
JoHartmann
5efef7ca2e
Update quota2percent_ to V17.0210
...
add env.humanid
fix same nitpicking details
2017-02-10 18:32:48 +01:00
JoHartmann
f21a2fe432
Update quota2percent_
...
add POD documentation
add env.language
add example graph for Munin Plugin Gallery
remove German comments
2017-02-08 15:23:44 +01:00
JoHartmann
dab96a619f
Delete dummy
2017-02-05 19:55:41 +01:00
JoHartmann
952a3eaee8
Graph example
...
An example for a daily graph of device sdb1
2017-02-05 19:54:39 +01:00
JoHartmann
542150815b
Create dummy
2017-02-05 19:50:04 +01:00
JoHartmann
58b4b4fe9b
Update read.me
2017-01-26 16:17:44 +01:00
JoHartmann
88f93e8111
Beschreibung - Description
...
Allgemeine Informationen zu dem Plugin.
General information about the plugin .
2017-01-26 16:15:55 +01:00
JoHartmann
a19306b829
Read me file
2017-01-26 16:10:44 +01:00
JoHartmann
a0d6851cfa
Lies mich Datei!
2017-01-26 16:07:53 +01:00
JoHartmann
3f3d7290ba
Der Vorbereitungsjob - The prerunning battch
...
- Der Batch-Job fritzbox7490.sh wird durch cron gestartet und liest alle relevanten Daten aus dem AVM-Router aus.
- Die Daten werden aufbereitet und in der Datei /var/log/fritzbox7490.log gespeichert.
- Das Plugin bereitet die Daten für Munin auf.
--------------------------------------------------------------------------------------------------------------------------
- The batch job fritzbox7490.sh is started by cron and reads all relevant data from the AVM router.
- The data are processed and stored in the /var/log/fritzbox7490.log file.
- The plugin prepares the data for Munin.
2017-01-26 15:52:51 +01:00
JoHartmann
70c13a2177
Das PlugIn selbst - The plugin itself
...
- Der Batch-Job fritzbox7490.sh wird durch cron gestartet und liest alle relevanten Daten aus dem AVM-Router aus.
- Die Daten werden aufbereitet und in der Datei /var/log/fritzbox7490.log gespeichert.
- Das Plugin bereitet die Daten für Munin auf.
--------------------------------------------------------------------------------------------------------------------------
- The batch job fritzbox7490.sh is started by cron and reads all relevant data from the AVM router.
- The data are processed and stored in the /var/log/fritzbox7490.log file.
- The plugin prepares the data for Munin.
2017-01-26 15:35:21 +01:00
JoHartmann
5d09905baa
FRITZ!Box 7490 PlugIn
2017-01-26 15:25:14 +01:00
JoHartmann
a532aade2c
Delete fritzbox7490_
2017-01-26 15:21:07 +01:00
JoHartmann
a7775a1547
Delete fritzbox7490_
2017-01-26 15:20:07 +01:00
JoHartmann
aa881ff45d
Das Plugin selbst - The plugin itself
...
- Das Plugin wertet die vom Batch fritzbox7490.sh erstellte Datei aus.
- The plugin evaluates the file created by batch fritzbox7490.sh
2017-01-26 15:18:22 +01:00
JoHartmann
3a9f69b137
Create fritzbox7490_
2017-01-26 15:08:50 +01:00
JoHartmann
1605f56bc1
Update quota2percent_
2017-01-24 22:28:30 +01: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
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
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