(re-)structure code - use include-files now

- move gobals and other stuff to includes
- extract code from boswatch.py to include-files

bugfix in BosMon-plugin
This commit is contained in:
JHCD 2015-05-22 16:44:23 +02:00
parent c296af22b0
commit e67a357d8e
15 changed files with 243 additions and 196 deletions

View file

@ -2,10 +2,13 @@
# -*- coding: cp1252 -*-
import logging # Global logger
import globals # Global variables
import mysql
import mysql.connector
from includes import globals # Global variables
def run(typ,freq,data):
try:
#ConfigParser