-
Bug
-
Resolution: Done
-
Major
-
None
-
6.1.6
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 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
- external trackers