Stop LogMonitor on EventHandler.cleanup() in LogMonitoringEH

This commit is contained in:
Kristóf Tóth 2018-06-01 15:15:07 +02:00
parent 469c1e7217
commit c0fb28c46c
1 changed files with 3 additions and 0 deletions

View File

@ -54,3 +54,6 @@ class LogMonitoringEventHandler(EventHandlerBase, MonitorManagerMixin):
|-value: new tail length
"""
self.set_monitor_args(self.process_name, data['value'])
def cleanup(self):
self.monitor.stop()