intelmq.bots.collectors.rsync package

Submodules

intelmq.bots.collectors.rsync.collector_rsync module

intelmq.bots.collectors.rsync.collector_rsync.BOT

alias of intelmq.bots.collectors.rsync.collector_rsync.RsyncCollectorBot

class intelmq.bots.collectors.rsync.collector_rsync.RsyncCollectorBot(*args, **kwargs)

Bases: intelmq.lib.bot.CollectorBot

Collect data with rsync from any resource rsync supports

extra_params = None
file = '<file>'
init()
private_key = None
private_key_path = None
process()
rate_limit = 1000
rsync_file_path_formatting = False
rsync_path = '<path>'
strict_host_key_checking = False
temp_directory = '/var/lib/intelmq/bots/rsync_collector'
class intelmq.bots.collectors.rsync.collector_rsync.Time(delta=None)

Bases: object

__init__(delta=None)

Delta is a datetime.timedelta JSON string, ex: ‘{days=-1}’.

Module contents