Go to All Forums
Replies (3)

Hello Ringo,

I assume you want to monitor the expiry date of the PGP keys for your email address on a public key server.

Please add more details of the workflow if necessary so we can log your feature request.

 

Regards,

Kurian

Like (0) Reply

Any update on this feature request.

Like (0) Reply

Hi Sam,

Please download this plugin to monitor the expiry (in days) for a given public GPG key.

Prerequisite:

Ensure python-gnupg is installed. To install the driver to the python path, use the following command for Linux:

/usr/bin/python -m pip install python-gnupg

Plugin Installation:

  1. Download the zip file pgp_expiry.zip
  2. Configure the public GPG keys that you wish to monitor in the input.checks as comma separated values.
    • keys_to_check - the absolute path of file name containing the gpg public keys to check
    • key_server - key server name - default : "keyserver.ubuntu.com"
    • gpg_location - gpg location - default "/home/local/.gnupg"
    • plugin_version = 1
    • heartbeat = True
  3. Execute the plugin from the Python terminal and check if the JSON output is displaying the number of days for expiry for all the configured keys.
  4. Download the latest version of the Linux monitoring agent and place the plugin script inside the Linux agent's plugin folder:
    Linux : /opt/site24x7/monagent/plugins
    Note: Ensure the name of the plugin folder and plugin script are the same.

The agent will add the plugin for monitoring in the next data collection. 

Performance Metrics:
Number of days for expiry from current date

Set Thresholds:

You can also configure alerts and be notified when the number of days breaches the configured threshold. 

 

Hope this helps. Refer our troubleshooting tips for any help or let us know for any questions in the below thread.

Regards, 

Anita

Like (0) Reply

Was this post helpful?