CodeShare
Have some code. Share some code.
cancel
Showing results for 
Search instead for 
Did you mean: 
ka1021_129079
Altocumulus
Altocumulus

Problem this snippet solves:

Script is useful for large F5 LTM infrastructure.

Instead of checking certs being expired on individual LTM, just list all your LB's in single file and script will check and create a report.

How to use this snippet:

This is made up of 3 parts:

1- hosts file (hosts.txt)

2- The Script

3- Report (bigip.data)

Make sure you have Python 3 installed on your system.

Install F5 SDK - i.e "pip install f5-sdk" and other modules such as dateutil, getpass, datetime etc.

Create Text file "hosts.txt" and keep it in same directory as script.

List all your LB's in "hosts.txt", each on new line.

That's all! Run the script.

If you face any issue let me know.

Please provide any suggestions.

Code :

92601
Comments
sagar
Nimbostratus
Nimbostratus

I am unable to open this attachment .Can you please re-post the attachment .Thanks

perry44m
Nimbostratus
Nimbostratus

I am interested in reviewing this script, however, the attachment does not open. Can you re-post the attachment or post the code directly on this page? Thank You!!

Mouni
Nimbostratus
Nimbostratus

Please provide the script i would like to review it as well. The attachment gives an error. Thank You.

Version history
Last update:
‎28-Mar-2019 04:17
Updated by:
Contributors