Monitoring PVC-PV-RBD and mapping them
The script allows to monitor if PVC has associated PV and RBD associated with PV.
usage: 001-pvc_rbd_monitoring.py [-h] [--rbd] [--pvc] [--all] [--pv] [--bin]
[--config] [--debug | --silent]
optional arguments:
-h, --help show this help message and exit
--debug, -d enable debugging (default: False)
--silent, -s don't log into console (default: False)
monitoring settigns:
--rbd, -r check rbd (default: False)
--pvc, -p check permanent volume claim (default: False)
--all, -a all checks (default: False)
--pv check permanent volumes (default: False)
--bin, -e path to kubecl binary (default: None)
--config, -c path to kubecl config (default: None)
Change-Id: If88979d645c543ff778201c597f898b7c7aa0388