Projet

Général

Profil

Révision:

Révisions

# Date Auteur Commentaire
439c0a20 2020-04-05 15:13 Younes Ichiche

fix argument for socket version get

bf2eff5c 2020-04-05 15:13 Younes Ichiche

fix function name

38868600 2020-04-05 15:13 Younes Ichiche

loop over every socket/port to get the version and use it afterwards as cache

95349797 2020-04-05 15:13 Younes Ichiche

get the version from rtorrent out of the loop and cache it already to avoid SOCK to be overwritten

54ad1ad4 2020-04-05 15:13 Younes Ichiche

discovering the version of rtorrent, and depending on that, using the correct functions in the xmlrpc call

3cb70022 2020-04-05 15:13 Younes Ichiche

Aligning rtorrent rtrom_ modules same way as rtom_allsessions_

0af7f438 2020-04-04 18:05 Sebastian L

Rename plugin folder, check for json

e54c4474 2020-04-03 23:06 Sebastian Liechti

Fix checking curl

70b2815d 2020-04-03 23:06 Sebastian Liechti

Add jitsi-videobridge plugin

Simple multigraph plugin with one graph for current session infos and one
graph for total conferences created.

e22acbdd 2020-04-03 11:52 Sebastian L

Small fix (intialize variables)

0fbb8011 2020-03-31 11:44 Sebastian Liechti

Simple plugin to monitor coturn turn/stun server

... via telnet

898224ba 2020-03-26 19:07 Lars Kruse

Merge branch 'plugins-mikrotik'

Add SNMP-based plugin for monitoring statistics of Mikrotik routers.

10534d0d 2020-03-26 19:07 Lars Kruse

Merge SNMP plugins for Mikrotik routers into a single multigraph plugin

389ac956 2020-03-26 19:07 Alejandro Suarez

Added PerlDoc header

e9d20f63 2020-03-26 19:07 Alejandro Suarez

Added PerlDoc header

e1bc7ad6 2020-03-26 19:07 Alejandro Suarez

Fixed typo in variables

1acb0665 2020-03-26 19:07 Alejandro Suarez

Added suggestion made by @sumpfralle

c04775f8 2020-03-26 19:07 Alejandro Suarez

Monitor mikrotik Flash disk usage

8a52ef23 2020-03-26 19:07 Alejandro Suarez

Monitor mikrotik RAM usage

1e81c032 2020-03-25 23:43 pboesch

twemproxy: add python3 support

4d8456af 2020-03-25 23:32 Lars Kruse

Introduce spelling tests via codespell

4cea2f60 2020-03-25 23:23 Lars Kruse

Plugin ts3v2_: switch to unix line endings

59073bff 2020-03-25 23:23 Lars Kruse

Plugin postfix_filtered_awk: improve variable name

Avoid misdetections by codespell.

68980ed2 2020-03-25 23:23 Lars Kruse

Plugin irq: improve variable name

Avoid misdetections by codespell.

ba89ed20 2020-03-25 23:23 Lars Kruse

Plugin amavis_awk: improve variable names

cdb9a445 2020-03-25 23:23 Lars Kruse

Plugin xfs_frag: fix shellcheck issues

07c854f2 2020-03-25 23:23 Lars Kruse

Plguin mysql_size_all: minor cleanup

f468341a 2020-03-25 23:23 Lars Kruse

Plugin read_serial_temperature: port to python3

69ab03d6 2020-03-25 23:23 Lars Kruse

Plugin mysql_size_all: remove unused variable WANTED

The array should have been removed in
cba9455cd030bbeeb33d6da77a883e3e2502f669.

90b60cdb 2020-03-25 23:23 Lars Kruse

Plugin trafic_ro_24h: remove duplicate "curl" token

The plugin always emitted an error message (without failing) before.

c7f6227a 2020-03-25 23:23 Lars Kruse

Plugin acpi_batt_: fix spelling mistake in pattern

The pattern "batery type" is probably never emitted.

5215545c 2020-03-25 23:23 Lars Kruse

