Fix comments

This commit is contained in:
Scott Wallace 2020-10-20 15:39:55 +01:00
parent c05d02a16f
commit 3dff3c9121
Signed by: scott
GPG key ID: AA742FDC5AFE2A72

View file

@ -1,7 +1,6 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
""" """
Module to act as a Prometheus Exporter for Docker containers with a Module to act as a bridge between Prometheus Alertmanager and Gotify
healthcheck configured
""" """
import argparse import argparse
@ -26,8 +25,7 @@ DEFAULTS = {
class HTTPHandler(SimpleHTTPRequestHandler): class HTTPHandler(SimpleHTTPRequestHandler):
""" """
Class to encompass the requirements of a Prometheus Exporter Class to handle the HTTP requests from a client
for Docker containers with a healthcheck configured
""" """
config = None config = None