mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* On branch f5-cert-expiration-check Changes to be committed: modified: app/Http/Controllers/Device/Tabs/LoadBalancerController.php modified: includes/discovery/loadbalancers/f5-ltm.inc.php modified: includes/html/pages/device/loadbalancer.inc.php new file: includes/html/pages/device/loadbalancer/f5-cert.inc.php modified: includes/polling/loadbalancers/f5-ltm.inc.php These patches extend the F5-Loadbalancer module to support an expiration check of the installed certificates. * some minor corrections to (hopefully) pass the style-check * a few more impovements to pass the style-chek On branch f5-cert-expiration-check Your branch is up to date with 'origin/f5-cert-expiration-check'. Changes to be committed: modified: includes/discovery/loadbalancers/f5-ltm.inc.php modified: includes/polling/loadbalancers/f5-ltm.inc.php * more style-check adaptions...