Commit graph

21 commits

Author SHA1 Message Date
Bastian Schroll 6b520881b6 resolve some codacy problems 2016-10-03 16:32:54 +02:00
Bastian Schroll f8fcda94b6 rename globals to globalVars
to prevent to redifine an builtin function
2016-10-03 11:56:27 +02:00
Bastian Schroll 6e6a0a4a45 edit interface.txt info
information now in plugins/readme.md
2016-10-02 12:38:47 +02:00
Schrolli c19a89859b change encoding
- change code encoding from cp1252 to UTF-8 (Issue #60)
2015-07-13 10:19:45 +02:00
Schrolli 76686e016c insert configHandler.checkConfig() helper in all plugins so save always same code 2015-07-09 07:52:21 +02:00
Schrolli 49b93daa95 use configHandler.checkConfig() helper in template plugin for demonstration 2015-07-08 09:45:36 +02:00
Schrolli 1d65f9fb97 edit plugin readme Issue #40 2015-07-07 14:08:46 +02:00
Schrolli 48c4d1e354 remove trailing whitespace 2015-07-02 09:02:49 +02:00
Schrolli 214ce78470 Extend interface.txt 2015-07-01 15:02:45 +02:00
JHCD 09b9cc5f7d change pluginLoader and exception-handling
- if the function plugin.onLoad() throws an exception the plugin will skipped
- change exception-handling for pluginLoader
2015-06-29 23:24:48 +02:00
JHCD 407e22e1e4 resolve small bug in onLoad() 2015-06-29 17:06:11 +02:00
Schrolli 95d2d2f119 insert onLoad() routine in plugins 2015-06-29 12:19:44 +02:00
JHCD c32beae4bb change exception-handling
- only error-msg instead of logging.exception
- second logging.debug with exec-trace
2015-06-23 18:37:32 +02:00
JHCD e67a357d8e (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
2015-05-22 16:44:23 +02:00
Schrolli 70c57bda44 edit plugin debug messages 2015-05-22 10:00:09 +02:00
Schrolli 813fdb02f5 edit template and interface info 2015-05-22 07:32:39 +02:00
Schrolli 4cf0b63f24 edit template plugin 2015-05-21 12:05:46 +02:00
JHCD a942688775 small change in configParser 2015-05-20 17:25:22 +02:00
Schrolli 1a5c71b4e8 insert usage info in template plugin 2015-05-20 15:20:40 +02:00
Schrolli 76222da522 use globals.config 2015-05-20 14:26:17 +02:00
Schrolli 76ec264046 change directory into main-dev-dir 2015-05-20 13:29:16 +02:00
Renamed from plugin_test/plugins/template/template.py (Browse further)