Commit graph

64 commits

Author SHA1 Message Date
Schrolli 0199151165 littles changes at arguments debug 2015-06-30 12:38:52 +02:00
Schrolli 948aaea065 insert a debug log in doubleFilter.newEntry() 2015-06-30 08:55:46 +02:00
Schrolli 8b8cd81abc resolve error in RegEX Filter 2015-06-30 08:27:50 +02:00
Schrolli bcc0fca656 added the name of the talking function to the logging 2015-06-30 07:59:27 +02:00
JHCD 9b6e5c8da3 some changes in exception-handling 2015-06-29 23:32:55 +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 eba5b7947a enhancement of doubleFilter
- expand id for pocsag: new pocID+function als "id"
- if wanted, enable doubleFilter_check_msg in config.ini
  it will check if the new msg is a substring of the old one
  if not it will pass
2015-06-29 17:15:20 +02:00
Schrolli 7da58fe521 call the .onLoad() routine during plugin loading 2015-06-29 12:55:13 +02:00
JHCD 304b7ddeb0 small bug, forgotten to read config-param 2015-06-28 22:37:01 +02:00
JHCD 098faa0255 implemtation of new doubleAlarm-Filter
You can set the number of historical entries the filter will check
and the time ignoring the id in case of a double alarm
2015-06-28 22:32:17 +02:00
JHCD 4eaf27c754 implemtation of new doubleAlarm-Filter
You can set the number of historical entries the filter will check
and the time ignoring the id in case of a double alarm
2015-06-28 22:28:21 +02:00
JHCD f6e25d77b4 only dos2linux on files 2015-06-25 21:19:41 +02:00
JHCD 00902784a4 add new argument for logfile-location
-u --usevarlog
Use '/var/log/boswatch' for logfiles instead of subdir 'log' in BOSWatch directory
2015-06-25 17:10:31 +02:00
JHCD f58891a8ec extract class and functions from boswatch.py to includes 2015-06-25 16:13:52 +02:00
JHCD 3280c68737 change exception-handling
- only error-msg instead of logging.exception
- second logging.debug with exec-trace
2015-06-23 22:50:33 +02:00
JHCD d6b9174112 change exception-handling
- only error-msg instead of logging.exception
- second logging.debug with exec-trace
2015-06-23 22:27:48 +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 698416d66e small changes in exception-handling 2015-06-14 20:35:04 +02:00
JHCD 97e87fcae2 small changes in documentation 2015-06-14 20:21:21 +02:00
JHCD 16865b2c57 bug with "enabled demodulators"-line of multimon-ng output, when using pocsag
- to enable detecting pocsag-bitrate the first searching is only on "*pocsag*"
- in the "enabled demodulators"-line every given demodulator is displayed, even "POCSAG*"
- pocsag-bitrate detection is searching for "POCSAG{512|1024|2400}:"
-> now the "enabled demodulators"-line will be ignored
2015-06-14 19:50:13 +02:00
JHCD c1c5595b6f small changes in log-level 2015-06-14 19:49:48 +02:00
JHCD f1f6503198 new functionality: lookUp description in a given csv-file for FMS, ZVEI and POC
you have the possibility to set a discription for every FMS, ZWEI oder RIC address
descriptions will be imported via csv-files
if enabled BOSWatch will look up the description and could be used in the plugins

eMail-plugin extended wildcards to use describtion %DESC%
2015-06-05 21:49:51 +02:00
JHCD 300675a0e3 move creation of ric-sub as char to poc-decoder 2015-06-05 11:26:01 +02:00
JHCD 5d58044c2e add fms direction as Text-String to plugin interface
0 = FZG->LST
1 = LST->FZG
2015-06-04 20:13:37 +02:00
JHCD 7857aa3146 add support for poc <7 characters
look likes multimon-ng doesn't print out left-hand zeros
2015-06-04 19:07:46 +02:00
JHCD 0a621b283a a little bit documentation 2015-05-31 12:40:43 +02:00
Schrolli 2e91c3d8c9 insert freqToHz() method in boswatch.py 2015-05-29 11:25:25 +02:00
Schrolli b3ee8d29ae checkFilters() with freq und wildcards 2015-05-28 09:18:21 +02:00
Schrolli 346d5a41f6 little changes for docu 2015-05-27 11:55:04 +02:00
Schrolli 5394bceedf insert a Lots of Docu in includes 2015-05-27 07:48:24 +02:00
Schrolli 0e952d6057 little debug and error edits 2015-05-26 11:41:05 +02:00
Schrolli be9aa3b722 error handling in decoder.py 2015-05-26 09:14:04 +02:00
Schrolli d9b8ae3035 little changes 2015-05-26 07:19:24 +02:00
Bastian Schroll 3370b4387d regex filter - set dataField to check 2015-05-25 10:37:20 +02:00
Bastian Schroll fa328676e8 bug in filter.py 2015-05-25 10:28:35 +02:00
Bastian Schroll 42384407ce edit resolveF() 2015-05-25 10:25:31 +02:00
Bastian Schroll 0d55903dec resolve F in zvei 2015-05-25 00:40:41 +02:00
Bastian Schroll 3e59ca2127 revert edit in filter.py 2015-05-24 23:59:00 +02:00
Bastian Schroll d460947685 little change filter.py 2015-05-24 23:52:10 +02:00
JHCD 9c3c1f5df4 implement FMS in BosMon-plugin 2015-05-24 23:09:38 +02:00
JHCD 72ef930c7f simple filter for pocsag
- implement allow-/deny-list
- move rangefilter

restructure config.ini to follow code-structure
implemented switch to turn on/off regEx-filter
2015-05-24 21:24:26 +02:00
Bastian Schroll 02a84b6ec9 add filter check to alarm
add filter.checkFilters() to alarmHandler.processAlarm()
2015-05-23 09:34:48 +02:00
Bastian Schroll 206463f8e9 load filters in boswatch.py 2015-05-23 09:09:13 +02:00
Bastian Schroll fbdc08d05a debug edit in filter.py 2015-05-23 09:04:01 +02:00
Bastian Schroll 7adb710be1 insert filter.checkFilters() 2015-05-23 08:58:46 +02:00
Bastian Schroll 43e56967cc add filter.py
filtering alarms
method getFilters() added
2015-05-23 08:47:05 +02:00
Bastian Schroll f53bdb30f6 debug return from plugin 2015-05-22 22:58:43 +02:00
Bastian Schroll 0849672cbe rename pluginloader -> pluginLoader 2015-05-22 22:40:44 +02:00
Bastian Schroll c590d70655 rename pluginloader -> pluginLoader 2015-05-22 22:40:24 +02:00
JHCD 096ba7e6b6 bugfixing call processAlarm 2015-05-22 22:27:41 +02:00