Plugin murmur_users: fix type in pattern

The output probably does not contain the misspelled string "Tiemout".

f776b7e0 2020-03-25 23:23 Lars Kruse

Fix spelling mistakes in variable names

Thanks, codespell!

8713eb37 2020-03-25 23:23 Lars Kruse

Fix spelling mistakes in comments and descriptions

Thanks, codespell!

561da1a3 2020-02-28 18:33 corbolais

typo: retransmited -> retransmitted

Signed-off-by: corbolais <>

06cfee06 2020-02-17 19:45 Terry Burton

Plugin freeradius_sqlippool_: New plugin to show IP pool utilisation

Uses the generic Perl DBI interface, requiring the user to specify a driver and
provide the corresponding DBD module

937cb1d0 2020-02-16 14:27 Doctor

Rewrite Docker plugin

Fix:
- CPU
- Memory

Add:
- Containers number
- Containers status
- Images number
- Volumes number

276169a6 2020-02-13 10:11 Alban

Update mongodb plugins

  • Update mongodb plugins
  • fix category
  • chmod +x
  • flake8-CI
  • flake8 adjustments for mongo_collection_ and env python3
52144bc2 2020-02-05 18:54 Lars Kruse

ssl-certificate-expiry: remove hardcoded CA directory path

This should allow the plugin to be usable on all platforms.

60782f9d 2020-02-05 15:06 kozakana

Plugin wordpress2: support PHP7

7784ddf4 2020-02-03 18:54 Doctor

Fix prosody plugin by encoding telnetlib commands

daba178e 2020-02-01 23:16 Gabriel Filion

relayd: permit commas between hosts in tables

relayd.conf(5) mentions the following:

Each table must contain at least one host address; multiple hosts are
separated by newline, comma, or whitespace.

So the addition of commas as separators should now cover all possible...

065d4f12 2020-02-01 23:16 Gabriel Filion

relayd: avoid matching table defs within comments

if a table is commented out, you currently get an entry for the hosts
that the entry contains but you'll get NaN for those hosts all the time
if they are not defined elsewhere.

to avoid that we anchor our match to the beginning of lines and permit...

2e16d2f8 2020-01-27 17:44 Olivier Mehani

Templates: name in title (#1019)

  • [original] Put host name first in <TITLE>
  • [munstrap] Put host name or service (NAME) first in <title>

Useful when many tabs are open.

Signed-off-by: Olivier Mehani <>

0a4891fc 2020-01-24 19:28 Alban

Add new mongodb plugins

  • mongo_cpu_ram
  • mongodb_conn
  • mongodb_cpu
  • mongodb_ram
292cfb95 2020-01-24 19:22 Lars Kruse

ssl-certificate-expiry: add support for FreeBSD's "date"

Thanks to oz42

Closes: #1038

70f565c5 2020-01-21 06:24 Gabriel Filion

puppetdb: implement cert validation and client cert auth

It is very common for PuppetDB installs to run on a different host than
the puppetmaster. In such cases, a certificate file is normally used to
establish an encrypted communication to the server.

The most common setup for this server certificate is to use a...

6a8fbf3b 2020-01-03 00:32 Gabriel Filion

change category of puppet plugins to "other"

using the "devel" category is a bit weird. there's currently no good
category to place those into so let's use "other" instead.

d4188712 2020-01-03 00:32 Gabriel Filion

create new plugin for graphing PuppetDB's usage of JVM Heapspace

PuppetDB requires a pretty high amount of memory allocated to it. If you
don't give enough memory space to the JVM, PuppetDB might crash when it
has fully used the available max memory. This plugin should be useful...

e3664c39 2019-12-25 19:01 Lucas Hoffmann

Fix state saving in loggrepx_ plugin

The pattern under which the data was saved was different than the pattern under the data was loaded on the next run. The reason being an undefined variable that evaluates to the empty string. The result was that the number of matching lines reported was for the whole logfile instead of the time since the last run.

(451-500/4761) Par page : 50, 100, 200

Formats disponibles : Atom