/camflowd

Collection service for CamFlow Linux Provenance.

Primary LanguageCGNU General Public License v2.0GPL-2.0

Userspace Provenance Service

Build Status

Branch Status
master Master Build Status
dev Dev Build Status

Automated Travis test run the following operation:

Configuration

The file /etc/camflow-service.ini allows to modify the configuration of the MQTT publisher service. The service need to be restarted for a new configuration to be applied (through systemctl restart camflow-provenance.service).

[general]
; output=mqtt
output=log
log=/tmp/audit.log

[mqtt]
address=m12.cloudmqtt.com:17065
username=camflow
password=test
; message delivered: 0 at most once, 1 at least once, 2 exactly once
qos=2

Checking logs

journalctl -b | grep camflowd