intelmq.bots.outputs.touch package¶
Submodules¶
intelmq.bots.outputs.touch.output module¶
Using pathlib.Path.touch(path) and os.utime(path) did not work - the ctime did not change in some cases.
-
intelmq.bots.outputs.touch.output.
BOT
¶
-
class
intelmq.bots.outputs.touch.output.
TouchOutputBot
(*args, **kwargs)¶ Bases:
intelmq.lib.bot.OutputBot
Touch a file for every event received
-
path
= None¶
-
process
()¶
-