Projet

Général

Profil

Paste
Télécharger au format
Statistiques
| Branche: | Révision:

root / plugins / puppet / puppetdb @ a7139bca

Historique | Voir | Annoter | Télécharger (6,12 ko)

# Date Auteur Commentaire
a7139bca 2020-10-28 18:38 Lars Kruse

Unify shebang for python scripts

c6f88968 2020-10-05 18:29 Lars Kruse

Improve perlpod formatting for multiple plugins

Escpecially the final marker ("=cut") was missing in these plugins.

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...