Probe configuration

Configuration

The configuration file is config/probe.ini located in the installation directory.

Note

We recall in the following the meaning of each field in config/probe.ini:

Section Key Type Default Description
log syslog integer 0 enable rsyslog (experimental)
prefix string irma-probe: prefix to append to rsyslog entries
celery_options concurrency integer 0 number of concurrent workers (0 means nb of cores)
soft_time_limit integer 300 (sec) time limit before task soft interrupt
time_limit integer 1500 (sec) time limit before task is killed
broker probe host string   hostname for the RabbitMQ server
port integer 5672 port for the RabbitMQ server
vhost string   virtual host configured for probes
username string   username used for probes on the RabbitMQ server
password string   password used for probes on the RabbitMQ server
queue string   queue to poll new tasks on the RabbitMQ server
ftp_brain host string   hostname for the FTP server
port integer 21 port for the FTP server
auth string “password”| SFTP authentication method (“password” or “key”)
key_path string
sftp private key absolute path
username string   username used by probe on the FTP server
password string   password used by the probe on the FTP server