Icinga / icingaweb2-module-x509

Keeps track of certificates as they are deployed in a network environment.
https://icinga.com/docs/x509/latest/
GNU General Public License v2.0
107 stars 24 forks source link

Use `since_last_scan` flag properly #218

Closed yhabteab closed 1 year ago

yhabteab commented 1 year ago

This flag is used to scan new and rescan targets that were scanned an X time ago, but if it gets just initialized to a Datetime object at daemon startup this becomes a fixed time and the daemon will never be able to rescan known targets ever again.