summaryrefslogtreecommitdiffstats
path: root/bin/ceph-info
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ceph-info')
-rwxr-xr-xbin/ceph-info4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/ceph-info b/bin/ceph-info
index 782772a..845e306 100755
--- a/bin/ceph-info
+++ b/bin/ceph-info
@@ -3,6 +3,8 @@
# storage-tools - Additional utilities to manage storage related tasks
# Copyright (C) 2014-2017 Daniel Baumann <daniel.baumann@open-infrastructure.net>
#
+# SPDX-License-Identifier: GPL-3.0+
+#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
@@ -40,7 +42,7 @@ HOST="$(hostname -f)"
mkdir -p "/var/log/${SOFTWARE}/${PROGRAM}"
-for INFORMATION in ceph-status ceph-df ceph-osd-df ceph-osd-tree ceph-versions
+for INFORMATION in ceph-status ceph-health-detail ceph-df ceph-osd-df ceph-osd-tree ceph-versions
do
COMMAND="$(echo ${INFORMATION} | sed -e 's|-| |g')"