Initial work on switching media-monitor to use setuptools

This commit is contained in:
Duncan Sommerville 2014-12-19 12:26:41 -05:00
parent 9c324c1b6f
commit ae6352a057
76 changed files with 98 additions and 35 deletions

View file

@ -0,0 +1,24 @@
api_client = 'airtime'
# where the binary files live
bin_dir = '/usr/lib/airtime/media-monitor'
# where the logging files live
log_dir = '/var/log/airtime/media-monitor'
############################################
# RabbitMQ settings #
############################################
rabbitmq_host = 'localhost'
rabbitmq_user = 'guest'
rabbitmq_password = 'guest'
rabbitmq_vhost = '/'
############################################
# Media-Monitor preferences #
############################################
check_filesystem_events = '5'
check_airtime_events = '30'
list_value_testing = 'val1', 'val2', 'val3'