#!/bin/bash
DIR=$(realpath $(dirname $0))
if [ ! -z "$1" ]; then
   conf_file=$1
   shift
fi
source $DIR/inc.sh

collection_state -v 0