diff options
| author | Josef Gustafsson <josef.gson@gmail.com> | 2015-09-22 15:01:44 +0200 |
|---|---|---|
| committer | Josef Gustafsson <josef.gson@gmail.com> | 2015-09-22 15:01:44 +0200 |
| commit | e2de391a1f385da19bb4d22bfd90472841260630 (patch) | |
| tree | 496dd769486cefd6908ee81bd526f9d3de2d3e5f /monitor/josef_reader.py | |
| parent | c3a1c82a82aaf83dca11746601d8e3865ff1570b (diff) | |
monitoring root certificates
Diffstat (limited to 'monitor/josef_reader.py')
| -rwxr-xr-x | monitor/josef_reader.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/monitor/josef_reader.py b/monitor/josef_reader.py index b6fe55e..eadd120 100755 --- a/monitor/josef_reader.py +++ b/monitor/josef_reader.py @@ -176,11 +176,11 @@ def db_monitor_domain(domain, log=None, exclude_invalid=None, get_cert=None, iss res.append(me) - print str(count_all) + " matches found. " \ - + str(count_valid) + " valid, " \ - + str(count_expired) + " expired and " \ - + str(count_not_yet_valid) + " not yet valid for " \ - + domain + # print str(count_all) + " matches found. " \ + # + str(count_valid) + " valid, " \ + # + str(count_expired) + " expired and " \ + # + str(count_not_yet_valid) + " not yet valid for " \ + # + domain return res if __name__ == "__main__": |
