monitor_identifier fix in monitors.py
This commit is contained in:
parent
4b57efd734
commit
b8282dd4eb
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ class Monitors:
|
||||||
|
|
||||||
log.debug('monitor files: ' + str(monitors_file_list))
|
log.debug('monitor files: ' + str(monitors_file_list))
|
||||||
for monitor_file in monitors_file_list:
|
for monitor_file in monitors_file_list:
|
||||||
identifier = monitor_group + '_' + os.path.splitext(os.path.basename(
|
identifier = monitor_group + '.' + os.path.splitext(os.path.basename(
|
||||||
monitor_file))[0]
|
monitor_file))[0]
|
||||||
|
|
||||||
monitor_configuration = configparser.ConfigParser()
|
monitor_configuration = configparser.ConfigParser()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue