Feature #16203
Updated by Justin Sherrill over 8 years ago
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1308441 Description of problem: We already have script for checking satellite health https://access.redhat.com/solutions/1474003 https://github.com/boogiespook/sat6_healthCheck.git But customer CAR COMPANY Mazda needs following for reason of monitoring: check if the gutterball password is correct. check if all TLS connections between the different components work OK. check the qpidd queue depths. Check for any paused/pending tasks Version-Release number of selected component (if applicable): How reproducible: 100% Steps to Reproduce: 1.install satellite 6 2. # cd /tmp/ # git clone https://github.com/boogiespook/sat6_healthCheck.git # cd /tmp/sat6_healthCheck # ./sat6_healthCheck.sh 3. see results Actual results: It does not check if the gutterball password is correct. It does not check if all TLS connections between the different components work OK. It does not check the qpidd queue depths. It does not Check for any paused/pending tasks Expected results: see description