fully working config handling. support for multiple metrics of the same type. implement signal trapping

This commit is contained in:
Patrick Stadler
2015-03-21 16:50:35 +01:00
parent f06e238b85
commit e0a528859f
6 changed files with 88 additions and 79 deletions

View File

@@ -8,7 +8,7 @@ init () {
DISK_IO_MOUNTPOINT="/dev/vda"
fi
fi
readonly __disk_io_fifo=$TEMP_DIR/disk_io
readonly __disk_io_fifo=$TEMP_DIR/$(unique_id)
mkfifo $__disk_io_fifo
__disk_io_bgproc &
}