Fix comments
This commit is contained in:
parent
c05d02a16f
commit
3dff3c9121
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue