Skip to content

Instantly share code, notes, and snippets.

@maniac103
Created January 17, 2014 15:51
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maniac103/8475715 to your computer and use it in GitHub Desktop.
Save maniac103/8475715 to your computer and use it in GitHub Desktop.
EMS collector defaults
# Defaults file for EMS collector daemon
# This is a POSIX shell fragment
# config file location
CONFIGFILE="/etc/ems-collector.conf"
# Serial device file
#SERIALDEVICE="serial:/dev/ttyUSBEMS"
SERIALDEVICE="tcp:<ip_of_netio>:7950"
# Where to put the PID file
PIDFILE="/var/run/ems-collector.pid"
# Other options
OPTIONS=""
ratelimit = 120
db-user = emsdata
db-pass = <password>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment