mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-01-20 15:20:16 +01:00
delete old test Plugins
This commit is contained in:
parent
d1d1e3e7bf
commit
6e5843c8d3
|
|
@ -23,8 +23,6 @@ BosMon = 0
|
|||
httpRequest = 0
|
||||
# for developing template-module is enabled
|
||||
template = 1
|
||||
#none has no function, only demo
|
||||
none = 1
|
||||
|
||||
|
||||
[MySQL]
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ def run(typ,freq,data):
|
|||
#ConfigParser
|
||||
logging.debug("reading config file")
|
||||
try:
|
||||
for key,val in globals.config.items("template"):
|
||||
for key,val in globals.config.items("httpRequest"):
|
||||
logging.debug(" - %s = %s", key, val)
|
||||
except:
|
||||
logging.exception("cannot read config file")
|
||||
|
|
|
|||
|
|
@ -1,9 +0,0 @@
|
|||
#!/usr/bin/python
|
||||
# -*- coding: cp1252 -*-
|
||||
|
||||
import logging # Global logger
|
||||
import globals # Global variables
|
||||
|
||||
def run(typ,freq,data):
|
||||
logging.info("Nothing to do")
|
||||
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
#!/usr/bin/python
|
||||
# -*- coding: cp1252 -*-
|
||||
|
||||
import logging # Global logger
|
||||
import globals # Global variables
|
||||
|
||||
def run(typ,freq,data):
|
||||
logging.info("Nothing to do")
|
||||
|
||||
Loading…
Reference in a new issue