Lars Kruse
4387edfa8c
Plugin mongo_btree: migrate to Python3, format documentation
2020-11-26 02:20:06 +01:00
Lars Kruse
d8c3092325
Plugin nova_services: migrate to Python3, format documentation
2020-11-26 02:20:03 +01:00
Lars Kruse
37d81d7a6b
Plugin nova_instance_: migrate to Python3, format documentation
2020-11-26 02:20:03 +01:00
Lars Kruse
d168d49ee4
Plugin nova_floating_ips: migrate to Python3, format documentation
2020-11-26 02:20:00 +01:00
Lars Kruse
db7403f2d4
Plugin swift-dispersion: migrate to Python3, format documentation
2020-11-26 02:19:52 +01:00
Lars Kruse
bde90ba910
Plugin kvm_cpu: migrate to Python3, format documentation
2020-11-26 02:19:48 +01:00
Lars Kruse
0d055149cc
Plugin keystone_stats: migrate to Python3, format documentation
2020-11-26 02:19:41 +01:00
Lars Kruse
b02548ccd8
Plugin feinstaubsensor: add sensor data from the optional BME280 component
2020-11-25 23:53:24 +01:00
Lars Kruse
ca6107d396
Plugin feinstaubsensor: prepare for multiple fields per sensor metric
...
Optional components of the Feinstaubsensor may provide alternative
values for specific metrics (e.g. a BME280 sensor measures humidity,
temperature and atmospheric pressure).
2020-11-25 23:53:24 +01:00
Lars Kruse
90d214cd5a
Plugin feinstaubsensor: omit graphs for missing API fieldnames
...
Some sensor data fields may not be available, if the specific component
is missing.
2020-11-25 23:53:24 +01:00
Sebastian L
137913e39d
lxc_guests: Monitor randomly generated virtual ethernet devices
2020-11-19 01:47:40 +01:00
Sebastian L
b5f957268f
lxc_guests: Make it work with unpriviliged containers
2020-11-19 01:47:00 +01:00
Steve Schnepp
8a9bd01346
Merge pull request #1131 from kjetilho/varnish-update
...
Varnish update
2020-11-15 11:19:20 +01:00
Steve Schnepp
a6fc9b56cf
Merge pull request #1132 from kjetilho/nvme_facepalm
...
silly bug: writecycles must be calculated from *written* bytes
2020-11-15 11:18:03 +01:00
Kjetil Torgrim Homme
381c4a1030
make new script executable
2020-11-13 22:55:49 +01:00
Kjetil Torgrim Homme
6c7ad652b9
silly bug: writecycles must be calculated from *written* bytes
...
This fixes issue #1127
2020-11-13 22:54:19 +01:00
Kjetil Torgrim Homme
458ad1f51f
add varnish5_ to support Varnish 5.x and 6.x
...
This plugin has been used at Redpill Linpro for some time now. It adds
some measurements compared to varnish4_ and removes some others.
There are enough changes that it is probably not worth it to try to
merge the code into a generic varnish4_ plugin handling 4, 5 and 6.
2020-11-13 16:12:23 +01:00
Kjetil Torgrim Homme
5562eec22d
support multiple instances of varnish
...
If you make a symlink like varnish4_shop_request_rate (etc.), you can
add plugin configuration
[varnish4_shop_*]
env.name shop
and it will run all commands with -n shop to get the stats for that instance.
2020-11-13 15:02:00 +01:00
Lars Kruse
17c936ed96
Plugins chrony_*: fix filename of example graph
2020-11-06 00:04:39 +01:00
Lars Kruse
14dc173b3c
Merge pull request #1128 from Kolkman/master
...
Added two Chrony plugins and example graphs
2020-11-06 00:01:41 +01:00
OMK
e4a5cf2fdf
Renamed files to match convention
...
Renamed examplegraphs to mathc onvention.
2020-11-04 14:24:10 +01:00
OMK
4849aa0dd0
Renamed example graphs
...
Renamed example graphs to compy to naming convention, and fix a typo
2020-11-03 13:28:09 +01:00
OMK
1ca87dc5e5
Typo fix in chrony_sourcestats
...
typo fixed
2020-11-03 13:25:12 +01:00
OMK
8121edb367
Update chronyc path handling
...
Determination of chronyc path and inconsistency with the documentation
2020-11-03 13:23:13 +01:00
Olaf
266e82bb81
Added two Chrony pluggins and example graphs
...
Added chrony_ , a wildcard plugin to track sourcestats per indiviual time source
Added chrony_sourcestats, a plugin that displays the sourcestats characteristics for several timesources in one graph.
Added example graphs for both plugins.
2020-11-02 20:11:50 +01:00
Nazdravi
f0479a9a7d
[ssl-certificate-expiry] host name verification + proxy connection ( #1126 )
...
* optional verification of request to certificate hostname match (env.checkname yes)
* optional openssl proxy usage (env.proxy PROXYHOST:PORT)
2020-10-31 23:41:06 +01:00
pcy
0341e680b1
[plugins/shorewall/shorewall_log] added plugin for monitoring shorewall blocks
...
Graphs the number of blocks done by shorewall, given a specific rule
suffix
2020-10-31 05:46:09 +01:00
rantal
14e5261e27
Fix to work with old lsblk version...
2020-10-29 00:00:23 +01:00
Lars Kruse
a7139bcaee
Unify shebang for python scripts
2020-10-28 23:38:41 +01:00
Thomas Heidrich
8542c09283
fixup file mode 755
2020-10-28 21:54:42 +01:00
Thomas Heidrich
f6ea58d5f5
avoid blocking in ssl_
...
Just in case there is a firewall dropping packages, this plugin
would block until the plugin timeout is reached. This change introduces
the possibility to configure a much lower individual timeout.
2020-10-28 21:54:42 +01:00
Thomas Heidrich
bd727d75f9
avoid blocking in http_responsecode
...
Just in case there is a firewall dropping packages, this plugin
would block until the plugin timeout is reached. This change introduces
the possibility to configure a much lower individual timeout.
2020-10-28 21:51:45 +01:00
Lars Kruse
3a2f2ec7ec
Plugin snmp__airport: port to python3
2020-10-28 21:22:12 +01:00
Lars Kruse
09b88141b3
Improve documantion of many plugins
...
Specifically the configuration examples are now indented properly.
2020-10-24 17:29:08 +02:00
Rowan Wookey
384d482fe2
Added mulitgraph redis plugin
...
This is a replacement for the redis_ plugin
Changes in the replacement:
* Supports multiple redis instances
* Supports AWS elasticache and other environments where the CONFIG
command is disabled
* Uses multigraph to separate graphs by instance
2020-10-23 19:37:48 +02:00
Rowan Wookey
91cffec472
Added php_fpm_status plugin
...
This is a replacement for the php5-fpm_status plugin.
Changes:
* Supports multiple pools using environment variables to specify urls
* Supports wget and curl
* Added GPLv3 License
2020-10-23 19:36:00 +02:00
Lars Kruse
9500394695
Unify more author names with special characters
...
Additionally an ambiguous line in the "author" section of a plugin was
removed in order to avoid confusion for the Munin Plugin Gallery parser.
2020-10-19 21:25:19 +02:00
Lars Kruse
a9c0e2bb59
Unify spelling of author "Dagfinn Ilmari Mannsåker"
...
Previously some occurrences lacked the special character.
2020-10-19 21:04:03 +02:00
Lars Kruse
b4109460d4
Merge pull request #1087 from moisseev/freeipmi
...
Improve freeipmi plugin
2020-10-14 21:36:19 +02:00
Sebastian L
4259869d44
ehterpadlite_: Monitor number of pads
2020-10-14 21:21:21 +02:00
Lars Kruse
a8c2b8afe1
Plugin loolwsd: categorization
...
* move the plugin to `libreoffice` (should be easier to find for most
users)
* add the graph category "appserver"
2020-10-14 21:19:39 +02:00
Sebastian L
83323a4727
loolwsd: Monitor libreoffice online usage
...
- Open documents and active views
- Memory usage
2020-10-14 21:13:43 +02:00
Lars Kruse
26e497fcf0
Plugin moinmoin_pages: fix style issues
2020-10-14 15:04:53 +02:00
Lars Kruse
999be27bfc
Plugin cronjobs: fix style issue
2020-10-14 15:04:36 +02:00
Lars Kruse
0253df6f5e
Plugin ag241-adsl: improve documentation formatting and add author
2020-10-12 04:50:27 +02:00
Lars Kruse
c6f88968d1
Improve perlpod formatting for multiple plugins
...
Escpecially the final marker ("=cut") was missing in these plugins.
2020-10-06 00:29:38 +02:00
Lars Kruse
743395a605
Improve documentation formatting of some plugins
2020-10-06 00:05:51 +02:00
Lars Kruse
f9d8ce70ed
Plugin tor_: fix perlpod formatting
2020-10-05 21:54:36 +02:00
Lars Kruse
94888223ff
Plugin ipt_basic_: convert documentation to perlpod format
2020-10-05 04:05:50 +02:00
Lars Kruse
55b983f357
Plugin bbox: convert documentation to perlpod format
2020-10-05 03:59:02 +02:00