7 lines
140 B
Bash
Executable File
7 lines
140 B
Bash
Executable File
#!/bin/bash -
|
|
set -e
|
|
set -x
|
|
|
|
# Setting up vhostmd is basically impossible, so:
|
|
LANG=C vm-dump-metrics |& grep "Unable to read metrics disk"
|