mirror of
https://github.com/mtan93/cachet-url-monitor.git
synced 2026-04-19 06:13:07 +01:00
Changing approach to update component status, but still missing push metrics.
This commit is contained in:
10
cachet_url_monitor/scheduler.py
Normal file
10
cachet_url_monitor/scheduler.py
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env python
|
||||
from threading import Timer
|
||||
import configuration
|
||||
|
||||
|
||||
class Agent(object):
|
||||
def __init__(self, configuration):
|
||||
self.configuration = configuration
|
||||
|
||||
|
||||
Reference in New Issue
Block a user