mirror of
https://github.com/pstadler/metrics.sh.git
synced 2025-11-22 18:47:39 -05:00
fully working config handling. support for multiple metrics of the same type. implement signal trapping
This commit is contained in:
@@ -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 &
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user